edgedb-ui
edgedb-ui copied to clipboard
The home of EdgeDB UI and all related shared UI components
  Schema: ```edgeql type Product { required link owner: User; property isOwn:= .owner = global current_user; } ``` it works in the CLI: ``` project:edgedb> set global ext::auth::client_token :=...
Suggested by a Discord user: https://discord.com/channels/841451783728529451/1201924916262469742/1235886829216075858
The UI has the ability to run while bypassing access policies, and in fact, most editing that's done directly in the data explorer or query editor are likely admin-level edits...
When I do a search where my object has null fields, I can click on "view" on that field, yet doing so throws an unhandled exception: 
_Just copy/pasting from Discord for now. Can expand if needed._ Is there a way for me to display some value, for example the 'username' property here?  Feel like it...
[Discord](https://discord.com/channels/841451783728529451/1231669458775576646) Please & thank you
Especially in data viewer but occasionally throughout other places as well we see a lot of inconsistent hanging that we are assuming comes from retrying serialization conflicts. We definitely don't...
The UI is great for allowing our team to directly interact with data, but we currently don't have a way to log user activity that occurs inside the UI which...
We currently display "number of seconds" which is certainly more friendly than ISO 8601 duration format, but it would be nice to view some more friendly version of the current...
- [x] ❗️Refactor datatable so we can render query results in table format (#275) - [ ] Keyboard navigation - [ ] Data copy/export + row selection (see #65) -...