feat(v3): convert Settings from tab to collapsible side drawer

Settings is now a right-side drawer (32em width, semi-transparent
backdrop) instead of a full-page tab. GlobalTabBar has 3 tabs
(Sessions/Docs/Context) + gear icon toggle. WorkspaceTab type
reduced to 'sessions' | 'docs' | 'context'. Close via Escape,
click-outside, or close button. Alt+1..3 for tabs, Ctrl+, toggles
drawer.
This commit is contained in:
Hibryda 2026-03-07 23:48:03 +01:00
parent b1b34f8195
commit 3776a3ba65
4 changed files with 180 additions and 34 deletions

View file

@ -478,14 +478,13 @@
<style>
.settings-tab {
padding: 16px 24px;
padding: 12px 16px;
overflow-y: auto;
height: 100%;
max-width: 560px;
flex: 1;
}
h2 {
font-size: 0.85rem;
font-size: 0.8rem;
font-weight: 600;
color: var(--ctp-text);
margin: 0 0 10px;