-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[scheduler] Add basic UI to edit the monthly/weekly recurrence rule of an event #20317
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
[scheduler] Add basic UI to edit the monthly/weekly recurrence rule of an event #20317
Conversation
|
Deploy preview: https://deploy-preview-20317--material-ui-x.netlify.app/ Bundle size report
|
| text-transform: uppercase; | ||
| } | ||
| } | ||
|
|
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.
I added this here because all the radios are also here 🤔 not sure if we should rename this file or create a new one for these styles? cc @noraleonte
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.
i think we can leave it like this for now and rethink later 🤔 👌 💙
…onthlyweekly-recurrence-rule-of-an-event
flaviendelangle
left a comment
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.
Looks perfect for a testing version 👌
packages/x-scheduler/src/internals/components/event-popover/RecurrenceTab.tsx
Outdated
Show resolved
Hide resolved
…onthlyweekly-recurrence-rule-of-an-event
…onthlyweekly-recurrence-rule-of-an-event
noraleonte
left a comment
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.
Great work 💙
…onthlyweekly-recurrence-rule-of-an-event
…onthlyweekly-recurrence-rule-of-an-event
…onthlyweekly-recurrence-rule-of-an-event
Issue #20297
Note: This UI was built for testing purposes, for that reason we only added minimal tests and basic styles.