rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.99k stars 485 forks source link

Cmd K Bar for Rowy #598

Open harinij opened 2 years ago

harinij commented 2 years ago

Is your feature request related to a problem? Please describe. It would great to have a cmd+K bar for Rowy to search and do most commonly used actions like create table, extensions. Filter, sort etc.

Exploration of different options for implementing this and discussion welcome.

gibsonliketheguitar commented 2 years ago

I began a basic implementation of HotKeys. I notice that there is already a custom hook and Component for Hotkeys.

harinij commented 2 years ago

This issue is still available for Good First issue. A library like this can be used for implementation https://github.com/timc1/kbar

Hardiegogo commented 11 months ago

This is interesting, I would like to take this up. Can you assign this to me? @harinij

Hardiegogo commented 11 months ago

In this demo, I have implemented major navigation shortcuts throughout the app using kbar: Demo Link

Apart from this, I am considering the following approach to implement specific actions on the pages using kbar:

I would appreciate your opinions and any feedback on this. @harinij @Chadha93

EDIT: I found a better way to implement this and currently working on it.