Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
|
Thank you for following the naming conventions for pull request titles! 🙏 |
|
Overall, the changes in this PR look good. However, there are a few areas where improvements can be made:
onCheckedChange={() =>
updateSurvey({ ...localSurvey, welcomeCard: { ...localSurvey.welcomeCard, timeToFinish: !localSurvey.welcomeCard.timeToFinish } })
}
|
…bscribers - Remove "email follow-ups" from the trial features list in SelectPlanCard since follow-ups are not actually unlocked during the trial period (#1462) - Redirect users with existing non-free subscriptions away from the trial plan page so they cannot access it during onboarding (#1461) Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
What does this PR do?
Adds TTC to welcome card
Now user can have an idea of what will be the estimated time required to take that particular survey
Fixes #1456
ttc_welcome_card.mp4
Type of change
How should this be tested?
Go to survey Editor and check welcome card
Checklist
Required
pnpm buildconsole.logsgit pull origin mainAppreciated