feat(v3): redesign UI from top tab bar to VSCode-style left sidebar

Replace horizontal tab bar + right-side settings drawer with vertical
icon rail (36px) + expandable drawer panel (28em) + always-visible
workspace. GlobalTabBar now renders 4 SVG icon buttons. Settings is a
regular sidebar tab. Keyboard: Alt+1..4, Ctrl+B toggle, Ctrl+, settings.
This commit is contained in:
Hibryda 2026-03-08 00:10:16 +01:00
parent 4424a90f89
commit 87dd8cb09d
4 changed files with 145 additions and 138 deletions

View file

@ -480,7 +480,7 @@
.settings-tab {
padding: 12px 16px;
overflow-y: auto;
flex: 1;
height: 100%;
}
h2 {