web-client-ui
web-client-ui copied to clipboard
Deephaven Web Client UI
Summary --------- If there is a link to a table that has a sync-state graph then the graph only updates when the backing table is visible. See the video for...
**Description** While working on #1654 I noticed that not all series show on the plot if the width of the panel is too small. Hovering over where the series data...
As a user, I want to be able to multi-select CSV files when uploading tables, so that I can more quickly view a set of files rather than uploading them...
@deephaven/redux should not have any dependencies on other @deephaven packages. Essentially it just needs the middleware stuff and registry, and the rest should be actions/selector exported by other packages. E.g....
https://react.dev/blog/2022/03/08/react-18-upgrade-guide Some improvements we can expect: - Better typings in generally, specifically from `useCallback` - Used to be [typed as any in v17](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/v17/index.d.ts#L1105), it's [more strict in v18](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L1126). - Automatic...
Changing a setting in the settings menu in one browser tab should change it in all of the browsers tabs. While it's actually quite convenient for development of themes to...
As a plugin/component developer, I want an app-level toast queue so that I can display an error message to the user from within the app easily. Note that React Spectrum's...
As a user I want to mark certain important panels and dashboards important and not closeable, to avoid accidently closing them. Spec: Similar to pinning a browser tab, a pinned...
> @alexbassy is there a way to lock scrolling in a data grid to a given axis rather than being able to scroll X & Y? e.g. for only horizontal...
**Description** Histograms created with `plot_xy_hist` do not extend their x-axis to `xmax` if this value is larger than the maximum x value present in the dataset. **Steps to reproduce** Run...