-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
ImagePane: Gallery and refactor #539
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4f53570
to
b85502f
Compare
Thanks, another impressive work 🙂 The code is mostly fine, I have a few comments, but the UX design of the Slider has to be rethinked. And until this is done we can't merge it. I have spent a lot of time on this today, and I am not sure yet how to make a design which will allow to have much more images. Let me know, if you want me to submit the review comments and work on it. Even though, I am not sure how long it will take until I find inspiration and come up with a design I am comfortable with. For me, the Slider is very key component to the FeaturePanel and I want it to be as balanced and fluent as the current one. |
Description
ImagePane
Wikipedia and wikimedia commons categories know give the user a list of multiple images. Those are displayed in a grid. If there are more then four images the user can press a button to open a dialog to see all images.
Each image/gallery of multiple images know stretch from the left to the right. If the aspect ratio isn't right the space will be filled up with a blurred version of the image.
It wasn't clear anymore that these images are scrollable so now there are arrows on the left and right to make it clear and simple to switch the image.
The right arrow even is animted to motivate the user to try out more images.
Like discussed in Wikimedia audio files #524 audio files are filtered out now.
Notes
It would be quite hard to test the image fetcher for wikipedia images as they now have multiple requests. For this reason I've removed them
ToDo
Checklist