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

When searching for items in a ComboBox backed by a table data source, sometimes the picker opens to show results as you type. Sometimes it does not. ~I've filed a...

bug

Related to https://github.com/deephaven/deephaven-core/issues/5068 and https://github.com/deephaven/deephaven-core/pull/5532 Currently Web UI assumes file paths all use a `/` as a delimiter and start with a slash. On native Windows and in some other...

enhancement

We currently do not have a way to fully reset the redux state in DHE. We export the store already configured, so we would have to duplicate the `createStore` logic...

enhancement

When a dashboard is opened with a name of a dashboard that is already open, we should replace the existing dashboard tab like we do with tables. We should also...

enhancement

As a I would like to have more control over text formatting within a cell. Users should be able to control whether a cell is bold, italic, underlined or strikethrough,...

enhancement

**Description** It seems that having an open file stops logout from working. **Steps to reproduce** - Run DHC such that it requires PSK for login - Login - Open a...

bug

Right now, we have some user types in DHC which are only used in DHE. Removing them will likely require changes to DHE to account for the new type. `operateAs`...

enhancement

**Description** Timezone display formats do not match the formats supported in queries. For example, a Timestamp column that is of type Instant can have an "EDT" suffix both in the...

bug

It would be helpful if datetime columns had tooltips that showed the complete date and time: ![image](https://user-images.githubusercontent.com/9516585/173668983-b7bdeea4-e189-444c-89cd-2b2737511ddd.png)

enhancement

Right now ui.dashboards appear in the Panels list. We at least need a unique icon for dashboards, and should probably either rename that dropdown, or have a separate list for...

enhancement