mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
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> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.js | ||