edgedb-ui
edgedb-ui copied to clipboard
The home of EdgeDB UI and all related shared UI components
Hi, The url is "http://10.11.11.11:5656/ui/_login", I tried create a instance, and update admin's password. but did not work. version: 6.2 run cmd: podman run \ --name gel \ -e GEL_SERVER_HOST=10.11.11.11...
Right now, there does not appear to be any way to sign out from the UI running in "local" mode. My use case is that I'm running gel in a...
Hello, I can't login in edgedb ui reproduction: ``` # compose.yml services: edgedb: image: edgedb/edgedb:5.7 depends_on: postgres: condition: service_healthy environment: EDGEDB_SERVER_ADMIN_UI: enabled EDGEDB_SERVER_SECURITY: insecure_dev_mode EDGEDB_SERVER_BACKEND_DSN: "postgresql://my_user:my_password@postgres:5432/postgres" volumes: - "./edgedb-data:/var/lib/edgedb/data" -...
For single links I wouldn't expect to see the `1` count, it just makes you think it must be a multi link. Does seem like it would be cleaner to...
Refer to issue: https://github.com/edgedb/edgedb/issues/8157 Version of EdgeDB CLI: `Gel CLI 6.2.0-dev.1232+e1eee9f` There's should be export or copy button for full module for example here I can not copy all and...
Currently, when you review changes in the Data Explorer, you can see a sample review query detailing the changes that are about to take place. It would be great if...
Currently, the UI does not allow text selection in cirtain parts, which causes screen reader to not read aloud the contents. For example, in the editor, when executing a query...
I am a user who is legally blind, and it's a little difficult to use the UI with a screenreader using mouse navigation. It seems like most buttons aren't being...
Given the following schema: ```edgeql module default { type Test { required a: A; required b: B; } type A { required a: str; } type B { required b:...
It would be fantastic if inserting data in the data explorer has specialized inputs depending on the input type. For example, when a property type is `datetime`, you have to...