Commit Graph

4348 Commits (d1d8973085d2f38c9c40f5ad66bcc04fc640a65b)

Author SHA1 Message Date
camperbot 6a163b612b
chore(i18n,client): processed translations (#48651) 2022-12-02 17:57:26 +05:30
Tom 60d15e4631
feat: get footer from cdn (#47174)
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: scissorsneedfoodtoo <scissorsneedfoodtoo@gmail.com>
2022-12-01 15:23:17 +01:00
camperbot eafd5aa2e3
chore(i18n,client): processed translations (#48630) 2022-11-30 19:48:51 +05:30
camperbot 73292d565d
chore(i18n,client): processed translations (#48619) 2022-11-28 15:17:58 +02:00
renovate[bot] 9e867be5e8 chore(deps): update automerged always - codesee to v0.440.0 2022-11-26 19:31:56 +00:00
renovate[bot] caaec39157 fix(deps): update dependency react-tooltip to v4.5.1 2022-11-26 16:33:17 +00:00
camperbot efeabd5d1c
chore(i18n,client): processed translations (#48593) 2022-11-25 15:18:50 +01:00
camperbot 30337dc2b0
chore(i18n,client): processed translations (#48587) 2022-11-24 18:10:44 -08:00
Prince Mendiratta 7b860f920f
feat: add instructions to import in replit (#48374)
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48274
2022-11-24 16:02:07 +05:30
Manabu Matsumoto 6ccbd94eff
fix(UI): remove vertical scrollbar from body (#48231)
* fix: remove vertical scrollbar from body

* fix: adjust preview window with/without actionrow

* fix: delete redundant padding argument

* fix: add new props to project preview modal

* fix: adjust code and preview pane height

* fix: add flash message height adjustment for panes

* fix: refactor the code with flexbox

* fix: debug zero height of instruction panel in firefox

* fix: debug zero height of reflex elements and vertical splitter

* fix: make reflex elements vertically flexible in new RWD

* fix: remove unnecessary css properties

* fix: arrange mobile layout css selector

* fix: move styles to its related css files

* fix: refactor the code with pseudo selector and remove important

* fix: remove redundant flexbox settings

* fix: remove unnecessary css properties and revert unnecessary property name change

* fix: remove unnecessary min height zero and refactor flex properties
2022-11-22 11:18:00 +03:00
renovate[bot] 5504a8cbb7 fix(deps): update dependency typescript to v4.9.3 2022-11-20 22:30:54 +00:00
renovate[bot] 6e9cb35e3e fix(deps): update dependency @stripe/react-stripe-js to v1.15.0 2022-11-19 22:31:14 +00:00
renovate[bot] 887b6d75ef chore(deps): update automerged always - codesee to v0.437.0 2022-11-19 17:41:15 +00:00
renovate[bot] f9e78710ee fix(deps): update font awesome to v6.2.1 2022-11-19 15:15:31 +00:00
renovate[bot] 015fb16541 fix(deps): update dependency react-instantsearch-dom to v6.38.1 2022-11-19 12:22:48 +00:00
YMatsuda df1afaa667
fix(UI): prevent Chinese & Japanese headings in lower jaw getting wrapped (#48530)
fix(UI): prevent Chinese & Japanese headings getting wrapped
2022-11-17 16:00:04 +03:00
camperbot e3cfe297d2
chore(i18n,client): processed translations (#48510) 2022-11-14 10:29:48 -06:00
Sem Bauke 57186bf0b6
chore(client): update algolia and conditional tags (#46222) 2022-11-14 21:03:52 +05:30
renovate[bot] 626b2e2f6c
fix(deps): update dependency @growthbook/growthbook-react to v0.10.1 (#48501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-14 19:24:25 +05:30
Ahmad Abdolsaheb 4164d4f1f0
feat(client): remove CAP and GAP scripts (#48508)
feat: Remove CAP and GAP scripts
2022-11-14 16:31:52 +05:30
Muhammed Mustafa f227b60c9e
feat(client): change the layout of lowerjaw hint and test to flex (#48322)
* 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
2022-11-14 12:49:03 +05:30
renovate[bot] 15c19a44a7 fix(deps): update dependency react-tooltip to v4.5.0 2022-11-13 05:18:46 +00:00
renovate[bot] 851c6f0df8 fix(deps): update dependency @stripe/stripe-js to v1.44.1 2022-11-13 02:58:26 +00:00
renovate[bot] 970508700b chore(deps): update dependency webpack to v5.75.0 2022-11-13 00:44:04 +00:00
renovate[bot] 18dadd6cdd chore(deps): update automerged always - codesee to v0.430.0 2022-11-12 19:10:15 +00:00
renovate[bot] 59785810c8 fix(deps): update dependency @babel/standalone to v7.20.4 2022-11-12 16:02:15 +00:00
renovate[bot] ce617a4920 chore(deps): update dependency postcss to v8.4.19 2022-11-12 07:10:29 +00:00
renovate[bot] 8b9c881d06 chore(deps): update dependency chai to v4.3.7 2022-11-12 02:11:18 +00:00
camperbot 295ecb476c
chore(i18n,client): processed translations (#48480) 2022-11-11 15:36:11 +02:00
Muhammed Mustafa 8b158bc314
refactor(client): space between passed icons and their sibling (#48327) 2022-11-11 18:45:40 +05:30
Ahmad Abdolsaheb 22c5533417
feat(client): add university and seasonal alerts (#48350)
* 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>
2022-11-10 13:06:33 +00:00
camperbot d979805bc0
chore(i18n,client): processed translations (#48456) 2022-11-10 12:46:20 +00:00
Sem Bauke 8df880fa61
chore(client): update chinese redirects (#46220) 2022-11-10 01:16:45 +05:30
Naomi Carrigan c36224b9de
feat: update gatsby config for chinese (#46424) 2022-11-09 21:36:05 +02:00
YMatsuda 200de36890
chore(UI): modify 'slow down' message (#48445) 2022-11-09 18:05:51 +01:00
camperbot b1f42638e7
chore(i18n,client): processed translations (#48442) 2022-11-09 15:27:02 +02:00
Tom 5f73773cd4
feat(client): move legacy rwd button to bottom of map (#47596)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/46523
2022-11-08 21:00:46 +05:30
camperbot f9abde2814
chore(i18n,client): processed translations (#48419) 2022-11-07 18:41:16 +05:30
YMatsuda 8ea7e50e94
chore(client, i18n): update Japanese footer Nov 22 (#48415) 2022-11-07 15:50:58 +05:30
renovate[bot] ee669cf882 chore(deps): update automerged always - codesee to v0.422.0 2022-11-06 02:47:53 +00:00
renovate[bot] a0357591eb chore(deps): update babel monorepo 2022-11-06 00:17:31 +00:00
renovate[bot] d789be45ea fix(deps): update grouped - stripe 2022-11-05 21:47:49 +00:00
renovate[bot] 21f268f851 fix(deps): update dependency reselect to v4.1.7 2022-11-05 19:12:02 +00:00
renovate[bot] cbe2d7cbfc fix(deps): update dependency enzyme-adapter-react-16 to v1.15.7 2022-11-05 13:41:04 +00:00
camperbot d7abe32210
chore(i18n,client): processed translations (#48390) 2022-11-04 14:09:10 +01:00
Oliver Eyton-Williams ecfe09c52d
fix: confirm modal (#48388)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-11-04 11:06:47 +00:00
Mrugesh Mohapatra 75f4ff10d5
feat(client): add a confirmation modal on signout (#48385)
* feat(client): add a confirmation modal on signout

* test: add and update universal nav

* chore: remove extraneous action

* chore: apply suggestions from code review
2022-11-04 10:31:06 +01:00
Mrugesh Mohapatra 12beeee067
refactor: consistent layout imports (#48378) 2022-11-04 09:40:03 +02:00
Shaun Hamilton ec3ee856ec
feat(tools): ignore no-unused-vars on underscore (#48386) 2022-11-04 10:43:46 +05:30
Ahmad Abdolsaheb 46b5b7ff0d
feat: October footer (#48354)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-11-01 11:28:00 +00:00