-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add JS Plugin Information (#2002)
Resolves #1374 Changes: - Added "Plugins" section to Settings sidebar, with the JS plugin and its corresponding version (see screenshot below) - Modified the `PluginMap` to be a mapping from a `string` to a `VersionedPluginModule`: which contains an optional `version` prop Screenshot of Change: ![image](https://github.com/deephaven/web-client-ui/assets/69530774/22f94c47-1d01-4dd4-b854-7f17576126dd)] The plugin information looks the same, just now, when we click "Copy versions", the info about the plugins is also copied
- Loading branch information
1 parent
3a6a439
commit 6ff378c
Showing
5 changed files
with
58 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters