Skip to content

refactor: extract the shared auth page layout - #92

Open
victor-ferro wants to merge 2 commits into
mainfrom
feat/pb-6703-auth-page-layout
Open

refactor: extract the shared auth page layout#92
victor-ferro wants to merge 2 commits into
mainfrom
feat/pb-6703-auth-page-layout

Conversation

@victor-ferro

Copy link
Copy Markdown

What has been added

In this pull request I pull the two-column layout out of LoginPageView into an AuthPageLayout component, together with the shared input styles. The login screen renders exactly as before; the recovery screens in the next PR reuse the same layout instead of copying it.

Each console's copy — title, headline, description and feature pills — moves into its own console-branding file, so the login pages just spread it.

Why

Without this, adding the two recovery screens per console would mean four copies of the same 90 lines of layout.

It also fixes classes that were rendering nothing: text-red-500, text-gray-900 and placeholder-gray-400 do not exist in our Tailwind preset, which replaces the default palette instead of extending it. The error message on failed login was inheriting its colour rather than showing red.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 12, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
object-storage-management-web fb468ab Commit Preview URL

Branch Preview URL
Aug 12 2026, 04:05 PM

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying object-storage-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: fb468ab
Status: ✅  Deploy successful!
Preview URL: https://4dc012f2.object-storage-web.pages.dev
Branch Preview URL: https://feat-pb-6703-auth-page-layou.object-storage-web.pages.dev

View logs

@victor-ferro victor-ferro self-assigned this Aug 14, 2026
@victor-ferro
victor-ferro marked this pull request as ready for review August 14, 2026 10:24
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.

1 participant