feat(layout): refine desktop sidebar background overlays
This commit is contained in:
@@ -146,7 +146,7 @@ export const Sidebar: React.FC<SidebarProps> = ({ isOpen, isMobile, children })
|
||||
className={cn(
|
||||
'relative flex h-full overflow-hidden border-r border-border',
|
||||
isDesktopApp
|
||||
? 'bg-sidebar/95 backdrop-blur supports-[backdrop-filter]:bg-sidebar/80'
|
||||
? 'bg-[color:var(--sidebar-overlay-strong)] backdrop-blur supports-[backdrop-filter]:bg-[color:var(--sidebar-overlay-soft)]'
|
||||
: 'bg-sidebar',
|
||||
isResizing ? 'transition-none' : 'transition-[width] duration-300 ease-in-out',
|
||||
!isOpen && 'border-r-0'
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
## [Unreleased]
|
||||
|
||||
- Apply Patch tool now shows a diff preview for applying patch edits.
|
||||
- Settings: manage provider configuration files directly from the extension.
|
||||
|
||||
|
||||
## [1.5.3] - 2026-01-20
|
||||
|
||||
- Chat: Smoother session switching with more stable scroll anchoring.
|
||||
|
||||
Reference in New Issue
Block a user