Skip to content

Redesign React auth pages#143

Open
singhanurag0317-bit wants to merge 1 commit into
Team-NoxVeil:mainfrom
singhanurag0317-bit:redesign-auth-pages
Open

Redesign React auth pages#143
singhanurag0317-bit wants to merge 1 commit into
Team-NoxVeil:mainfrom
singhanurag0317-bit:redesign-auth-pages

Conversation

@singhanurag0317-bit
Copy link
Copy Markdown

Summary

  • redesign the existing React login and signup pages with the soft-blue glassmorphism style from issue frontend:deign the signup,login and email verification page #82
  • add a dedicated email verification screen matching the reference envelope/check design
  • share reusable auth layout, card, input, button, social-login, stepper, and illustration components across auth screens
  • wire successful signup to the verification step before continuing to the existing profile setup flow

Notes

  • Kept the implementation in the existing Vite React app; no Next.js migration or backend contract changes.
  • The verification page is a frontend step with a resend action placeholder, preserving the current signup API behavior.

Testing

  • npm.cmd run build
  • npm.cmd run lint
  • Browser visual check for login and signup screens at http://127.0.0.1:5173

Closes #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

frontend:deign the signup,login and email verification page

1 participant