Skip to content

Conversation

@neo773
Copy link
Member

@neo773 neo773 commented Dec 20, 2025

No description provided.

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a 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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 20, 2025

🚀 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.

abdulrahmancodes added a commit that referenced this pull request Dec 22, 2025
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.
Comment on lines 22 to 31
}

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.

@charlesBochet
Copy link
Member

@neo773 I've tested this one and I have the following issues:

  • when I sign up and create a new workspace, I connect my account during the flow
  • then I have clicked on "Settings > Account" and the account was briefly showed as Not synced, not sure why?
  • then when I refresh the page, I'm always proposed to invite my team
image

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a 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.

@charlesBochet charlesBochet added this pull request to the merge queue Jan 9, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 9, 2026
@charlesBochet charlesBochet added this pull request to the merge queue Jan 9, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 9, 2026
@neo773 neo773 added this pull request to the merge queue Jan 9, 2026
github-merge-queue bot pushed a commit that referenced this pull request Jan 9, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 9, 2026
@neo773 neo773 enabled auto-merge January 9, 2026 20:07
@neo773 neo773 added this pull request to the merge queue Jan 9, 2026
Merged via the queue into main with commit 9b6eb8b Jan 9, 2026
74 checks passed
@neo773 neo773 deleted the fix-onboarding-messagig branch January 9, 2026 20:27
@twenty-eng-sync
Copy link

Hey @neo773! After you've done the QA of your Pull Request, you can mark it as done here. Thank you!

1 similar comment
@twenty-eng-sync
Copy link

Hey @neo773! After you've done the QA of your Pull Request, you can mark it as done here. Thank you!

@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2026

Thanks @neo773 for your contribution!
This marks your 91st PR on the repo. You're top 1% of all our contributors 🎉
See contributor page - Share on LinkedIn - Share on Twitter

Contributions

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.

3 participants