-
Notifications
You must be signed in to change notification settings - Fork 99
[dev] [carhartlewis] lewis/comp-v2-onboarding #734
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Introduced new context hub settings page with context form and list components. - Implemented onboarding chat form and related components for user onboarding experience. - Updated routing to redirect to frameworks instead of implementation in various places. - Added new actions for onboarding organization and skipping onboarding. - Enhanced comments functionality with new components for comment form, list, and item. - Updated dependencies and fixed various issues across the application.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…ading screen for onboarding chore(deps): update next and zod versions, add @types/bun, and clean up unused dependencies - Updated Next.js version to 15.4.0-canary.60 across multiple package.json files. - Updated Zod version to 3.25.46. - Added @types/bun as a new development dependency. - Removed unused dependencies and cleaned up package files for better maintainability.
… version - Simplified the bulk invite employees action by removing unnecessary comments and unused interfaces. - Updated the Stripe API version to 2025-05-28 for compatibility. - Removed unused imports in the policies table and magic link components for better clarity and performance. - Adjusted imports in the filter toolbar to use the correct User type from better-auth.
- Downgraded versions for several AWS SDK packages and Azure identity. - Updated various other dependencies including React, TypeScript, and semantic-release packages. - Removed outdated react-email components and adjusted versions for improved compatibility.
- Upgraded several AWS SDK packages to version 3.821.0 for improved functionality. - Updated React, TypeScript, and other dependencies to their latest compatible versions. - Adjusted the version of `react-hook-form` to 7.57.0 and `zod` to 3.25.49 for better performance. - Downgraded `@asamuzakjp/css-color` to version 3.1.7 to resolve compatibility issues. - Fixed inconsistencies in package versions across `yarn.lock` and `package.json`.
- Removed outdated columns from the Onboarding table in the database schema to streamline data management. - Added new columns for onboarding requirements and vendor website information to enhance functionality. - Updated the OnboardingForm component to improve user experience by modifying placeholder text for input fields. - Integrated a revalidation step in the onboarding process to ensure accurate path validation after organization onboarding. - Adjusted various dependencies in package files for consistency and compatibility.
- Replaced the authentication method in `mapPolicyToControls` and `unmapPolicyFromControl` actions with `authActionClient` for improved security and consistency. - Introduced Zod schemas for input validation in both actions, enhancing data integrity. - Updated the `PolicyControlMappings` component to utilize new action hooks for mapping and unmapping controls, improving user feedback with toast notifications. - Enhanced the `SelectPills` component to support a disabled state, preventing user interaction during loading states. - Adjusted various logging and error handling mechanisms for better debugging and user experience.
- Ensured the foreign key constraint for organizationId in the Context table is added correctly. - Removed redundant ALTER TABLE command for setting default value on id column.
claudfuen
approved these changes
Jun 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automated pull request to merge lewis/comp-v2-onboarding into dev.
It was created by the [Auto Pull Request] action.
Note: This should only be merged after the following checklist is complete: