-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix galleries expand past the width of the screen when the links are many #1691
Conversation
👀 |
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.
This is much better already than the overflowing galleries we have in the app today. I'm impressed -- I think this would've taken me a while to figure out. In addition to my suggestion inline, I think it would be really nice, if possible, to have the dots move and animate each time, like the iOS lock screen switcher. We can talk more about that -- it's hard to describe in a comment here.
👀 |
# Conflicts: # CHANGELOG.md
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.
This is great!
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.
This and the other files below were duplicates. 🙀
oops! I broke the size in #1691
You did a lot of work @joshuatbrown! |
Issues covered
#24
Description
This pull request fixes an issue where galleries overflow the screen when there are many links. It updates the layout of the gallery dot indicator to ensure the dots stay within note card's bounds.
How to test
Screenshots/Video
Before:
After:
Screen.Recording.2024-11-15.at.5.11.38.PM.mov