Add tab group refresh command

This commit is contained in:
2026-05-08 10:57:57 -04:00
parent 475be06edc
commit fb33771c8f
5 changed files with 89 additions and 0 deletions
+17
View File
@@ -104,6 +104,23 @@ Group sleep applies the sleeping state to every tab in the active group:
└──────────────────────────────┴───────────────────────────────────────────────┘
```
Group refresh brings every tab in the active group back to ready:
```text
┌──────────────────────────────────────────────────────────────────────────────┐
│ ELY Browser [ >refresh-tab-group.......................... ] [pin] [*] [+] │
├──────────────────────────────┬───────────────────────────────────────────────┤
│ Tabs │ example.com │
│ [folder] Docs │ https://example.com/b │
│ 2 tabs - Expanded │ │
│ example.com │ State Ready │
│ example.com │ Group Docs │
│ example.com │ │
│ example.com │ │
│ servo.org │ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```
Group close archives every tab in the active group and removes the empty group row:
```text