prisma / prisma-admin-feedback

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

Disabling query editor toggle when creating a new query #60

Closed kuldar closed 5 years ago

kuldar commented 5 years ago

When creating a new query, the user is shown a view with no detail sidebar or results table. This makes sense, because we don't have any data to show for an unrun query.

Problem However when collapsing the query editor before running the query, you see an outdated results table from another query.

Suggestion We should probably disable the collapsing of a query editor until the query is run.

admin-hmm-2