Add sleeping tab recovery

This commit is contained in:
2026-05-08 10:23:58 -04:00
parent 1ec3bfcc3d
commit 3c380e1455
12 changed files with 338 additions and 50 deletions
+21
View File
@@ -47,3 +47,24 @@ Crash recovery uses the same productive register:
│ │ └─────────────────────────────────────────┘ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```
Sleeping tabs keep the same layout rhythm:
```text
┌──────────────────────────────────────────────────────────────────────────────┐
│ ELY Browser [ https://example.com/sleep................... ] [pin] [*] [+] │
├──────────────────────────────┬───────────────────────────────────────────────┤
│ Tabs │ ┌─────────────────────────────────────────┐ │
│ * example.com │ │ Sleeping Tab [Restore] │ │
│ example.com │ │ Sleeping example.com │ │
│ │ ├─────────────────────────────────────────┤ │
│ Profile │ │ URL https://example.com/sleep │ │
│ Default │ │ Title example.com │ │
│ │ │ Favicon No favicon saved │ │
│ │ │ Space Work │ │
│ │ │ Profile Default │ │
│ │ │ Session Page session remains attached │ │
│ │ │ [Restore] │ │
│ │ └─────────────────────────────────────────┘ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```