* 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>
* 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>
* chore: move files
* wip: i have no idea what i am doing
* feat: finish up the logic
* chore: use order from randy sheet
* chore: standardise titles
* feat: fix layout for new js projects
* fix: utils test
* fix: challenge tests
* fix: ignore show new curriculum on non-english tests
* chore: help category????
* fix: if these tests would fail locally that'd be great
* chore: duplicate ids
* fix: beta RWD course toggle button accessibility
* refactor: passing props to icons
* simplify prop name and give it a default value
* remove console log
* fix: added translations
* refactor: announce percentage of course completed to screen readers
* fix: variable name typo
* fix: add a clear separation between course title and status
* feat: convert RWD cert projects
* feat: convert original projects
* fix: add usesMultiFileEditor to meta
* feat: add cypress tests for saving and loading to/from database
* fix: broken cypress tests
* fix: inconsistent variable naming
* fix: missed variable name
* fix: more cypress
* feat: add solutions for english
* fix: ctrl+s to database only if signed in
* fix: prioritize code from db
* refactor: expand the comments slightly
* fix: place textarea between the jaws
* refactor: convert upper jaw to content widget
* fix: upper jaw shift on restart button
* fix: reset height of lower jaw on restart
* fix: upper jaw width resizing
* fix: placement of upper jaw on editor resize
* chore: remove unnecessary code
* chore: add useful comment
* refactor: create function to set height on test feedback
* feat: migrate locale test to ts v2
* fix: langCodes
* fix: locale test
* fix: nav dropdown
* fix: header test
* fix: use type predicates
* refactor: DRY up all-langs
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>