freeCodeCamp/client/src
Oliver Eyton-Williams b5019000bb
fix(client): errors with multiple editor tabs (#43549)
* fix: enforce multifile tab order

* fix: sort challengeFiles to prevent remounts

If the challengeFiles are used unsorted, this can unmount an editor.
The editors rely on the mount hook for initialization, so extra mounts
can cause unwanted behaviour.

* fix: make editor tabs and panes match
2021-09-24 15:40:18 +01:00
..
__mocks__ fix(client): set the correct language to the HTML lang attribute (#42729) 2021-07-04 10:38:41 -07:00
__tests__/integration chore: add jest global variables (#42573) 2021-06-20 09:14:42 +02:00
analytics fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
assets feat: change logos on chinese language (#43269) 2021-08-25 18:21:56 +02:00
client fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
client-only-routes test: check that JS projects can be submitted. (#43222) 2021-08-24 20:26:48 +02:00
components fix: redundant scrollbar on codeally Iframe (#43503) 2021-09-23 10:31:56 -05:00
pages chore(client): meta and yml certificate -> certification (#43353) 2021-09-03 08:08:45 -07:00
redux feat: add Stripe card form (#43433) 2021-09-17 22:15:56 +03:00
resources feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
templates fix(client): errors with multiple editor tabs (#43549) 2021-09-24 15:40:18 +01:00
utils feat: add Stripe card form (#43433) 2021-09-17 22:15:56 +03:00
declarations.d.ts feat(client): migrate to ts - (HelpModal, Preview, VideoModal, Side-Panel) (#42857) 2021-09-17 18:37:53 +01:00
html.tsx feat(client): ts-migrate /client/src/html.js (#42468) 2021-06-30 20:50:56 +05:30