web-client-ui
web-client-ui copied to clipboard
Deephaven Web Client UI
- Should be no breaking changes - Fixes some issues when running locally on Ubuntu 24 - Has some other interesting features, such as the `--only-changed` cli option - Added...
When using a ticking table and tracking the bottom of the table, applying a filter resets the scroll state and quits following the bottom. Example ticking table code. Scroll to...
As a user if I use `ctrl+end` or `ctrl+arrow down` (mac use `cmd` instead), it scrolls to the bottom of the table. However, it does not track a ticking table....
As a user, I would like to be able to indicate to the web-ui that I am completely done with my session and that I would like resources cleaned up...
**Description** If you create a [TablePlugin](https://github.com/deephaven/deephaven-js-plugin-template#table-plugin-tableplugin) that listens to `selectedRange`, it does not update reactively and is just `[]`. Also, `panel` is no longer passed through. See https://github.com/deephaven/web-client-ui/pull/2181/files which added...
Running `npx browserslist` is supposed to output versions but it's only outputting safari and firefox ``` Chrome > 0 and last 0.5 years Edge > 0 and last 0.5 years...
Behind on quite a few versions of ESLint and its related packages.
**Description** LocalDate instances can be used by PartitionedTables, or partitioned Tables (iceberg, parquet, etc), and may be displayed in the UI. The user will then expect to select a partition...
**Description** Downsample message is covered up when combined in a `ui.panel` **Steps to reproduce** Two plots, one of which, `bizday_plot_line`, has enough data to prompt the downsample message ``` ui.column(ui.panel(bizday_plot_line,...
Dropdown Filter includes columns from the source table in the Filter Column drop down, but doesn't actually apply filters to the source table. I think that means these entries are...