edgedb-ui icon indicating copy to clipboard operation
edgedb-ui copied to clipboard

The home of EdgeDB UI and all related shared UI components

Results 140 edgedb-ui issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/edgedb/edgedb-ui/assets/38855190/8571924e-4df7-4e04-8fd8-d4a89eeb9ee6) ![image](https://github.com/edgedb/edgedb-ui/assets/38855190/4b788bb9-4d01-4f81-9087-135dfeedfbfe) 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

enhancement

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...

enhancement

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: ![image](https://github.com/edgedb/edgedb-ui/assets/17928652/ac104e2e-ce84-4a63-95a2-2ff958088043)

_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? ![image](https://github.com/edgedb/edgedb-ui/assets/31225563/8fcdd525-392b-4dab-95d6-54beeafd999e) Feel like it...

enhancement

[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...

enhancement

- [x] ❗️Refactor datatable so we can render query results in table format (#275) - [ ] Keyboard navigation - [ ] Data copy/export + row selection (see #65) -...