-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: Changes for Deephaven UI embedding widget plugins #1644
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1644 +/- ##
==========================================
- Coverage 46.65% 46.57% -0.09%
==========================================
Files 593 597 +4
Lines 36467 36531 +64
Branches 9135 9142 +7
==========================================
Hits 17014 17014
- Misses 19401 19465 +64
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
These changes are needed so Deephaven UI can embed widget plugins. This also creates a difference between the widget component and the widget panel component.
Will open a companion UI plugin PR to utilize these in Deephaven UI.
Tested the panels still function as intended for grid, chart, and dataframe.