-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Pagination] Responsive layout for specific XS layouts/dimensions #7856
Comments
A blocker for this would be adding a new breakpoint for a smaller size. |
@driskull Should we migrate this issue to October to work out the new breakpoint? |
@geospatialem Thats a good question for the design team, might be a good idea unless they can do it sooner. |
cc @SkyeSeitz WDYT? |
Hey folks! Discussed considering adding an additional breakpoint at 320px with Matt, which is generally the smallest mobile size. This could work just for Pagination or across all components if needed, but would love insight from @jcfranco if you lean one way or the other. Link to Pagination specs with additional breakpoint. |
Either way, if we add the breakpoint as a global breakpiont or a component breakpoint, can we put the new breakpoint in a token? |
@geospatialem this should be spiked/blocked until we have another breakpoint to use for this work. |
**Related Issue:** #7856 ## Summary generates a new SCSS variable `$breakpoint-width-xxs: 320px;`
…8150) **Related Issue:** #7856 ## Summary - Refactors & renames CSS to reduce common css classes and remove unused classes. - Adds message strings for First/Last buttons - Supports xxs breakpoint design - Refactors some logic into `@State()` variables - Cleanup - Cleanup tests - Update storybook breakpoint util to handle screenshot test
Installed and assigned for verification. |
Verified in |
Check existing issues
Description
A follow-up issue to #6687 to address specific XS screen dimensions, where
pagination
should be sized to accommodate specific XS dimensions, as not all use cases fit the 475px breakpoint.Note the start/end buttons are not yet in the Calcite UI icons, Skye added a high priority ticket for them to be added. The current button icons are local SVGs (currently noted in Figma).
cc @SkyeSeitz for design expertise, specifics with the breakpoint needed, and follow-up when working through the responsive update.
Acceptance Criteria
Screen.Recording.2023-09-20.at.10.51.12.AM.mov
Relevant Info
Part of epic #6670, originated from #6687
Which Component
pagination
Example Use Case
No response
Priority impact
p2 - want for current milestone
Calcite package
Esri team
Calcite (design)
The text was updated successfully, but these errors were encountered: