The dashboard is now a command surface
What changed
Navigation has been rebuilt around a single command surface. Every destination, project switch, and table action is reachable from one input, and the sidebar is now a shortcut rather than the only path.
# open the command surface from anywhere
⌘ K
Design notes
- Results rank by recency first, then by exact prefix, then fuzzily
- Every row states its keyboard path, so the palette teaches the shortcut it replaces
- Focus never leaves the input; arrow keys move a virtual cursor instead
- Motion is capped at 200ms and respects
prefers-reduced-motion
Why it matters
Dashboards accumulate navigation. Rather than adding another level of nesting, this release flattens the whole surface into something searchable, which keeps the sidebar honest about what deserves permanent real estate.