-
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
Gallery View and image info dialog #1081 #1099 #1083 #1082 #1145
Conversation
- remove cardView footer
- Add MRT action menu and checkbox to card view and gallery lightbox
…age-information-dialog-#1082-#1083
- remove max height in thumbnail - one image should have a max length of 50%
0e80928
to
6489da8
Compare
6489da8
to
c16564c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1145 +/- ##
===========================================
+ Coverage 99.19% 99.23% +0.04%
===========================================
Files 82 88 +6
Lines 17094 17876 +782
Branches 2051 2946 +895
===========================================
+ Hits 16956 17740 +784
+ Misses 137 135 -2
Partials 1 1 ☔ View full report in Codecov by Sentry. |
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.
Just a few things left to look at, mostly minor comments. The error handling for invalid and non existent images works well.
a9c606e
to
5653237
Compare
5653237
to
9dadad5
Compare
(images.length % preservedState.pagination.pageSize === | ||
1 && | ||
isLastPage) | ||
? '50%' |
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.
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.
Works well just the one comment above, happy for it to be merged while I am away assuming others have reviewed & approved.
- Filtering size issue
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.
LGTM, works well, and no comments on the implementation or testing.
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.
lgtm!
Description
Remove react-photoswipe-gallery and use custom lightbox
Testing instructions
closes #1081, closes #1099, closes #1083, closes #1082