Atmospheric dark redesign + light mode polish#46
Merged
LavX merged 30 commits intodevelopmentfrom Mar 29, 2026
Merged
Conversation
…g atmospheric dark styles
…le replacements across 24 files
…store progress bar labels
…, HI badge, table hover, button radius
…table row spacing, sidebar border
…emeProvider palettes, remove dead SCSS variables
…elCase Light mode: - Enable grain texture with mix-blend-mode:multiply, disable glow - Darken text tokens for readability (primary, secondary, tertiary, disabled) - Fix table row hover (use var(--bz-hover-bg) instead of hardcoded white rgba) - Fix fanart overlay: force dark-style badge colors in light mode - Fix disabled button text contrast - Fix gradient/filled badge and button variants keeping white text - Fix ActionIcon gradient/filled variants keeping white text - Fix Navbar active state with proper light mode colors - Add Alert border-radius global override - Card reveal animation enabled for both themes - Simplify redundant dark/light blocks (AppShell-root, action_icon, etc.) Layout: - Remove min-height from AppShell.Main (was creating empty space) - Remove border from fanart wrapper (was clashing with outer container) - Add margin-right to headerInner (prevent touching main content corner) - Toolbox: horizontal scroll on mobile instead of wrapping - BaseTable: min-width 700px for horizontal scroll on mobile - CueTable: min-width 700px grid, overflow:auto container for mobile Batch API: - Rename BatchOptions to camelCase (maxOffsetSeconds, noFixFramerate, etc.) - Add toBatchPayload() transformer at API boundary for snake_case backend - Fix mass_batch_operation frame introspection crash (inline label string) Other: - Change Profile: replace dropdown with modal (ChangeProfileForm) - Subtitle viewer: add series/movie name to breadcrumbs - Backend: return mediaTitle, mediaId, episodeTitle in subtitle content API - Filter indicator badge: brand color instead of blue - Fix all ESLint errors (import sorting, restricted imports, camelCase) - Remove unused imports and props
- Remove .superpowers/ from repo, add to .gitignore - Fix breadcrumb links to use SPA navigation (Link component) - Fix cyan palette to use actual cyan colors instead of green - Fix ActionIcon hover text color (was using bg color value) - Fix setState-during-render in Plex and Translator settings (useEffect) - Fix WantedView filter button to use brand gradient like ItemView - Hide ambient glow under prefers-reduced-motion: reduce - Add timeout to release download request, handle JSON parse errors - Update actions/setup-node to v6 across all workflows - Update Python CI matrix to 3.12+ only - Deduplicate theme-independent SCSS tokens to :root - Remove dead fanartFade element and CSS - Replace raw HTML table elements with Mantine Table components - Type toBatchPayload return value, remove duplicate type definition - Add assertions to Movies/Series smoke tests - Remove redundant Header ActionIcon transition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan