Skip to content
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

calendar: improve responsiveness #2434

Open
3 tasks
ArtBlue opened this issue Aug 30, 2024 · 1 comment
Open
3 tasks

calendar: improve responsiveness #2434

ArtBlue opened this issue Aug 30, 2024 · 1 comment

Comments

@ArtBlue
Copy link
Contributor

ArtBlue commented Aug 30, 2024

Description

Currently, the multi-month calendar does not have built-in responsive adjustments based on screen size. For this issue, look into creating a responsive mechanism to have the multi-month calendar display properly across all screen sizes.

The easiest solve will likely be displaying a single calendar on smaller screens, but some investigation is necessary to find a good path forward.

Screenshots

image

Figma link

No response

Engineering pre-requisites

  • Supports dark mode.
  • Supports responsive design.
  • Tokens have been provided (or already exist).
@LuLaValva
Copy link
Member

The solution is definitely to only show fewer calendars on smaller screens, but that actually needs to be handled on the JS side because otherwise the labels for the paddles will be wrong (unless they are generic like "next month" and "previous month). Right now our recommended labels are along the lines of "Go to September 2024" and "Go to December 2024", which will not be correct after CSS-based truncation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants