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

Language selector (adding new Popover primitives along the way) #54

Merged
merged 3 commits into from
Jul 21, 2024

Commits on Jul 21, 2024

  1. ✨(frontend) add a Popover primitive

    easily use buttons toggling styled RAC popovers
    manuhabitela committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    c7eb6b7 View commit details
    Browse the repository at this point in the history
  2. 🌐(frontend) add a language selector in the header

    this will be better in an options page later i think, as we don't pass
    our life changing language and we already have a language detector at
    load.
    
    this adds a PopoverList primitive to easily create buttons triggering
    popovers containing list of actionable items.
    manuhabitela committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2211ef8 View commit details
    Browse the repository at this point in the history
  3. 💄(keyboard) better handling of focus ring

    some focus rings were shown even when we only used the mouse. this
    globally fixes that
    manuhabitela committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    997b791 View commit details
    Browse the repository at this point in the history