-
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
implementation of EXIF data popup and sorting in album level #140
base: main
Are you sure you want to change the base?
Conversation
This looks really great! I'm no expert on UI/UX, im open to ideas on how we show this in a clean way. |
@cbenning I ended up by making an additional info page for that but it is not compatible with mobile view rn. It may be better with some React component. |
Ah so not in the modal anymore? |
Yes, it is on different page, bc showing these bunch of information above the image is not clear enough to read? You can try to generate on my fork to see the result. |
I also implemented sorting of albums (by date or name). |
I deployed it in my environment. Feel free to check it https://photos.ikuyo.dev/! |
btw FYI, I re-implemented your design in Gatsby published here https://github.com/Nambers/AnotherFussel |
I really like what you're doing here. I sent you an email to discuss future stuff, but for now my feedback is: I love this progress. My initial impression is that clicking on a button in a modal takes you out of a modal is a bit jarring but I don't know how better to do it, unless we bring another layer up on top of the modal. I'm also open to discussing a totally different modal-design or implementation as well. My usage is simplistic, and I think Fussel should remain simple-by-default visually with a LOT of cool features that can be enabled such as this EXIF info. |
Ty for the feedback! |
#30

I use PIL lib to extract EXIF data from img. I'm not very good at design page so it's a simple implementation and I believe there are plenty of room to improve.
It will be like