fix(web): restore login page design and add runtime config injection (#435)
All checks were successful
ci/woodpecker/push/orchestrator Pipeline was successful
ci/woodpecker/push/api Pipeline was successful
ci/woodpecker/push/web Pipeline was successful

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #435.
This commit is contained in:
2026-02-21 23:16:02 +00:00
committed by jason.woltje
parent 23d610ba5b
commit 1b66417be5
12 changed files with 416 additions and 150 deletions

View File

@@ -43,3 +43,20 @@ export type {
ToastContextValue,
ToastProviderProps,
} from "./components/Toast.js";
// Auth Surface
export {
AuthShell,
AuthCard,
AuthBrand,
AuthStatusPill,
AuthDivider,
} from "./components/AuthSurface.js";
export type {
AuthShellProps,
AuthCardProps,
AuthBrandProps,
AuthStatusTone,
AuthStatusPillProps,
AuthDividerProps,
} from "./components/AuthSurface.js";