Quick-filter nav: Ctrl+I (type) and Ctrl+T (tag) dialogs with smart nav bar #5

Open
opened 2026-05-24 15:51:28 +00:00 by mikael-lovqvists-claude-agent · 0 comments

Phase 1 — Quick-filter dialogs

  • Ctrl+I: fuzzy-search dialog to filter by entry type
  • Ctrl+T: fuzzy-search dialog to filter by tag
  • Both work from any view using document-level listener with sentinel cleanup pattern

Phase 2 — Smart nav bar

  • Replace full type list with most-accessed types
  • Track access counts per type (navigate to type increments counter, persisted in KV store)
  • Show top N types in nav; rest accessible via Ctrl+I dialog

Phase 3 — Contextual tag suggestions

  • When a specific type is active, show most-accessed tags for that type instead of global
  • Track per-type tag access counts separately
## Phase 1 — Quick-filter dialogs - Ctrl+I: fuzzy-search dialog to filter by entry type - Ctrl+T: fuzzy-search dialog to filter by tag - Both work from any view using document-level listener with sentinel cleanup pattern ## Phase 2 — Smart nav bar - Replace full type list with most-accessed types - Track access counts per type (navigate to type increments counter, persisted in KV store) - Show top N types in nav; rest accessible via Ctrl+I dialog ## Phase 3 — Contextual tag suggestions - When a specific type is active, show most-accessed tags for that type instead of global - Track per-type tag access counts separately
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mikael-lovqvists-claude-agent/task-inventory#5