Commit Graph

3477 Commits

Author SHA1 Message Date
Huyen Nguyen
dd6117d4e6
chore(deps): upgrade @freecodecamp/ui to v4.2.0 (#60919) 2025-06-25 09:27:02 +05:30
Ahmad Abdolsaheb
357cc504bd
Test adding transcript tabs to lectures (#60948) 2025-06-23 18:40:13 +03:00
Huyen Nguyen
723be55e62
fix(a11y): add editor name to editor aria-label (#60529) 2025-06-23 08:53:33 -05:00
Ilenia
7738459bd6
feat: add luhn algorithm lab to FS (#60903)
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
2025-06-23 08:25:36 -05:00
Nishi Surti
db92673f0c
chore(curriculum): remove unused .green class from global.css (#60982) 2025-06-23 09:58:33 +05:30
Jessica Wilkins
d99a2bbf98
feat(curriculum): adding Debug a Pet Adoption Page lab (#60917)
Some checks failed
i18n - Build Validation / Validate i18n Builds (22) (push) Has been cancelled
CI - Node.js / Lint (22) (push) Has been cancelled
CI - Node.js / Build (22) (push) Has been cancelled
CI - Node.js / Test (22) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (22) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 22) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 22) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled
2025-06-21 09:31:59 +02:00
Dan Olver
7091c5b0ed
fix(UI): update to strictly equals (#60950) 2025-06-20 16:10:34 +00:00
Jessica Wilkins
3099a8844c
chore(curriculum): break up and reorganize HTML media lectures (#60930)
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
2025-06-20 12:34:31 +02:00
Oliver Eyton-Williams
c2f6efc22a
fix(client): handle Syntax and Indentation errors from python (#60910) 2025-06-18 15:42:14 +02:00
Dario-DC
fbed638f0e
feat(client,curriculum): add quicksort lab (#60298)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2025-06-18 13:12:20 +02:00
Tanmay Gautam
4f59955ea0
chore(client): removed alert-info class from global.css (#60897) 2025-06-17 19:27:53 +02:00
Ahmad Abdolsaheb
128c43b5cc
fix(client): show ab test for fsd only (#60880)
Some checks failed
CI - E2E - 3rd party donation tests / Build Client (22) (push) Has been cancelled
CI - E2E - 3rd party donation tests / Build API (Container) (push) Has been cancelled
CI - Node.js / Lint (22) (push) Has been cancelled
CI - E2E - 3rd party donation tests / Run Playwright 3rd Party Donation Tests (chromium, 22) (push) Has been cancelled
CI - Node.js / Build (22) (push) Has been cancelled
CI - Node.js / Test (22) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (22) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 22) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 22) (push) Has been cancelled
2025-06-17 14:16:07 +02:00
Jessica Wilkins
852348e974
chore(curriculum): add JS a11y module (#60579)
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
2025-06-17 12:14:51 +02:00
Naman Khandelwal
73130377fc
refactor(client): update SuperBlockIntro to use Callout and Spacer components (#60870) 2025-06-16 09:40:53 +05:30
aldinash
7eaeddc3b5
chore(client): removed unused css (#60885) 2025-06-16 09:39:40 +05:30
Igor Milosavljevic
00bbcd2ea9
fix(a11y): hide dumbbell icon from screen readers (#60884) 2025-06-15 20:50:30 +00:00
Naman Khandelwal
f0bb5dd740
refactor(client): update OfflineWarning to use Alert and Spacer components (#60871) 2025-06-15 15:27:56 -04:00
Vansh Dagar
9330916a55
chore(client): remove alert notes from legacy block pages (#60872)
Some checks failed
CI - E2E - 3rd party donation tests / Build Client (22) (push) Has been cancelled
CI - E2E - 3rd party donation tests / Build API (Container) (push) Has been cancelled
CI - Node.js / Lint (22) (push) Has been cancelled
CI - E2E - 3rd party donation tests / Run Playwright 3rd Party Donation Tests (chromium, 22) (push) Has been cancelled
CI - Node.js / Build (22) (push) Has been cancelled
CI - Node.js / Test (22) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (22) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 22) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 22) (push) Has been cancelled
2025-06-14 03:15:28 -07:00
Tom
caca12108e
feat(client): add coming soon module intros (#60863) 2025-06-13 19:51:43 -05:00
Shaun Hamilton
6663275117
fix(client): add dom fallback runner (#60861) 2025-06-13 17:06:40 -05:00
Ahmad Abdolsaheb
f09732fdc6
feat(client): add superblock intro ab test (#60685)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2025-06-12 11:47:14 +02:00
Oliver Eyton-Williams
49fbe88369
feat(client): integrate new test runner (#60318) 2025-06-12 09:25:37 +02:00
Ashish Jhajharia
e8e01133fc
fix(a11y): update PrismFormatted usage for quiz question text (#60799)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-06-10 13:57:08 -04:00
Ilenia
ce0ed72a93
feat: add build a number generator lab to python chapter (#60740)
Some checks failed
i18n - Build Validation / Validate i18n Builds (22) (push) Has been cancelled
CI - Node.js / Lint (22) (push) Has been cancelled
DOCR - Cleanup Container Images / Delete Old Images (learn-api, dev) (push) Has been cancelled
DOCR - Cleanup Container Images / Delete Old Images (learn-api, org) (push) Has been cancelled
CI - Node.js / Build (22) (push) Has been cancelled
CI - Node.js / Test (22) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (22) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 22) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 22) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled
i18n - Upload Client UI / Client (push) Has been cancelled
i18n - Upload Curriculum / Learn (push) Has been cancelled
2025-06-10 16:41:13 +02:00
Ilenia
fc7d2ac761
chore: create placeholder files for python lectures (#60736) 2025-06-10 14:38:30 +02:00
Ahmad Abdolsaheb
339e09961f
AB testing skill based landing page top (#60753)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2025-06-10 10:10:57 +05:30
Forge
bbda50ed0d
fix(client): typo in top contributer badge component (#60765)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-06-07 15:36:43 -04:00
Huyen Nguyen
46c008c112
fix(a11y): enable screen reader support for python terminal (#60154) 2025-06-06 14:28:28 +02:00
Zaira
6bcce9f030
feat(curriculum): add merge sort workshop (#59633)
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
2025-06-05 12:18:08 -07:00
miyaliu666
0c6b35630f
feat(curriculum): Add A2 Chinese Outline (#60451)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2025-06-04 12:53:52 -07:00
Tom
a2f2ad45c6
feat(curriculum): add dev-playground superblock and daily challenge types (#60439)
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-06-04 10:32:25 -07:00
Ilenia
d7d150e9d3
feat: add python lecture placeholders for first two sections (#59737) 2025-06-03 16:36:32 -05:00
Ilenia
a659791dc2
chore(curriculum): add slice-and-splice to full-stack-curriculum (#60265)
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
2025-06-03 14:53:42 +00:00
Clarence Bakosi
f7db89620d
fix(curriculum): typo in workshop fruit search app (#60678) 2025-06-03 05:14:08 -07:00
Huyen Nguyen
5bf1e82257
fix(a11y): make code examples in quiz accessible (#60498) 2025-06-02 09:18:14 -07:00
Ilenia
6772f61c0e
chore: add lab-truncate-string to full-stack (#60570) 2025-05-30 14:07:17 -05:00
Ilenia
4546af911d
feat: add selection sort lab (#60591) 2025-05-30 13:46:09 -05:00
Kristofer Koishigawa
689cdf2480
feat: add usememo usecallback shopping list app workshop (#60101)
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
Co-authored-by: yoko <25644062+sidemt@users.noreply.github.com>
2025-05-30 09:30:19 -07:00
Ihechikara Vincent Abba
55ad073e72
feat(curriculum): add fruit search useEffect workshop (#59544)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2025-05-30 16:03:22 +00:00
Dario-DC
4bf9754ee1
feat(curriculum): add Caesar cipher workshop (#60198)
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
2025-05-30 16:36:11 +05:00
Jessica Wilkins
82a4c44f63
chore(curriculum): break up A11y lectures into smaller blocks (#60532) 2025-05-28 10:13:18 -05:00
Ilenia
86b76f2eec
chore(curriculum): add two labs to full stack/javascript/loops (#60185)
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
2025-05-28 07:58:09 -07:00
Oliver Eyton-Williams
89e9a31ceb
chore(deps): update i18next (#60542) 2025-05-27 17:09:18 +05:30
Jessica Wilkins
6c38557ed9
feat(curriculum): add sum all numbers algorithm (#60409)
Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2025-05-21 11:40:23 -07:00
Tom
f6c715f1b6
chore(curriculum): rename project to memory light game (#60042)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-05-21 10:46:01 -07:00
Jessica Wilkins
0f9c2705ef
chore(curriculum): update HTML chapter to address last issue found in analytics report (#60386)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2025-05-21 11:11:38 +03:00
Tom
8c4a474c49
feat(client): add spanish characters for animations (#60353)
Co-authored-by: Nielda Karla <90112119+nieldakarla@users.noreply.github.com>
2025-05-20 23:09:42 -07:00
Nielda Karla
e149f7514f
feat(curriculum): Add A2 Spanish Outline (#60303)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2025-05-15 16:47:26 -03:00
Hillary Nyakundi
deac38a1db
feat(Curriculum): add movie review page lab (#59597) 2025-05-15 07:41:51 -07:00
Oliver Eyton-Williams
f606e19a1a
feat(client): truncate long logs in the client rather than test evaluator (#60235) 2025-05-14 15:16:31 -05:00