web-client-ui
web-client-ui copied to clipboard
Deephaven Web Client UI
A user has requested that we add an option for "Thousands" in the default number format dropdown (similar to how we already have "Millions"). Selecting thousands should add a "k"...
- Adds #2247 - Adds a few CSS overrides to Monaco
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
As a developer using an external IDE (such as VSCode or IntelliJ) in my workflow, I would like a browser mode that automatically opens/updates/closes panels as code is run in...
Autocomplete looks messy when the function signature is too long. The docstring should also be formatted, similar to how VS Code does it. - Core PR: https://github.com/deephaven/deephaven-core/pull/6170 - Web Client...
**Description** In a deephaven.plot.figure.Figure instance, the axis of a chart is defined separately from the series that will be related to it. The axis can be given a format pattern...
When I write Groovy queries, single-quoted strings are colored yellow. Double-quoted are colored white. This is an issue particularly in docs, where we use double-quoted strings everywhere. In docs, they're...
GridMouseHandler and KeyHandler should just be defined as Interfaces, rather than a base class required to be extended.
As a user, I would like the grid to flash a cell when it's contents has changed for visibility. Similar to this feature in AG Grid: https://www.ag-grid.com/javascript-data-grid/change-cell-renderers/
As a user, I want to open an existing file and click "Save As..." to copy and rename the file in on action.