Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement LocaleSwitcher Component #273

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Dec 22, 2023

  1. initial implementation of a LocaleSwitcher component

    - this wraps the `react-uswds` `LanguageSelector` component
    - it is functional, but I have some UX concerns
    - we will likely want to tweak styling
    jcq committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ca6b2b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    eab4c4d View commit details
    Browse the repository at this point in the history
  2. added comments to LocaleSwitcher

    added test for LocaleSwitcher
    jcq committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    26f29bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb1b060 View commit details
    Browse the repository at this point in the history
  4. code formatting

    jcq committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9f33c6e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    519294c View commit details
    Browse the repository at this point in the history
  2. added a11y test for LocaleSwitcher

    this currently fails due to issue w/ `react-uswds` component
    jcq committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a0a9a1a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    b004b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2182989 View commit details
    Browse the repository at this point in the history