NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
29 stars 5 forks source link

Add command palette #417

Open lklyne opened 1 year ago

lklyne commented 1 year ago

This is just a dream, but command palettes can be huge productivity boosters for expert users. The command+k convention has become common place in lots of tools: slack, vscode, github, etc etc

We could use something off the shelf like this: https://svelte-command-palette.vercel.app/ https://github.com/rohitpotato/svelte-command-palette

Then define a list of all actions someone might take within the app and have them all accessible via the keyboard

lklyne commented 8 months ago

Better than the above libraries, theres a port of cmdk for svelte that looks promising: https://www.cmdk-sv.com