Skip to content

Update register view with Tailwind#70

Open
BojayL wants to merge 1 commit into
corecodeio:mainfrom
BojayL:tailwind-register-view
Open

Update register view with Tailwind#70
BojayL wants to merge 1 commit into
corecodeio:mainfrom
BojayL:tailwind-register-view

Conversation

@BojayL

@BojayL BojayL commented Jun 19, 2026

Copy link
Copy Markdown

Summary

  • Refactor the register form to use Tailwind utility classes instead of the shared form CSS module.
  • Preserve the existing sign-up flow, email validation, password visibility toggle, login link, and error rendering.
  • Add accessible labels and button semantics for the email/password inputs and visibility control.

Closes #50

Validation

  • yarn workspace frontend build
  • npm --workspace frontend run build
  • npx playwright screenshot --viewport-size=1440,900 http://localhost:3100/sign-up /tmp/corecode-signup-desktop.png
  • npx playwright screenshot --viewport-size=390,844 http://localhost:3100/sign-up /tmp/corecode-signup-mobile.png
  • git diff --check

@netlify

netlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploy Preview for incredible-centaur-b58d2c ready!

Name Link
🔨 Latest commit 99a194e
🔍 Latest deploy log https://app.netlify.com/projects/incredible-centaur-b58d2c/deploys/6a3572251ec3720008ee4948
😎 Deploy Preview https://deploy-preview-70--incredible-centaur-b58d2c.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

update "Register" view to Tailwinds UI

1 participant