feat: add comprehensive theme toggle system and enhance UI/UX#191
Open
eranyam2 wants to merge 1 commit into
Open
feat: add comprehensive theme toggle system and enhance UI/UX#191eranyam2 wants to merge 1 commit into
eranyam2 wants to merge 1 commit into
Conversation
Theme System: - Add ThemeToggle component with dark/light mode switching - Implement ThemeContext for global theme management - Add theme utilities and CSS custom properties - Integrate theme system into main App and Topbar - Support system preference detection and persistence Project Management UX: - Add "New Session" button to project cards for direct session creation - Users can now start Claude Code sessions without re-selecting directories - Enhance project list with quick session access Chat Session Improvements: - Fix auto-scroll behavior to be more intelligent and user-friendly - Auto-scroll only occurs when user is at bottom of chat - Prevent interrupting users reading previous messages - Resume auto-scroll when user scrolls back to bottom - Maintain scroll position during user interaction
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.
Theme System:
Project Management UX:
Chat Session Improvements: