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: Keep rows selected when date range changes #123

Merged
merged 6 commits into from
Jan 23, 2025

Conversation

milanmlft
Copy link
Member

Before when some rows are selected and then the date range gets changed, the selections would disappear. This PR makes sure the row selection is retained by keeping track of the selected concepts and re-selecting them after the data is re-computed upon a date-range change.

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.75%. Comparing base (ba46c7d) to head (c8d40a6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #123      +/-   ##
==========================================
+ Coverage   93.70%   93.75%   +0.04%     
==========================================
  Files          23       23              
  Lines         763      769       +6     
==========================================
+ Hits          715      721       +6     
  Misses         48       48              

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

@milanmlft milanmlft merged commit d59ecdb into main Jan 23, 2025
8 checks passed
@milanmlft milanmlft deleted the milanmlft/keep-rows-selected branch January 23, 2025 11:09
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.

1 participant