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

I've used EdgeDB in a few projects so far and in my new project I just noticed some strange behavior (which is now affecting my other projects as well). When...

Logging into the UI in EdgeDB 3.0 uses a login screen as opposed to 2.14 which uses a token in the url. Output is similar to the following: EdgeDB 2.14:...

Elvis proposed showing text in the selected block to expose which indexes were used.

e.g. ``` analyze select Post { id, polls: { id, answered, } } ``` and many more

Hello, say we have a schema following: ``` type Person { name: str; multi likeMovies: Movie } type Movie { name: str; directedBy: Person; } type ClassRoom{ name: str; multi...

It would be nice to have a hint similar to the type name that displays the count of entries in sets/arrays

Currently, the view for managing secret keys (https://cloud.edgedb.com/secret-keys) is inaccessible in the UI without an active instance even though the secret keys themselves will still exist after deleting an instance...

- **hide abstract types** (and also show them exclusively) and **their inheritence links**: I heavily use abstract types so they clutter the schema with lots of arrows - **show/hide properties**...

Hi! I got the following error again. Last time, I just changed and unchanged the default file and migrated it twice, and the error disappeared. But it is not a...