Commit Graph

3966 Commits

Author SHA1 Message Date
Mrugesh Mohapatra
9f6c6d11f0 test: dedupe growthbook mock in show-settings 2026-05-30 11:33:17 +05:30
Mrugesh Mohapatra
eac37403f9 feat: classroom mode settings behind feature flag 2026-05-30 11:33:17 +05:30
Mrugesh Mohapatra
5a2606db1c feat(client,api): add a per module reset (#62547) 2026-05-28 18:56:39 +05:30
Huyen Nguyen
32713ed842 fix(client,curriculum): mark inputType as required for Chinese FITB challenges (#67221) 2026-05-28 06:58:12 +07:00
Huyen Nguyen
64945a57a2 fix(a11y): update independent lower jaw to announce hint and completion messages (#67464) 2026-05-28 06:57:20 +07:00
Abdullah Al Azad
c429f03a9b fix(client): move RDB start button above post-setup steps (#67255) 2026-05-25 11:13:15 +02:00
Huyen Nguyen
d6abf68d1c feat(client): search functionality for curriculum lessons (#66514) 2026-05-23 14:56:31 +02:00
Rustom Yadav
e08b9f992f fix(client): add support for editable regions in TypeScript and TSX files (#67537) 2026-05-22 21:53:53 +02:00
Priyanshu pundir
030632f44d fix(curriculum): add missing add secret step (#67530) 2026-05-22 18:19:07 +02:00
Venkataramana Devathoti
5f60026666 fix (client): prevent completion modal in multi-file labs (#66552)
Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
Co-authored-by: sembauke <semboot699@gmail.com>
2026-05-21 11:14:14 +00:00
Sem Bauke
9372acecf7 fix: restore mobile upper jaw touch gestures (#66752) 2026-05-21 09:27:47 +00:00
AdityaSinghWebDev
68de9032ae fix(client): notes in superblocks intro (#67075)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2026-05-21 04:11:32 +07:00
Jeff Witt
5279aeb34c fix(client): remove forced 1px size on editor screen-reader textarea (#67454)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 13:15:51 +00:00
Shaun Hamilton
b1141962e1 feat(client): handle exam awaiting challenges (#67455) 2026-05-19 15:49:19 +02:00
TIDJANI Bachir
7d62ea3f5f fix(client): privacy save button state (#67230) 2026-05-06 16:29:07 +02:00
Shaun Hamilton
b0fb92471c feat(client): add linux arm64 exam download link (#67253) 2026-05-06 16:21:49 +02:00
Huyen Nguyen
6a857ba547 fix(client): handle MCQ options overflow (#67187) 2026-05-05 20:39:05 +05:30
Sem Bauke
23242f3eca fix(settings): make certification tables full width (#67185) 2026-05-04 04:14:26 +07:00
Anna
482de9f187 feat(ui): view challenge source link (#66305)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2026-05-02 18:28:18 +03:00
NathanJohnstonn
c7072338b1 fix(settings): update margins for settings disclaimer (#67184) 2026-04-30 14:10:49 +02:00
Venkataramana Devathoti
60e54a5e1d fix(client): enable horizontal scroll for MCQ code blocks on mobile (#67151)
Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
2026-04-30 08:27:15 +02:00
Huyen Nguyen
90cc514f78 fix(client): defer MobileAppModal rendering until after first browser paint (#67154) 2026-04-28 21:52:47 +05:30
renovate[bot]
aa7c01c293 chore(deps): update dependency typescript-eslint to v8.59.0 (#67143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2026-04-28 17:32:35 +05:30
Sem Bauke
76dd352aa5 fix(deps): update monaco-editor to v0.52.2 (#67140) 2026-04-27 21:05:27 +02:00
renovate[bot]
a6d06fe724 chore(deps): update vitest (#67056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2026-04-25 11:41:36 +05:30
Ayush Kumar Singh
ec06a99fdb fix(client): debounce challenge submissions (#67039) 2026-04-24 10:15:17 +02:00
Ragini Pandey
ac3901c983 fix(client): filter challenge nodes by certification to fix progress bar (#67052) 2026-04-23 15:16:37 +02:00
Ahmad Abdolsaheb
40b5550e96 feat(client): update profile ui (#66889) 2026-04-21 13:09:39 +03:00
Mrugesh Mohapatra
39408b3c83 chore: land failing renovate updates (#67035)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-21 14:02:02 +05:30
Sem Bauke
7de997f37e fix(client): use session-user endpoint on client (#66961) 2026-04-20 18:32:26 +02:00
Mrugesh Mohapatra
983b249de0 test(client): stabilize UI regression tests
Replace brittle client snapshot coverage with explicit assertions so the updated test stack no longer depends on snapshot state initialization. Update the react-i18next mock to avoid mutating function component defaultProps while preserving WrappedComponent metadata for layout tests.
2026-04-20 10:01:26 +05:30
Mrugesh Mohapatra
7a5a6a4035 chore(deps): replace deprecated xterm packages 2026-04-19 22:30:12 +05:30
Anna
6f059e8259 fix(client): preview button with screenreader text (#63061)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2026-04-13 12:57:29 +02:00
Sem Bauke
ddac8f0593 feat(client): show loading icon when preview frame has not loaded yet (#66687) 2026-04-08 13:29:27 +05:30
Ahmad Abdolsaheb
2906599bef feat: add socrates (#65430)
Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
2026-04-07 19:03:20 +05:30
Sem Bauke
ae5926ba40 fix(i18n): align Chinese A1 chapter 3/4 icons with Spanish (#66830) 2026-04-06 13:35:56 +02:00
Gulshan Kumar
df609a0025 fix: replace instagram icon with threads icon (#66793) 2026-04-04 19:11:13 +05:30
Mrugesh Mohapatra
a72fe07399 revert(client): ensure donate button is always visible (#66754) 2026-04-02 17:06:25 +00:00
Suyadi
10ae077307 fix: correct typo in documentation and localization files (#66704) 2026-04-01 12:12:37 +02:00
Venkataramana Devathoti
8580ba0ace feat(client): ensure donate button is always visible (#66706)
Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
2026-04-01 10:05:18 +02:00
Misrilal
799455f625 fix(client): typo in hashtag constant (#66698) 2026-03-31 19:34:06 +07:00
Fatai Alimi
a25d278b37 fix(client): update unauthenticated email sign-up button text (#66692) 2026-03-31 09:07:54 +02:00
Ahmad Abdolsaheb
9a0086e2a6 feat: add catalog (#66680)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
2026-03-30 12:12:07 -07:00
Venkataramana Devathoti
eda51dd4da feat: add Facebook share button to allow users to share workshop prog… (#66610)
Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
2026-03-26 16:36:31 +01:00
Ragini Pandey
921097b321 fix(client): prevent non-serializable editor instance in save actions (#66625) 2026-03-26 08:16:47 +01:00
Jessica Wilkins
623e49bf83 chore: reorder catalog items (#66616) 2026-03-24 16:55:29 -07:00
Huyen Nguyen
a0f37ae009 fix(a11y): add initial focus to play button in speaking modal (#66419) 2026-03-24 11:44:54 +01:00
Dan Zolotov
dc51170f8c fix(client): override custom button restyling (#66608) 2026-03-23 23:33:13 +00:00
Sem Bauke
cd82a29aca chore(deps): update Font Awesome dependencies to latest (#66572) 2026-03-24 03:02:40 +07:00
Sem Bauke
fe421a03c6 feat(client): mobile advert for small screen sizes (#66212) 2026-03-23 09:01:58 +02:00