edgedb-ui
edgedb-ui copied to clipboard
The home of EdgeDB UI and all related shared UI components
EdgeDB Server: 2.2+dba8da8, 2.1+c600476 Browser: Chrome 105.0.5195.102, Firefox 104.0.2 1. Start an EdgeDB instance (listen on 0.0.0.0, use Docker for simplicity): ``` docker run --rm -p 5656:5656 -e EDGEDB_SERVER_SECURITY=insecure_dev_mode -e...
A common use for the bytes type is to store (small) files. It would be handy to allow file upload via the UI, especially via the data explorer, but could...
(reported via a private DM on our Discord). Let's take a look when we have a bit of time.
The Schema Graph is great. It really helps to visualize the schema. Currently it's only showing the property names and the links as simple arrows. It would be great if...
Currently due to the standardised width of all the type views in the schema graph view, longer propertys and type names are culled without option to either set the culling...
Currently order of properties in a type in the Schema Graph View are at the whim of the schema migration creator. Having an option to sort properties by alphabetical, with...
It'd be great to have a way to publish the edgedb schema in a format that a tool such as DbSchema could parse to be able to maintain conceptual visibility...

Currently index column paddings shrink on the left when introducing more digits to the index value. To make it compatible with Figma, the space on the right side should shrink...