Bohdan Triapitsyn and Iuliia Ivashko
321cc7252a
Major UI refresh: sidebar redesign, theme expansion, and chat performance optimizations ( #706 )
...
## Summary
Complete sidebar redesign and comprehensive UI polish pass with performance optimizations, theme system refinements, and desktop integration improvements.
## Key Changes
**Sidebar & Navigation Redesign**
- Redesigned sessions sidebar layout with unified button primitives
- Added activity sections with project grouping and improved session organization
- Refined sidebar corners, spacing, and visual hierarchy
- Removed NavRail component in favor of streamlined sidebar
- Stabilized sessions bar toggle position in fullscreen mode
**Performance Optimizations**
- Reduced chat streaming CPU usage and storage churn
- Optimized task tool polling and live timers with debouncing
- Prevented chat state races and reduced background request load
- Debounced draft writes and coalesced session reloads
- Optimized message store updates and turn tracking
**Theme & Visual System**
- Added theme-aware window corners (desktop) and border radius tokens
- Introduced glassmorphism effects on desktop sidebar
- Added backdrop blur to UI elements
**Chat Experience**
- Added session-based permission auto-accept toggle in chat input
- Polished permission shield UX with improved icon sizing and spacing
- Fixed chat scroll-to-bottom behavior and timeline tracking
- Enhanced tool output display with better path label detection
- Removed duplicate draft context details in chat header
- Added text selection menu to chat messages
**Git Improvements**
- Refreshed git history visual design with cleaner dividers
- Added remote removal action in sync selector
- Stabilized git polling to prevent excessive requests
- Improved tool output rendering for git operations
**Settings & Panels**
- Fixed mobile scrolling on settings pages
- Made outside-click settings close instantly
- Reduced settings load churn and CPU spikes
- Improved services dropdown layout and spacing
- Softened panel resize handles
**Desktop Integration**
- Synced macOS window theme with app theme
- Restored window dragging in sidebar header zones
- Fixed system window corners on macOS
- Improved header session metadata and action controls
**Button & Component Standardization**
- Unified button primitives across all components
- Standardized destructive action patterns
- Removed unused button variants (button-large, button-small)
- Aligned context tab close hit areas
---------
Co-authored-by: Iuliia Ivashko <yulia.ivashko@gmail.com >
2026-03-20 01:01:03 +02:00
shekohex and Bohdan Triapitsyn
1d8ff97c95
feat(ui): add dynamic window title and sprite-based project/file icons ( #529 )
...
* feat(ui): add dynamic titles and sprite-based project/file icons
* feat(files): add viewer syntax fallback and tab file icons
* fix(files): restore file viewer highlighting and add diff file icons
* feat(git): add file icons and async file-viewer syntax fallback
* fix(files): force codemirror token colors in file viewer
* feat(files): add shiki view mode for file viewer
* fix(files): force codemirror parse after programmatic content updates
* feat(files): support markdown frontmatter preview
* feat(chat): use pierre diffs for tool previews
* feat(chat): add configurable beautiful-mermaid rendering
* feat(perf): virtualize chat rendering and add react-scan toggle
* feat(build): enable React Compiler in Vite React apps
* fix(chat): reduce rerenders from tooltips and streamed activity
* fix(ui): make MessageList React Compiler safe
* chore(ui): batch commit remaining pending ui updates
* fix: polish chat and diff preview rendering
- Keep Mermaid action buttons fixed while diagram content scrolls
- Align Diff All Files headers and match Git-style path truncation
- Default chat tool diffs to unified view with lightweight indicators disabled
* fix: preserve file tree expansion and delay git action label collapse
* fix: refine project icon controls in settings
---------
Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com >
2026-02-27 20:03:42 +02:00
Nelson Pires
21dd0d66e0
style: enhance CodeMirror search panel theming ( #405 )
...
Improve panel and search UI colors to match theme
Improve focus and hover states for search input and buttons
Highlight search matches with distinct info and selection styling
2026-02-12 16:37:34 +02:00
Bohdan Triapitsyn
263a33ffb2
chore: simplify CodeMirror theme
2026-02-10 12:57:43 +02:00
Bohdan Triapitsyn
24969ba856
feat: implement file editing capabilities with CodeMirror integration
...
- Added CodeMirror editor for file content editing in FilesView.
- Introduced draft saving functionality with unsaved changes confirmation dialog.
- Implemented file writing API to persist changes to the filesystem.
- Enhanced language support for syntax highlighting based on file extensions.
- Updated UI components to support new editing features, including save and discard options.
- Refactored line selection logic for improved user experience on both desktop and mobile.
- Added new utility functions for language detection by file extension.
- Introduced a new theme for CodeMirror to align with the application's design.
2026-01-18 17:29:31 +02:00