Table Editor UX: unclear table selection #23608
Unanswered
DitlevHB
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I noticed that the URL is updated with table ID's, when navigating to a particular table. The UI is also updated, so you can see which table is selected. Now, if you choose a table in a different schema than public and refresh the browser, you'll notice that the schema is now set back to public instead of that different schema and you obviously can't show which table that is selected anymore. As a consequence, there is no indication of what table you are actually viewing.
I think the UX could be better here. For example, both schema and table would go into the URL, so that you can link to a particular schema & table. Alternatively, with the current URL setup, you could infer the schema from the table.
All reactions