Problem
The command palette only fuzzy-matches view names; no view offers in-list filtering/search or sorting of resource rows. This is the scaling gap the roadmap calls out.
Evidence
- palette matches views only:
src/ui/views/command.rs
- no filter state in
App
Impact
Numeric keys + Tab-cycling do not scale as rows/services grow.
Proposed fix
Add a per-view fuzzy row filter and sortable columns (best built on the shared list helper #30).
Acceptance
Problem
The command palette only fuzzy-matches view names; no view offers in-list filtering/search or sorting of resource rows. This is the scaling gap the roadmap calls out.
Evidence
src/ui/views/command.rsAppImpact
Numeric keys + Tab-cycling do not scale as rows/services grow.
Proposed fix
Add a per-view fuzzy row filter and sortable columns (best built on the shared list helper #30).
Acceptance