feat(settings): Maintenance tab compact tiles + centered Settings (pass 2) #126
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Pass 2 of the Settings reorg. Goal (operator): a tab's overview fits one unscrolled viewport — expanding a tile to read into it is the only reason to scroll. Also centers the whole Settings surface.
Changes
MaintenanceTile(collapsed = icon + short title + one-line blurb). Task cards (ML backfill, centroids, thumbnails, archive re-extract, missing-file repair, DB maintenance) tile in a responsive grid; running tasks auto-expand. Tagging config (suggestion thresholds, allowlist, aliases) grouped in one Tagging section; Backup is its own tile.SettingsViewis now a centered, width-capped (1140px) column so the tab strip and every panel sit in a tidy centered measure (was full-widthfluid).CleanupViewdrops its own left-aligned max-width to fill it.All card logic unchanged — only the chrome. CI: lint + frontend build green (run 1266).
🤖 Generated with Claude Code