managarten/packages/shared-auth-ui/src
Till JS 298bf7e857 fix(auth-ui): narrow login/register form and drop stuck skip link
Two visible issues on /login and /register in the Mana web app:

- The "Zum Anmeldeformular springen" skip link was visible in the
  top-left corner instead of only on keyboard focus. It's an a11y
  nicety that in practice clutters the page for every user. Remove
  the button (and the dead skipToForm() handler in LoginPage) rather
  than try to fix an sr-only variant that apparently doesn't survive
  the Tailwind v4 @source pipeline here.
- The form card rendered ~full-width on desktop even though the
  existing max-w-[440px] / max-w-[480px] arbitrary-value classes
  should have constrained it. Replace those with style:max-width
  inline so the 440px cap is guaranteed regardless of how Tailwind
  picks up classes from the shared-auth-ui package.

Same changes applied to RegisterPage (only width — no skip link
there) so the two pages stay visually identical.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 15:45:41 +02:00
..
components refactor: rename zitare -> quotes (Zitate) 2026-04-14 20:59:16 +02:00
pages fix(auth-ui): narrow login/register form and drop stuck skip link 2026-04-15 15:45:41 +02:00
stores fix(packages): cross-package broken imports + missing exports 2026-04-09 20:23:34 +02:00
utils feat(shared-auth-ui): add GuestRegistrationNudge + complete feature texts + improve seed data 2026-04-01 12:16:55 +02:00
index.ts fix: extract types from .svelte files for proper named re-exports 2026-04-07 13:53:13 +02:00
types.ts feat(auth): structured error codes + conditional passkey UI 2026-04-08 12:40:51 +02:00