web-client-ui
web-client-ui copied to clipboard
Deephaven Web Client UI
Changes needed for dh.ui databars - Support for extracting data in viewport columns not listed in `table.columns`. This allows us to hide the aggregation columns for databars from the user...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
- When the model is disconnected, we should just display an error. There's no option to reconnect, as the widget schema could change entirely - By unloading the IrisGrid component,...
Requires https://github.com/deephaven/deephaven-core/pull/5854 Adds ability to fetch shared objects with `embed-widget`. `name` takes the shared ticket, then `shared` specifies the type of shared object that needs to be fetched, which is...
- Don't sanitize the descriptor in `AppDashboards` - the descriptor gets sanitized within the objectFetcher itself - By sanitizing too early, we lose metadata needed to load an object -...
Fixes #2195 Had to just ignore some of the errors because we compare spectrum components in the styleguide and I didn't want to mess with that for now. I still...
When completing #1908, we forgot to run the linter on all files locally since CI only lints changed files. As a result, there are some places that violate the rule...
As a user, I want to be able to use the `@deephaven/jsapi-bootstrap` package without it also providing loading overlays and a failure modal in my app. We shouldn't have a...
**Description** With #1871, we added imports from `react-transition-group/Transition` and `react-transition-group/CSSTransition`. These are not valid ESM imports (they aren't listed as imports in the `react-transition-group` package.json) and webpack does not like...