-
Notifications
You must be signed in to change notification settings - Fork 4.9k
fix onboarding for messaging #16729
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
fix onboarding for messaging #16729
Conversation
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.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
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.
No issues found across 24 files
|
🚀 Preview Environment Ready! Your preview environment is available at: http://bore.pub:40931 This environment will automatically shut down when the PR is closed or after 5 hours. |
Enhanced the WorkflowDiagramHandleSource component by adding a new hover effect. This includes a styled after pseudo-element that expands the clickable area, improving user interaction and accessibility.
| } | ||
|
|
||
| if (currentUser?.onboardingStatus === OnboardingStatus.PROFILE_CREATION) { | ||
| return OnboardingStatus.SYNC_EMAIL; | ||
| if (currentWorkspace?.workspaceMembersCount === 1) { | ||
| return OnboardingStatus.SYNC_EMAIL; | ||
| } | ||
| return OnboardingStatus.INVITE_TEAM; | ||
| } | ||
| if ( | ||
| currentUser?.onboardingStatus === OnboardingStatus.SYNC_EMAIL && |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
|
@neo773 I've tested this one and I have the following issues:
|
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.
1 issue found across 3 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="packages/twenty-front/src/pages/onboarding/InviteTeam.tsx">
<violation number="1">
P2: API call `sendInvitation` is now invoked even when `emails` is empty, causing an unnecessary GraphQL mutation. The conditional check should include the API call to avoid wasteful network requests when the user skips or provides no emails.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Co-authored-by: Charles Bochet <[email protected]>
1 similar comment
|
Thanks @neo773 for your contribution! |


No description provided.