-
Notifications
You must be signed in to change notification settings - Fork 842
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
Improve compressed EuiPagination #2779
Improve compressed EuiPagination #2779
Conversation
Love the VoiceOver gif ❤️ |
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.
This fixes the issue and looks good to merge. I think we might want to eventually get rid of the media queries and instead auto-apply the compressed views based upon a resize observer, but there's no hurry to make that change in this PR.
@chandlerprall Mind giving this a quick check. I think @andreadelrio addressed all your feedback and this looks good to merge? |
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.
One more change requested, for better localization support.
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.
Changes LGTM! Pulled & tested locally. Thanks @andreadelrio !
Summary
I've added the current page and a "jump to last page" link to the compressed version of
EuiPagination
. See before and after screenshots belowBefore
After
EuiPagination
using VoiceOver.Fixes #606
Checklist
- [ ] Check against all themes for compatibility in both light and dark modes- [ ] Checked in mobile- [ ] Props have proper autodocs- [ ] Added documentation examples- [ ] Added or updated jest tests- [ ] Checked for breaking changes and labeled appropriately- [x] Checked for accessibility including keyboard-only and screenreader modes