Skip to content

feat: Load widgets from plugin context#114

Merged
mofojed merged 5 commits intodeephaven:mainfrom
mattrunyon:ui-widget-loading
Nov 23, 2023
Merged

feat: Load widgets from plugin context#114
mofojed merged 5 commits intodeephaven:mainfrom
mattrunyon:ui-widget-loading

Conversation

@mattrunyon
Copy link
Copy Markdown
Collaborator

@mattrunyon mattrunyon commented Nov 13, 2023

Fixes #59

Changes UI to load widgets from the plugin context which allows for any widget (as long as it's a WidgetPlugin w/ the proper supportedTypes) to be part of a deephaven UI panel without any extra setup from the user.

@mattrunyon mattrunyon requested a review from mofojed November 13, 2023 14:51
@mattrunyon mattrunyon self-assigned this Nov 13, 2023
Copy link
Copy Markdown
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor cleanup, marking as requesting changes as we need to update with a published build (0.55 after deephaven/web-client-ui#1644 merges).

Comment thread plugins/ui/src/js/src/ObjectView.tsx Outdated
@mattrunyon mattrunyon requested a review from mofojed November 21, 2023 04:45
Copy link
Copy Markdown
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebase off the latest as well to get the latest test-results action

Comment thread plugins/ui/src/js/src/ObjectView.tsx
@mattrunyon mattrunyon requested a review from mofojed November 23, 2023 06:59
@mofojed mofojed merged commit 6c1fec8 into deephaven:main Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ElementPlugin for plugins to wire up displaying an object as an element

2 participants