web-client-ui icon indicating copy to clipboard operation
web-client-ui copied to clipboard

Deephaven Web Client UI

Results 138 web-client-ui issues
Sort by recently updated
recently updated
newest added

Supporting partition tables in Picker (deephaven/deephaven-plugins/issues/371) will require implementing support for categorized data in our viewport implementation.

enhancement

#1683 is to add support for displaying multiple dashboards. This issue will be for persisting multiple dashboards across page reloads. I've added a few TODOs with this issue number (Search...

enhancement

**Description** Table column drag performance can be really poor to "unusable" when a user has a high number of columns and the table sidebar open. It looks like the sidebar...

bug

There is some scss in the golden layout theme which doesn't make sense as part of the scss override. For example: https://github.com/deephaven/web-client-ui/blob/cf1b368742a7700b08a8d2eda43671856913c9c7/packages/golden-layout/scss/goldenlayout-dark-theme.scss#L73 The "dark" theme scss should only have colour...

bug

Originally posted in #2124 > It looks like "Advanced Filters > contains" is creating a case-insensitive by default query; at a minimum, I think it should provide the option for...

enhancement

Originally filed https://github.com/deephaven/deephaven-core/issues/5700 The "Advanced Filters > contains" filter is creating an "InvokeCondition" with `String#matches(String regex)`, which is much less efficient than "ContainsCondition". Furthermore, it looks like "Advanced Filters >...

bug

- Uses the file separator specified in the server config - Fixes #2046 - Add context `FileStorageContext` for getting the `FileStorage` BREAKING CHANGE: Implementations of `FileStorage` must now provide the...

One of the feedback comments we've received for the `vscode-deephaven` extension is that it is missing a REPL feature https://github.com/deephaven/vscode-deephaven/issues/8). One way we could get this feature "for free" would...

enhancement

Would like to be able to use accessibility features (such as screen reader) with Deephaven Grid.

enhancement

It would be great if you could see a table's metadata (`.getMeta()/`.meta_table`) just by clicking around in the UI, e.g. from right-clicking on the column headers or from the "Table...

enhancement