mirror of
https://github.com/erikars/task-list-kanban.git
synced 2026-07-22 10:20:32 +00:00
Keep TTB/BTT task strips horizontal while tightening the scroll container so wide boards remain reachable. Refs #162 Assisted-by: Codex <codex@openai.com>
9 lines
405 B
Text
9 lines
405 B
Text
feat: implement global saved views
|
|
|
|
Implements Phase 5 of SPEC 0030:
|
|
- Adds globalViews to global settings and global settings tab UI.
|
|
- Merges global saved views into board-local saved views list with a 'Global' badge.
|
|
- Displays query-only global saved views in the search bar filter editor.
|
|
- Prevents deletion of global saved views from board views.
|
|
|
|
Assisted-by: Antigravity <antigravity@google.com>
|