feat(settings): create appearance tab with themes and display controls#64
Closed
feat(settings): create appearance tab with themes and display controls#64
Conversation
- Extract theme picker from General settings into dedicated Appearance tab - Add AppearanceSettingsPanel with Telegram-style theme gallery previews - Implement conversation width picker (narrow/comfortable/wide) with CSS variables - Add reduce motion and ambient grain display toggles - Replace hardcoded chat column widths with dynamic CSS variable approach - Update SettingsSidebarNav to include Appearance route - Remove ThemePicker component (consolidated into AppearanceSettingsPanel)
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
AppearanceSettingsPanelwith Telegram-style theme preview cards showing color palettes and layout--chat-column-max-widthmax-w-208/max-w-3xlwidth constraints across chat UI with dynamic CSS variableappearance.tsutility for theme preview palettes and conversation width configurationsettingsRestore.tsfor the restore-to-defaults logic (moved from SettingsPanels.tsx)Testing
marcode:client-settings:v1)