Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Load widgets from plugin context #114

Merged
merged 5 commits into from
Nov 23, 2023

Conversation

mattrunyon
Copy link
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 self-assigned this Nov 13, 2023
Copy link
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).

plugins/ui/src/js/src/ObjectView.tsx Outdated Show resolved Hide resolved
Copy link
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

plugins/ui/src/js/src/ObjectView.tsx Show resolved Hide resolved
@mofojed mofojed merged commit 6c1fec8 into deephaven:main Nov 23, 2023
11 checks passed
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