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

Add collapsed customization in BondTable #37

Merged
merged 3 commits into from
Dec 6, 2024
Merged

Conversation

disberd
Copy link
Owner

@disberd disberd commented Dec 6, 2024

This PR adds a way to specify whether the BondTable shall be collapsed by default when shown.
This will also maintain persistent collapsed status between reactive runs of cell showing the BondTable

Closes #36

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.89%. Comparing base (ed3fbbe) to head (41416b9).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   98.88%   98.89%   +0.01%     
==========================================
  Files          14       15       +1     
  Lines         717      726       +9     
==========================================
+ Hits          709      718       +9     
  Misses          8        8              

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

@disberd disberd merged commit 4f92311 into master Dec 6, 2024
9 checks passed
@disberd disberd deleted the bondatble_collapsed branch December 6, 2024 15:19
@sprig
Copy link

sprig commented Dec 8, 2024

awesome, thanks!

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.

The bond table should remember its collapsed status when rerun reactively
2 participants