🎨 UI/UX Improvements: VS Code-Inspired Interface Overhaul#102
Merged
Che-Zhu merged 13 commits intoFullAgent:mainfrom Nov 21, 2025
Merged
🎨 UI/UX Improvements: VS Code-Inspired Interface Overhaul#102Che-Zhu merged 13 commits intoFullAgent:mainfrom
Che-Zhu merged 13 commits intoFullAgent:mainfrom
Conversation
Introduces new CSS variables for tab backgrounds and foregrounds to globals.css and maps them to color variables. Updates TerminalToolbar to use these variables for improved tab styling. Documents tab component styling and color usage in style.md for consistency and maintainability.
- Update tab styling with larger fonts, better spacing, and full-height design - Fix text color inheritance issue with text-inherit class - Increase icon sizes from 3x3 to 4x4 for better visibility - Preserve close button space even with single tab (invisible when not needed) - Align add terminal button styling with tabs - Remove unused AlertDialog, DropdownMenu imports and handlers - Clean up commented-out operations dropdown code - Remove delete confirmation dialog (moved to different component)
…ith theme tokens.
…utton styles, and adding a divider.
… and its dropdown menu.
…letion confirmation text.
… to project layout.
…cation indicators, and add a separator to the status bar.
…t layout to use it.
✅ PR Check Results: PassedBuild Checks
✨ Great work!All checks passed successfully. Your PR is ready for review. Details:
🔗 View Details: |
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.
Overview
This PR introduces comprehensive UI/UX improvements across the project interface, creating a more polished and professional experience inspired by VS Code's design language.
✨ Key Features
1. Redesigned Project Sidebar
project-sidebar-new.tsxwith improved information architecturetext-xs)text-base,font-semibold)pl-6) to show item-section relationshipcard-foregroundcolor for better visibility2. Status Bar Component
3. VS Code-Themed Alert Dialog
alert-dialog-vscode.tsxmatching VS Code aesthetics4. Terminal Improvements
5. Project List Enhancements
6. Theme System Updates
globals.css📊 Impact
🎯 Design Goals
🧪 Testing
📝 Notes
project-sidebar.tsxfor reference