edgedb-ui
edgedb-ui copied to clipboard
The home of EdgeDB UI and all related shared UI components
[Figma](https://www.figma.com/file/430gInXr2xbFqBOLTCmpHJ/Cloud_UI?node-id=1625%3A56060&t=N03KRHzR0KgkysRe-0) 
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.  - Can't select the id to copy it from the row. Would be nice to have the copy button...