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

[Figma](https://www.figma.com/file/430gInXr2xbFqBOLTCmpHJ/Cloud_UI?node-id=1625%3A56060&t=N03KRHzR0KgkysRe-0) ![image](https://user-images.githubusercontent.com/1627031/205160877-e89bcf63-d23e-45fa-9e43-e53fe7425896.png)

When deleting a set of objects it's annoying to click each one - interested in behavior comparable to multi-select in lots of UIs where you can hold down the shift...

my k8s edgedb deployment has, no password configured ```yaml containers: - name: edgedb image: edgedb/edgedb:2.2 env: - name: EDGEDB_SERVER_SECURITY value: insecure_dev_mode - name: EDGEDB_SERVER_ADMIN_UI value: enabled ``` The UI login...

In the REPL, it would be cool to know the time it took for the query to run. Especially when trying to optimize with indices. ![CleanShot 2022-09-15 at 15 44...

Sometimes when trying to delete multiple fields, the _Review Changes_ dialog gives a non-informative **None** error. When trying to delete them one by one, you are able to do so.

Right now I'm using edgedb-python to dump a lot of data at once, so mysteriously, the amount of object types I get go from 3 (which corresponds to my schema)...

The data explorer view is silently failing to render rows for some of my object types. Probably because the http calls are returning 200 with error responses from EdgeDB. Going...

When the users do some activity, preloaders shown on each of 3 icons on the left sidebar, and presumably it updates all 3 views. Only active view should be updated...

# Text selection leaves a lot to be desired currently. ![image](https://user-images.githubusercontent.com/5874330/184845362-e9184bd1-786d-4369-ad7c-fefe6b5fb444.png) - Can't select the id to copy it from the row. Would be nice to have the copy button...