feat: auth revamp for onboarding flow#9915
Merged
SagarRajput-7 merged 9 commits intoSIG-3487from Jan 13, 2026
Merged
Conversation
d5e1bf7 to
8411044
Compare
73596fe to
863ff70
Compare
863ff70 to
c5cae62
Compare
c5cae62 to
0fab4bf
Compare
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on February 3
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| </Typography.Paragraph> | ||
| <div className="onboarding-header-section"> | ||
| <div className="onboarding-header-icon"> | ||
| <img src="/svgs/barber-pool.svg" alt="SigNoz" width="32" height="32" /> |
Contributor
There was a problem hiding this comment.
Shouldn't this be imported as an asset into the file?
import BarberPool from 'svgs/barber-pool.svg'
| </Typography.Paragraph> | ||
| <div className="onboarding-header-section"> | ||
| <div className="onboarding-header-icon"> | ||
| <img src="/svgs/barber-pool.svg" alt="SigNoz" width="32" height="32" /> |
AshwinBhatkal
approved these changes
Jan 13, 2026
SagarRajput-7
added a commit
that referenced
this pull request
Jan 19, 2026
* feat: auth revamp base setup * feat: auth revamp signin changes * feat: auth revamp signup changes * feat: auth revamp reset password changes * feat: auth revamp light mode changes * feat: clean up and added get help link * feat: cleanup and addressed comments * feat: cleanup * feat: comment addressed * feat: auth revamp for onboarding flow (#9915) * feat: auth revamp for onboarding flow * feat: updated invite team member step * feat: updated light mode * feat: comment addressed * feat: added onboarding flow test cases * feat: fixed feedbacks * feat: resolved comments and refactoring * feat: resolved comments and refactoring * fix: svg import fix * feat: added test cases for the new auth flow (#9914) * feat: added test cases for the new auth flow * feat: updated test cases * feat: updated test cases * fix: updated test cases * fix: updated test cases * fix: use error content for auth revamp error * feat: refactor and cleanup * feat: refactor and cleanup * fix: add shake animation and light mode fix * feat: feedback resolved * feat: feedback resolved * feat: updated test cases * feat: feedback resolved * feat: shake animation update
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.
📄 Summary
✅ Changes
🏷️ Required: Add Relevant Labels
ex:
frontendbackenddevopsbugenhancementuitest👥 Reviewers
🧪 How to Test
🔍 Related Issues
Closes #
📸 Screenshots / Screen Recording (if applicable / mandatory for UI related changes)
📋 Checklist
👀 Notes for Reviewers
Note
Modernizes the auth and onboarding experience and aligns it with the design system.
OnboardingQuestionHeader, refined copy, validation, and error handlingAuthFooter(status/privacy/security) and updatesAuthHeaderto use design-systemButton; removes legacyTrustBadgesFooterAuthPageContainerwithisOnboardinglayout variant and updated background/spacingpublic/svgs/barber-pool.svgused in onboarding headerWritten by Cursor Bugbot for commit be4916f. This will update automatically on new commits. Configure here.