Open
Conversation
This comment was marked as duplicate.
This comment was marked as duplicate.
44c6bcf to
bf7fee2
Compare
Contributor
|
Preview Deployment
|
Contributor
🖼️ Visual Regression Report
|
Contributor
There was a problem hiding this comment.
1 issue found across 1 file (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. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="web/src/app/admin/users/page.tsx">
<violation number="1" location="web/src/app/admin/users/page.tsx:281">
P3: The SEND_FAILED toast message claims the failure was transient, but the backend marks SEND_FAILED for any email-sending exception (including permanent configuration errors). This message is misleading; suggest wording that covers both transient and configuration failures or instructs checking SMTP/SendGrid settings.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
wenxi-onyx
approved these changes
Feb 25, 2026
Member
wenxi-onyx
left a comment
There was a problem hiding this comment.
Left some comments, approving as they're not 100% critical
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
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.
Description
Ticket Link: https://linear.app/onyx-app/issue/ENG-3505
Problem
When an admin invites users, email notifications could silently fail to send in two scenarios:
In both cases the invite was saved but the admin always saw "Users invited!" with no indication that the invited user never received a notification.
Changes
Backend
caused EMAIL_CONFIGURED to always evaluate as True
Frontend
How Has This Been Tested?
Added unit tests
return type)
Add local test on UI before change:

Add bulk invitations show no warning.
After changes
Additional Options
Summary by cubic
Shows clear warnings when invite emails don’t send, and returns delivery status in the bulk invite API. Addresses Linear ENG-3505.
Bug Fixes
Migration
Written for commit 59a0a31. Summary will update on new commits.