* fix: main menu a11y updates
* update font menu
* fix: sign in button text alignment
* fix: disabled button font
* fix: language menu font
* remove sign-in from main menu
* fix: add section dividers to menu
* fix: height on language selector menu
* fix: alignment of Menu button text
* fix: language globe icon
* refactor: remove dup selector
* update language menu colors
* refactor: clearer name for language menu display state
* fix: don't close onBlur if Menu button is clicked
* refactor: move globe icon styling to CSS
* refactor: get rid of switch statements
* refactor: remove try catch block
* fix: translate Change language button
* fix: move search into nav menu for mobile layout
* fix: forgot a merge
* refactor: updates for changes in i18n/all-langs
* fix: prevent menu from collapsing when focus is on change language button and user clicks into search
* fix: translate cancel change option in language picker
* feat: add cypress tests
* feat: display the complete language list
* fix: fix TS typing
* fix: force scrollbar on lang menu
* fix: remove scroll bar from lang menu
* fix: close menu when user tabs away from last menu item
* add list role to navigation list to appease Safari
* chore: capitalize Change Language/remove CSS comment
* fix: right side search box alignment in narrow view
* remove extraneous list role
* fix: cypress
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
* fix(client): prevent code duplication when using help button
* feat(client): comment file name when opening issue in forum
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* chore: check if canClaimCert before calling backend
* refactor: make canClaimCert declarative
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* feat: combine submission and execution calls
* refactor: rename the click listeners
onChallengeSubmission sounds like something that will get called in
response to challenge submission, not something that will trigger it
* fix: create one debounced function
* fix: use lodash-es
Otherwise we'll include all of lodash in the bundle.
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* Adding Portuguese top30 links to footer
Changing the links on the Trending List of the footer on the Portuguese editorial to the top 30 Portuguese articles
* fix(i18n): shortened titles for Trending List
Shortened titles as per suggestion. Thanks, @ieahleen!
* fix(i18n): changed last long title - line 14
Changed last long title - line 14
* feat: add ask for help button
* feat: move button to test output area
* feat: track number of attempts
* feat: add ask button to buttons container
* feat: restructure lower jaw
* feat: adjust the lower jaw styles
* fix: unmount component
* feat: restructure the lowerjaw
* fix: move aria live region to encompass both status and hint
* feat: rebase main
* feat: remove lower jaw update from test useEffect
* fix: output viewzone resize on output change
* fix: change encouragement message based on attemps
* fix: maintain lowerjaw height when tests run
* feat: remove set height and clear feedback
* fix: adjust lower jaw state on reset
* fix: focus submit button when challenge is completed
* fix: add aria-hidden after 500ms
* add translations
* fix: clean up
* feat: fade in test feedback after each attempt
* feat: make lower jaw accessible
* fix: clean up
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: Bruce B <bbsmooth@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>