Right now search-command is search-only. Idea: extend it to support actions too, basically turn it into a command palette.
Would let users do things like:
Key constraint: actions dispatched from the palette must go through the same mechanism as the settings panel, no duplicated state logic.
Probably worth renaming the component too (command-palette? command-bar?) since search-command won't cover it anymore.
Right now search-command is search-only. Idea: extend it to support actions too, basically turn it into a command palette.
Would let users do things like:
Key constraint: actions dispatched from the palette must go through the same mechanism as the settings panel, no duplicated state logic.
Probably worth renaming the component too (
command-palette?command-bar?) sincesearch-commandwon't cover it anymore.