studio icon indicating copy to clipboard operation
studio copied to clipboard

Adding filters is feature improvement for the `prisma studio` command

Open tylerbecks opened this issue 1 year ago • 0 comments

Bug description

After running npm run prisma studio, the UI is annoying to create filters. I have to move my mouse from one end of the screen to the other 3 times. Please just keep everything in the same place and focus the input when we would need it. This applies to the rest of the UI too.

  1. Click the Filter Button
  2. Click Add New Filter
  3. Move to Input to select which one to filter by (I wish it were already focused in the input so I can start typing)
Screenshot 2023-03-19 at 11 15 37 PM Screenshot 2023-03-19 at 11 16 03 PM

How to reproduce

  1. npx prisma studio
  2. Create filter as described above.

Expected behavior

No response

Prisma information

irrelevant...

Environment & setup

"@prisma/client": "^4.11.0",
"prisma": "^4.11.0",

Screenshot of page where the problem happened (if applicable)

No response

Prisma logs

No response

tylerbecks avatar Mar 21 '23 03:03 tylerbecks