You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In total, I found two bugs with the new right sidebar in prisma studio CLI.
Text fields do not display previous cell state
In this GIF, when you try to edit a text cell, the studio does not allow you to edit the previous state, but only enter a new one.
Strange behavior of the right pane when editing numeric cells
In this GIF, Studio demonstrates strange behavior where changing a numeric cell results in a syntax type error and the backspace key has no effect in the sidebar.
How to reproduce
This behavior is observed on all my projects using Prisma. I specifically reinstalled prisma in one of my projects, but the behavior did not change at all.
Expected behavior
In my opinion, in the first case, the studio should allow you to change the previous state of the cell, and not offer to enter a new value.
In the second case, the change in the right panel must be correctly interpreted by the prisma so as not to cause errors, and also immediately display data changes in the right panel.
Bug description
In total, I found two bugs with the new right sidebar in prisma studio CLI.
Text fields do not display previous cell state
In this GIF, when you try to edit a text cell, the studio does not allow you to edit the previous state, but only enter a new one.
Strange behavior of the right pane when editing numeric cells
In this GIF, Studio demonstrates strange behavior where changing a numeric cell results in a syntax type error and the
backspace
key has no effect in the sidebar.How to reproduce
This behavior is observed on all my projects using Prisma. I specifically reinstalled prisma in one of my projects, but the behavior did not change at all.
Expected behavior
Prisma information
Prisma version:
Schema:
Environment & setup
OS: Windows 10 (Build 19045.5371)
Browser: Google Chrome (132.0.0.0)
DataBase: SQLite
Prisma logs
No special logs are displayed
The text was updated successfully, but these errors were encountered: