Refactor settings UI with CSS variables and reorganize tabs#1
Closed
Refactor settings UI with CSS variables and reorganize tabs#1
Conversation
- Add CSS custom properties for consistent theming - Restructure settings tabs from 3 to 4: Таймер, Тема, Звук, Дисплей - Timer tab: style/scale settings + clock widget settings (merged from Clock tab) - Theme tab: bigger theme cards with gradient swatches and names (4-col grid) - Sound tab: dedicated tab for all sound settings (was overloading Timer tab) - Display tab: monitor, time blocks, background (unchanged) - Add timer progress bar below the header display - Replace dark inline-styled selects with light .settings-select class - Theme cards now show gradient swatches with labels instead of tiny 20px buttons https://claude.ai/code/session_01Lp415PqrY2c9nhnTwxm1Sr
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
This PR modernizes the settings interface by introducing a comprehensive CSS variable system for consistent theming, reorganizing the settings tabs for better UX, and enhancing visual components with improved styling.
Key Changes
Design System
:rootvariables) for colors, spacing, and border radiusSettings UI Refactoring
[Timer, Clock, Display, Help]to[Timer, Theme, Sound, Display, Help].settings-selectclass replacing inline styles with consistent appearance and hover/focus states.theme-btnwith new.theme-cardcomponent featuring:Visual Enhancements
.settings-dividerfor visual section separationCode Quality
Accessibility
https://claude.ai/code/session_01Lp415PqrY2c9nhnTwxm1Sr