Add domain tab auto grouping

This commit is contained in:
2026-05-08 10:32:09 -04:00
parent 3c380e1455
commit f167b7999b
4 changed files with 142 additions and 0 deletions
+18
View File
@@ -68,3 +68,21 @@ Sleeping tabs keep the same layout rhythm:
│ │ └─────────────────────────────────────────┘ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```
Domain auto grouping keeps manual groups intact and groups matching ungrouped hosts:
```text
┌──────────────────────────────────────────────────────────────────────────────┐
│ ELY Browser [ >auto-group-domains......................... ] [pin] [*] [+] │
├──────────────────────────────┬───────────────────────────────────────────────┤
│ Tabs │ example.com │
│ [folder] example.com │ https://example.com/a │
│ 2 tabs - Expanded │ │
│ example.com │ │
│ example.com │ │
│ example.com │ │
│ example.com │ │
│ servo.org │ │
│ servo.org │ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```