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

fix: Widget panel fixes #2227

Merged
merged 6 commits into from
Sep 20, 2024
Merged

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Sep 18, 2024

  • Allow JSX.Element to be passed into a context action title
    • We already supported it, but we just didn't allow the type
  • Reset isDisconnected flag when the model is initialized
    • On reconnect, the model was reloading but it was staying in a "disconnected" state

- We already supported it, but we just didn't allow the type
Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.61%. Comparing base (2744f97) to head (e79a534).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2227   +/-   ##
=======================================
  Coverage   46.61%   46.61%           
=======================================
  Files         692      692           
  Lines       38508    38508           
  Branches     9826     9802   -24     
=======================================
  Hits        17949    17949           
  Misses      20506    20506           
  Partials       53       53           
Flag Coverage Δ
unit 46.61% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- Use ResolvableContextAction instead of just ContextAction
- Clean up unused imports
vbabich
vbabich previously approved these changes Sep 19, 2024
- Was just staying in a disconnected state even though the table/charts had reloaded
@mofojed mofojed changed the title fix: Allow JSX.Element to be passed into a context action title fix: Widget panel fixes Sep 20, 2024
@mofojed mofojed merged commit c985e12 into deephaven:main Sep 20, 2024
11 checks passed
@mofojed mofojed deleted the fix-context-action-title-type branch September 20, 2024 17:20
@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants