docs: note scoped tui groups

This commit is contained in:
Vincent Koc 2026-05-04 00:49:09 -07:00
parent 9abbe55576
commit eb3235c351
No known key found for this signature in database

View File

@ -42,3 +42,4 @@
- Show pane-specific action menu titles in the TUI status/footer instead of leaking generic row/context labels.
- Add `snapshot.ImportOptions.Progress` so apps can report table/file-level import progress in CI logs.
- Match `gitcrawl` action-menu muscle memory: keyboard `a` opens a general detail-pane menu, right-click keeps pane-scoped floating menus, and `q`/Esc close menus.
- Keep chat/document TUI groups scoped by workspace/server so same-named channels, people, parents, or databases do not collapse into one misleading pane row.