Commit Graph

31949 Commits (2325cc5ee90f5d6e1ad64b037c1f381fc5026562)

Author SHA1 Message Date
Naomi Carrigan 2325cc5ee9
feat: add additional test cases (#48628) 2022-11-30 18:52:38 +00:00
camperbot 1bf2ca0cdc
chore(i18n,learn): processed translations (#48631) 2022-12-01 01:15:49 +09:00
camperbot eafd5aa2e3
chore(i18n,client): processed translations (#48630) 2022-11-30 19:48:51 +05:30
camperbot e58c38ac2e
chore(i18n,docs): processed translations (#48629) 2022-11-30 19:48:19 +05:30
Allison J Harper b19147fc8b
fix(docs): add instructions for including files in sidebar (#48624)
* Update how-to-work-on-the-docs-theme.md

* Update docs/how-to-work-on-the-docs-theme.md

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-11-30 19:46:59 +05:30
renovate[bot] 90bf1a2304
chore(deps): update dependency knip to v0.13.2 (#48545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-30 19:35:20 +05:30
camperbot f1d4deedbb
chore(i18n,learn): processed translations (#48625) 2022-11-29 20:27:18 +02:00
camperbot 214f87fb6c
chore(i18n,learn): processed translations (#48620) 2022-11-28 17:00:52 +01:00
ctbaird 7d90b9a179
fix(curriculum): replace instance of var with let (#48610)
fix(curriculum): replace var with let in scope challege english only

Co-authored-by: Catherine Baird <bairdc@cua.edu>
2022-11-28 13:46:50 +00:00
Atir Nayab b74c9a48a0
fix(curriculum): add blank line above <p> in cat photo app challenge (#48615) 2022-11-28 14:18:21 +01:00
camperbot 73292d565d
chore(i18n,client): processed translations (#48619) 2022-11-28 15:17:58 +02:00
camperbot d805f60093
chore(i18n,docs): processed translations (#48618) 2022-11-28 14:14:55 +01:00
Harshil Nakum d57da28c4f
fix(docs): Add German language link inside certifications (#48608)
Update index.md

Added German language in live certifications section.
2022-11-27 13:03:10 +04:00
renovate[bot] 840bd44a77 chore(deps): update typescript-eslint monorepo to v5.44.0 2022-11-26 21:38:15 +00: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
renovate[bot] 10fd02c97a chore(deps): update dependency lint-staged to v13.0.4 2022-11-26 13:14:15 +00:00
renovate[bot] 2357ad69b7 fix(deps): update dependency next to v12.3.4 2022-11-26 10:03:27 +00:00
renovate[bot] fc9b739772 chore(deps): update dependency bson-objectid to v2.0.4 2022-11-26 07:03:28 +00:00
renovate[bot] 141c18c35b chore(deps): update github/codeql-action digest to 312e093 2022-11-26 03:57:23 +00:00
YMatsuda cd06fbfd63
chore(UI): move new RWD to top in Japanese (#48596) 2022-11-25 10:53:04 -08:00
YMatsuda bf1745b4c7
fix(curriculum): wrap 'total' in code tags (Balance Sheet Step 56) (#48572)
fix(curriculum): wrap 'total' in code tags
2022-11-25 10:50:33 -08:00
YMatsuda 0607f13adc
fix(curriculum): make id/class name notation consistent (Picasso Painting) (#48573)
* fix(curriculum): make id/class name notation consistent

* fix(curriculum): fix spacing
2022-11-25 15:47:24 +01:00
Atir Nayab ed86dfec10
fix(curriculum): change submit button value from Submit to Send (#48540)
* fix(curriculum): change submit button value from Submit to Send

* fix(curriculum): all steps submit button text changed to Send
2022-11-25 15:33:24 +01:00
YMatsuda 7ff1fbd5e3
fix(curriculum): make class name notation consistent (City Skyline Step 20) (#48583)
fix(curriculum): maake class name notation consistent
2022-11-25 15:22:34 +01:00
camperbot efeabd5d1c
chore(i18n,client): processed translations (#48593) 2022-11-25 15:18:50 +01:00
camperbot ace897913c
chore(i18n,learn): processed translations (#48594) 2022-11-25 15:18:14 +01:00
camperbot b953553baf
chore(i18n,learn): processed translations (#48588) 2022-11-24 18:12:05 -08:00
camperbot 30337dc2b0
chore(i18n,client): processed translations (#48587) 2022-11-24 18:10:44 -08:00
Rebecca Burch 53d6ea90fd
fix(curriculum): remove an extra space in a hint (#48584)
removed extra space between should and be in md
2022-11-24 19:43:19 +01:00
Jeremy L Thompson cab8ecd8ba
fix(curriculum): More Open Ended Instructions (#48575)
reword - less is more
2022-11-24 19:42:10 +01: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
camperbot 7bc2ba4a91
chore(i18n,learn): processed translations (#48578) 2022-11-24 03:04:30 +09:00
camperbot 6ba84c091a
chore(i18n,learn): processed translations (#48570) 2022-11-22 13:13:32 -06:00
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
camperbot 4959c32e5e
chore(i18n,learn): processed translations (#48561) 2022-11-21 23:05:33 -06:00
Kirwiisp 0efca8e5ec
fix(curriculum): Typo in challenge description (#48564)
fix(curriculum): Typo in description

Change "psuedo-element" to  "pseudo-element"
2022-11-21 19:58:07 +01:00
camperbot ea9be4a132
chore(i18n,docs): processed translations (#48538) 2022-11-21 12:31:28 +00:00
renovate[bot] 8d2bbf5a0f chore(deps): update dependency concurrently to v7.6.0 2022-11-21 01:33:16 +00: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] 9c155a6ae1 chore(deps): update typescript-eslint monorepo to v5.43.0 2022-11-19 20:27:26 +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
renovate[bot] 40e63ed455 chore(deps): update dependency eslint-plugin-react to v7.31.11 2022-11-19 09:51:19 +00:00
renovate[bot] 11d38a61f3 chore(deps): update dependency @testing-library/cypress to v8.0.7 2022-11-19 07:01:37 +00:00
renovate[bot] 10c2ac8df3 chore(deps): update github/codeql-action digest to 678fc3a 2022-11-19 04:37:35 +00:00
camperbot 306df9dba6
chore(i18n,learn): processed translations (#48532) 2022-11-18 13:12:24 -08:00
Jeremy L Thompson 8a01079b7a
fix(curriculum): typo in example (#48534)
fix - typo in example
2022-11-17 17:24:47 -08:00