-
Notifications
You must be signed in to change notification settings - Fork 11.6k
V1->V2 connect calendar #3961
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
V1->V2 connect calendar #3961
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
| {!defaultCalendarConnected && ( | ||
| <Alert | ||
| severity="warning" | ||
| className="mb-4" | ||
| title={<>{t("missing_connected_calendar") as string}</>} | ||
| message={ | ||
| <Trans i18nKey="connect_your_calendar_and_link"> | ||
| You can connect your calendar from | ||
| <a href="/apps/categories/calendar" className="underline"> | ||
| here | ||
| </a> | ||
| . | ||
| </Trans> | ||
| } | ||
| /> | ||
| )} | ||
| {data.eventTypeGroups.map((group, index) => ( |
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 didnt seem to work in the old PR and was reverted, are we sure we wanna keep this?
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.
@alannnc - Is it worth removing this?
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.
Just take whats on main and you should be ready to go. I think on main its called as
| }, | ||
| }; | ||
| } | ||
|
|
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.
With new component this is not required now.
| <Select | ||
| name="primarySelectedCalendar" | ||
| placeholder={!hidePlaceholder ? `${t("select_destination_calendar")}:` : undefined} | ||
| placeholder={ |
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 should stay as this change was made on v1 component
What does this PR do?
#3891
Puts these changes from V1 into V2 components