prisma / prisma-admin-feedback

Feedback for Prisma Admin (currently in invite-only preview)
6 stars 1 forks source link

Focus "Save to Database" button when change has been made to allow for "double enter" to apply changes #64

Closed schickling closed 5 years ago

schickling commented 5 years ago

When I want to make some changes to my data quickly (e.g. using inline editing) it should be possible to hit the enter button twice to actually save the changes to the database. The best way to implement this is by automatically have the browser focus the "Save to Database" button.

kuldar commented 5 years ago

An alternative approach would maybe have a cmd+return or something similar for the "Run" command. Otherwise I can see cases where you have to fight against the autofocus when navigating around the table and making changes.

huv1k commented 5 years ago

Kuldar added a shortcut for save to database in #23.