Restore archived tabs from sidebar

This commit is contained in:
2026-05-07 20:06:18 -04:00
parent 75e17fc70f
commit 8fff64606d
5 changed files with 128 additions and 4 deletions
+5 -3
View File
@@ -13,12 +13,14 @@
│ │ │ Clean browser surface for the current │ │
│ Tabs │ │ Space and Profile. │ │
│ ● New Tab │ └─────────────────────────────────────────┘ │
│ Archive │ │
│ ↶ servo.org │ │
│ │ │
│ Profile │ Ready │
│ Default │ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```
Motion register: productive. Command and tab interactions use immediate state changes with
hover/press feedback through GPUI styles; future pane transitions should use transform/opacity and
respect reduced-motion settings.
Motion register: productive. Command, tab, and archive restore interactions use immediate state
changes with hover/press feedback through GPUI styles; future pane transitions should use
transform/opacity and respect reduced-motion settings.