graphql-engine icon indicating copy to clipboard operation
graphql-engine copied to clipboard

Allow users to close a schema treeview node in the data manager

Open bertyhell opened this issue 1 year ago • 2 comments

Is your proposal related to a problem?

When exploring the schemas and tables in the data manager view, you can open a schema and see the tables that are below. But you cannot close it again. This is counter intuitive since most treeviews allow you to expand and collapse a treeview node

Describe the solution you'd like

When a user clicks a treeview node that is already open, it should collapse again.

Describe alternatives you've considered

none

image

bertyhell avatar Jul 08 '24 20:07 bertyhell

Thanks much @bertyhell for opening the PR for the fix. It's added to our backlog for review.

manasag avatar Jul 22 '24 11:07 manasag

The PR to fix this: https://github.com/hasura/graphql-engine/pull/10321

bertyhell avatar Jul 25 '24 08:07 bertyhell