-
Notifications
You must be signed in to change notification settings - Fork 0
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 button to add selected rows to export #104
Conversation
Now, unselecting a row and then pressing the 'update selection' button doesn't remove the unselected rows from the export selection.
…ctor This avoids some sneaky bugs with the previous `full_join` approach where data might get duplicated when changing the date filter
Do we want a |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #104 +/- ##
==========================================
+ Coverage 96.99% 97.02% +0.02%
==========================================
Files 19 19
Lines 566 571 +5
==========================================
+ Hits 549 554 +5
Misses 17 17 ☔ View full report in Codecov by Sentry. |
Turns out this _is_ actually possible, even quite simply
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, as you have there, need to update user manual.
`inst/app/www` is intended for specific resources like JS, CSS and such
Closes #93
Also closes #94, as it will be no longer relevant.
To do