Skip to content

[comp] Production Deploy#1030

Merged
claudfuen merged 27 commits into
releasefrom
main
Jun 24, 2025
Merged

[comp] Production Deploy#1030
claudfuen merged 27 commits into
releasefrom
main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app (staging) ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2025 8:33pm
framework-editor (staging) ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2025 8:33pm
portal (staging) ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2025 8:33pm
trust (staging) ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2025 8:33pm

…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
cursor[bot]

This comment was marked as outdated.

…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
…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
cursor[bot]

This comment was marked as outdated.

@vercel vercel Bot temporarily deployed to staging – portal June 24, 2025 20:23 Inactive
…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
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

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

// Use state instead of localStorage - initialized from KV data if setupId exists
const [savedAnswers, setSavedAnswers] = useState<Partial<CompanyDetails>>(
setupId && initialData ? initialData : {},
);

Fix in Cursor


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
@claudfuen
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.42.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants