Home

madison / open-git

public
Overview Code History Branches Pull requestsIssuesInsights Campfire Docs
main
HomeOverview Code PRsIssues

style(web): give forgot-password the shared auth chrome

last month

5352593
Authored
VC8/1/2026, 6:53:22 PM
/forgot-password is reached from the sign-in panel, so dropping from the
ruled ground onto a plain centred card broke the flow mid-way. Gives it
the same chrome as /sign-in and /sign-up: hatched ground, stacked
lockup, and the nested-panel treatment with the heading on the outer
strip.

Splits the route the way the other two are split, into a server page
that owns the chrome and a shell-less client form, and widens
AuthPanelContent's kind so arriving from sign-in swaps the fields
through the clip rather than snapping.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Parenta80a147

3 files changed
  • apps/web/app/forgot-password/forgot-password-form.tsx+98−0
  • apps/web/app/forgot-password/page.tsx+58−91
  • apps/web/components/auth-panel-content.tsx+5−4