Commit Graph

34585 Commits

Author SHA1 Message Date
Jessica Wilkins
9c4e9d2ee8 fix(curriculum): adding explanation for indexOf in music player project (#53024) 2024-01-09 07:54:17 -06:00
camperbot
6a8ae4102c chore(i18n,client): processed translations (#53039) 2024-01-09 07:53:53 -06:00
RIJU MONDAL
b387b1a4fa fix(curriculum): The Check for Step 67 of forum project is now able to accept Attributes in any order (#53027)
Co-authored-by: Joy Shaheb <khondokoralam@gmail.com>
2024-01-09 19:39:14 +07:00
CelularBat
af9b175b11 fix(curriculum): Fixed typo in Instruction and Hint of Palindrome Checker (#53066) 2024-01-09 18:06:12 +07:00
Joel Olawanle
f2a845e719 fix(curriculum): updated hint for duration property in step 6 (#53065) 2024-01-09 11:12:14 +01:00
Shaun Hamilton
fb797be590 fix(client): adjust python custom error (#53061) 2024-01-09 09:56:50 +01:00
Oliver Eyton-Williams
82fea35622 feat(python): show custom message if syntax error (#53040) 2024-01-08 19:25:07 -08:00
Beau Carnes
2965341764 fix(curriculum): Update notebook link (#53051) 2024-01-08 14:09:17 -08:00
Huyen Nguyen
bbf551b93c fix(tools): seed ms account when seeding certified user (#52967) 2024-01-08 15:59:48 -06:00
Oliver Eyton-Williams
a7e4553d4a fix: iterate over test input inside python (#52978) 2024-01-08 15:34:06 -06:00
Johnson Shan
1806895b05 fix(curriculum): update editable region and match solution (#52930)
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2024-01-08 15:13:08 -06:00
weilirs
ba637b90e1 test(e2e): add test for input box to update-email.spec.ts (#52507)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-01-08 15:11:04 -06:00
Kashinath Patkar
f3e25c90b2 fix(curriculum): allow spreading "allSongs" in next line or space in step 9 of the music player project (#53035) 2024-01-08 21:09:19 +01:00
Touha Zohair
92d7c2cfd3 fix(curriculum): match audio and text in Learn Conversation Starters in the Break Room - Task 55 (#53038) 2024-01-08 21:08:15 +01:00
Krzysztof G
14a33988c7 fix(curriculum): consistent quotes checking (#52995)
Co-authored-by: yoko <25644062+sidemt@users.noreply.github.com>
2024-01-09 01:58:38 +07:00
Huyen Nguyen
1b971470df fix(a11y): hide superblock icons from screen readers (#52997) 2024-01-08 08:07:15 -06:00
Kristofer Koishigawa
5f10e66ad8 fix: typos and wording for registration form step 28 (#53030) 2024-01-08 20:18:59 +07:00
William Gérald Blondel
1c011583ad fix(curriculum): Capitalize proper noun in the question (#53032) 2024-01-08 19:26:33 +07:00
Krzysztof G
5973899673 fix(curriculum): require at least one space in "else if" (#53016) 2024-01-08 09:09:18 +00:00
Zakeriya Mohamed
e1c66ff1f7 fix(curriculum): add backticks to numbers in lesson description (#53026) 2024-01-08 08:04:41 +00:00
weilirs
2a5a834256 fix(curriculum): Tests force using {} around statements in if-else (#53012) 2024-01-08 07:25:58 +00:00
Shaun Hamilton
99266b388a fix(curriculum): re-order role-playing-game to define before use (#52885)
Co-authored-by: sidemt <25644062+sidemt@users.noreply.github.com>
2024-01-07 21:53:02 -08:00
Manabu Matsumoto
c1eb26fa9b fix(curriculum): make the select and button element accessible (#52946) 2024-01-07 21:45:45 -08:00
Hein Htet
3cdee5859d fix(curriculum): optional parenthesis around parameter in Platformer Game - Step 96 (#53023) 2024-01-07 20:54:31 -08:00
v-i-k-a-s
37f51bf191 fix(curriculum): fix formatting of forEach method in Todo app project (#52988) 2024-01-07 14:43:56 -08:00
Krzysztof G
d3525ce975 fix(curriculum): allow optional spaces (#53002) 2024-01-07 11:42:27 +07:00
Lasse Jørgensen
698941be23 fix(curriculum): reword requirements to be clearer (#53004) 2024-01-07 10:44:14 +07:00
Huyen Nguyen
94d55633ec fix(curriculum): typos in Football Team Cards - Step 12 and 27 (#52999) 2024-01-06 12:00:57 -08:00
RGHANILOO
4e0178b3e2 fix(curriculum): typo in Decimal to Binary Converter - Step 26 (#52996) 2024-01-06 16:36:32 +01:00
Mikhail Wahib
8f38b537d5 fix(curriculum): spelling error in Music Player - Step 53 (#52993) 2024-01-06 20:10:30 +07:00
Axel Soubielle Almada
c0ac7ff3c8 fix(curriculum): RPG Step 11 - Update description and first hint to give more context (#52992) 2024-01-06 14:51:12 +07:00
Faisal Arshed
75ede26c6c fix(curriculum): finish sentence in Shortest Path Algo - Step 15 (#52983) 2024-01-06 11:00:04 +07:00
Faisal Arshed
08833cf18b fix(curriculum): typo in Shortest Path Algorithm - Step 3 (#52982) 2024-01-06 10:45:17 +07:00
Duong The Pham
90e552483a fix(UI): New JS Cert on profile page (#52950) 2024-01-06 00:34:00 +07:00
Huyen Nguyen
f4b51bd9b1 fix(playwright): skip mobile tests in desktop-layout-component.spec.ts (#52934) 2024-01-05 10:44:53 -06:00
Sem Bauke
91aeb41050 fix(client): accessibility icon component to use closed captions icon (#52972) 2024-01-05 10:28:57 -06:00
Oleksandr Tkachenko
317442de5e fix(curriculum): Inefficient solution for the "Problem 78: Coin partitions" challenge. (#52880) 2024-01-05 17:16:41 +01:00
Sem Bauke
82bbe707ce fix: comments forum post (#52969) 2024-01-05 22:05:02 +07:00
Jai Avasthi
3bc3cb920e Fix : changed elements to element's (#52975) 2024-01-05 08:14:22 -06:00
Huyen Nguyen
f3ce85d7fa refactor(client): migrate Bootstrap components in update-stripe-card (#52816) 2024-01-05 16:00:00 +03:00
Huyen Nguyen
c93db9533e refactor(client): migrate Bootstrap button in challenge templates (#52577) 2024-01-05 13:07:37 +01:00
Mama Naomi
829e195a0b chore: run an i18n sync (#52964) 2024-01-05 08:28:14 +01:00
Ahmad Abdolsaheb
3ca2c0373f fix: donation-alerts (#52945)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-01-05 09:34:28 +03:00
renovate[bot]
094dcbd06c chore(deps): update babel monorepo to v7.23.7 (#52914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-05 11:02:22 +05:30
Huyen Nguyen
da4bfd49c0 fix(client): increase line height of list items in challenge description (#52859) 2024-01-04 16:37:45 -08:00
Usama Basharat
f4572418bc fix(curriculum): too strict tests (#52913)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
2024-01-04 23:57:45 +00:00
Kumar Shashank
f01e39bbbd fix(curriculum): updating RPG game step 172 to use the includes method instead of indexOf (#52942) 2024-01-04 23:35:51 +00:00
Hein Htet
9a274cfcdf fix(curriculum): allow truthy check the value of nickname (#52949)
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-01-04 23:30:20 +00:00
Sem Bauke
1c63bab3e1 refactor(client): simplify gridmap logic and semantics (#52915) 2024-01-04 23:24:50 +07:00
weilirs
ccc0f65405 test(e2e,playwright): mobile layout (#52521)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-01-04 16:36:28 +01:00