Conversation
[dev] [Marfuen] mariano/comp-229-dub-affiliates
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…encies - Eliminated localStorage usage for onboarding step tracking in AnimatedGradientBackgroundWrapper and OrganizationSetupForm components. - Updated useOnboardingForm hook to manage state directly instead of relying on localStorage, enhancing performance and maintainability. - Adjusted event dispatching for onboarding step changes to improve background animation handling.
- Added configuration to skip husky hooks during CI runs in the release workflow, streamlining the release process.
…mated-flow-ai-loader-edited-convert-to-banner [dev] [claudfuen] claudio/comp-225-clean-up-animated-flow-ai-loader-edited-convert-to-banner
…ricingCards component
…ling calls - Closes COMP-221, COMP-223
[dev] [Marfuen] mariano/comp-229-dub-affiliates
…mbed component - Updated BookingDialog to use responsive design with improved layout and spacing. - Simplified CalendarEmbed component by removing unnecessary inline styles.
…mated-flow-ai-loader-edited-convert-to-banner [dev] [claudfuen] claudio/comp-225-clean-up-animated-flow-ai-loader-edited-convert-to-banner
[dev] [Marfuen] mariano/comp-229-dub-affiliates
…nfetti animation - Introduced CheckoutCompleteDialog to display a completion message after checkout. - Integrated canvas-confetti for celebratory animations based on selected plan type. - Updated routing logic to handle new query parameters for better user experience. - Adjusted success URLs in pricing flow to reflect new plan types. - Closes COMP-226
…i/comp into mariano/comp-229-dub-affiliates
[dev] [Marfuen] mariano/comp-229-dub-affiliates
…and descriptions - Updated feature titles and descriptions for clarity and impact. - Added new icons for improved visual representation of features. - Modified button text and footer to better reflect user actions and support options. - Introduced a community support message for the starter plan to encourage user engagement.
…/comp-225-clean-up-animated-flow-ai-loader-edited-convert-to-banner
There was a problem hiding this comment.
Bug: Onboarding Progress Lost Without `setupId`
Replacing useLocalStorage with useState in useOnboardingForm.ts removes client-side persistence for onboarding form data. Users without a setupId will now lose all their progress if they refresh the page, as the form state is no longer saved. Previously, localStorage provided this persistence as a fallback when KV storage (which requires a setupId) was not available, leading to a significant user experience regression.
apps/app/src/app/(app)/setup/hooks/useOnboardingForm.ts#L30-L34
comp/apps/app/src/app/(app)/setup/hooks/useOnboardingForm.ts
Lines 30 to 34 in 7ca7641
Was this report helpful? Give feedback by reacting with 👍 or 👎
…andling - Replaced local variable with state management for plan type to ensure accurate rendering. - Updated logic to conditionally render content based on stored plan type. - Improved icon imports for better clarity and consistency in the UI.
…mated-flow-ai-loader-edited-convert-to-banner [dev] [claudfuen] claudio/comp-225-clean-up-animated-flow-ai-loader-edited-convert-to-banner
|
🎉 This PR is included in version 1.42.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.