-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
feat: Added select/deselect all notes button #1377
base: main
Are you sure you want to change the base?
Conversation
Same functionality is now available also in each directory of the browse page |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1377 +/- ##
==========================================
- Coverage 47.39% 47.23% -0.17%
==========================================
Files 114 115 +1
Lines 8959 8992 +33
==========================================
+ Hits 4246 4247 +1
- Misses 4713 4745 +32 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
620a0dc
to
56797dd
Compare
Resolved merge conflicts and updated |
56797dd
to
020b8af
Compare
020b8af
to
99080d2
Compare
99080d2
to
b8aa4b7
Compare
b8aa4b7
to
8f4eb6e
Compare
Introduced button in recent page footer that allows for selection of all notes
When less than all files are selected
When all files have already been selected, behaviour changes to unselect all
While implementing this I had to address that newer version of the
saver_gallery
dependency would not compile.Furthermore
preview_card
makes use of a different variableexpanded
when it actually should never differ from thewidget.selected
one (or else some selection changes do not reflect in the UI). I've kept it for consistency's sake.