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

Reimplement Datepicker with react-aria #696

Merged
merged 24 commits into from
Sep 27, 2023
Merged

Reimplement Datepicker with react-aria #696

merged 24 commits into from
Sep 27, 2023

Conversation

veej
Copy link
Member

@veej veej commented Aug 11, 2023

Screen.Recording.2023-08-29.at.11.50.55.mov

Comment on lines 103 to 104
width: config.dayWidth,
height: config.dayHeight,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're no longer limiting the day size in config to be part of the spacing scale.

Comment on lines -26 to +27
<Box paddingX={12} width="full">
<Columns space={4} alignY="center">
<Box paddingX={8} width="full">
<Columns space={8} alignY="center">
<Column width="content">
<IconButton
label={defaultMessages.DateField.previousMonthLabel}
size={16}
size={24}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes already discussed with @Phyele

@gabro
Copy link
Member

gabro commented Aug 29, 2023

@veej take a look at Chromatic: some changes look off to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants