* feat(client): change the layout of lowerjaw hint and test description to flex
* remove the align center, and fix the margins
* Revert mistake
* add RTL layout support
* Remove global variables, and add gap for spacing
* feat: add university and seasonal alerts
* feat: show university camper alerts to non donors
* feat: adjust tests
* feat: update CTA
* Apply suggestions from Oliver's code review
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* Apply suggestions from code review
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* feat: changing learn alert to link
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* feat(client): add rtl direction attribute to html element
* WIP: add LangDirection as base for direction attribute selection
* DRY rtlLanguages for easier future usage
Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev>
* Remove urdu, to avoid unknown bugs
* Fix merge conflict, by clearing import values
Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev>
* feat: wrote a new function and updated the test case
* fix: lint errors
* fix: Fixed the changes not being reflected in the code. And undid unwanted commits from the last time
* fix: removing unwanted updates to the package-lock.json
* fix: Removing unwanted changes from package-lock.json
* fix: removing unwanted changes from package-lock.json
* fix: updating snapshots to fix the test case
* chore: update snapshot
* Update client/src/templates/Challenges/components/completion-modal.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* Update client/src/templates/Challenges/components/completion-modal.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* Update client/src/templates/Challenges/components/completion-modal.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* fix: removed hard coded english words from translation text
* fix: only show output when id is cert project
* fix: correctly count completed challenges
* fix: update test and snapshot
[skip ci]
* fix: at least one challenge is always completed
When the modal pops-up, there is always at least one challenge counted as "complete"
* refactor: slightly improve readability
Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>