Skip to content

fix(web): use locale dropdown across authentication flows - #195

Merged
Tutitoos merged 1 commit into
mainfrom
bugfix/194-auth-locale-dropdown
Sep 11, 2026
Merged

Tutitoos merged 1 commit into
mainfrom
bugfix/194-auth-locale-dropdown

Conversation

@Tutitoos

Copy link
Copy Markdown
Owner

Summary

  • replace the setup, sign-in, recovery, and auth-error language toggle with an explicit English/Spanish dropdown
  • expose accessible radio-menu state and close the menu on selection, outside click, or Escape
  • keep the menu above authentication cards on mobile with a Tailwind stacking utility
  • extend browser coverage to exercise the menu and locale selection

Validation

  • bun run --cwd apps/web test (50 passed)
  • bun run --cwd apps/web typecheck
  • bun run --cwd apps/web build
  • bunx playwright test tests/bootstrap.spec.ts (18 passed across 6 viewports)

Closes #194

@Tutitoos
Tutitoos merged commit cdef391 into main Sep 11, 2026
18 checks passed
@Tutitoos
Tutitoos deleted the bugfix/194-auth-locale-dropdown branch September 11, 2026 17:14
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.

fix(web): use locale dropdown across authentication flows

1 participant