edgedb-ui
edgedb-ui copied to clipboard
The home of EdgeDB UI and all related shared UI components
I find myself reloading the admin UI sometimes when things aren't fresh namely the schema, the globals (and sometimes the data in the explorer). Upon reload, my previously executed queries...
See: https://github.com/edgedb/edgedb/issues/3946#issuecomment-1223615851
This bit of code is exploding: https://github.com/edgedb/edgedb-studio/blob/a73e7b1d8050ccbd83f874fef6e54b2a74c172db/shared/studio/tabs/schema/state/textView.ts#L246-L248 The value of `schemaData.scalars.values()` is 2k lines so put it in a gist: https://gist.github.com/sbdchd/1b1f50612d6e66f49e56502850739c76 but here's a screenshot and the errors: ``` [mobx]...
Currently you just click outside the text box to "submit" when setting the value of a global. I think we should add an arrow/checkmark button (similar to confirming a change...
In the UI schema browser, if I double click on an object type in the graph a bunch of things disappear. I can't figure out how to get them back...
Currently, when I'm making an error in REPL, the result is a gray "ERROR:" text in the output pane. Ideally, we should colorize that with red and it'd be nice...
Zooming graph vis on my box in Firefox with the scrollwheel is practically unusable because a single scroll click takes zoom level from 100% to 28%! Chrome seems fine.
Cannot select and copy text from REPL result. using latest Edge (win 10) and recent nightly edgedb version workaround: can be hacked by script e.g. ([this](https://github.com/qxinGitHub/Remove-web-limits-))
Connected to a remote instance data and schema does not load. Did not try with locally running edgedb, nor with docker.
Right now we're always sending a `Parse` protocol message. For cloud instances the client/server roundtrip is actually quite expensive (say 100ms), so an extra Parse message inflates the latency to...