freeCodeCamp/tools/challenge-helper-scripts
Oliver Eyton-Williams 22afdd1aad
fix: stop modal appearing in steps (#43728)
* fix: stop showing completion modal on steps

* feat: submit steps with ctrl+enter

* fix: handle ctrl+enter when not focussing editor

* fix: reset tests when user types

* refactor: pass showCompletionModal as an option

Otherwise we have to write executeChallenge(true) which does not mean
what you might reasonably expect.

* fix: always executeChallenge when not on step

* fix: update frontend project show

* fix: handle missing payload

* refactor: isProjectStep -> hasEditableRegion

* refactor: more renaming

* fix: make meta.json control multifile editor use

* fix: update the challengeSchema correctly

* Update client/src/templates/Challenges/classic/editor.tsx

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* fix: remove logging

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-10-13 14:47:59 +03:00
..
helpers fix: code block newline (#43600) 2021-09-28 20:00:37 -07:00
base-meta.json fix: stop modal appearing in steps (#43728) 2021-10-13 14:47:59 +03:00
create-empty-steps.js feat: refactor and test tools steps utilities (#42693) 2021-07-07 02:22:12 +02:00
create-next-step.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
create-project.ts fix: index.md generation (#43763) 2021-10-07 18:21:55 +02:00
create-step-between.js feat: refactor and test tools steps utilities (#42693) 2021-07-07 02:22:12 +02:00
delete-step.js feat: refactor and test tools steps utilities (#42693) 2021-07-07 02:22:12 +02:00
package-lock.json fix(deps): update dependency typescript to v4.4.4 2021-10-13 00:10:30 +00:00
package.json fix(deps): update dependency typescript to v4.4.4 2021-10-13 00:10:30 +00:00
reorder-steps.js chore: move to tools/challenge-helper-scripts 2020-09-17 16:17:37 +05:30
tsconfig.json chore: clean up comments (#43550) 2021-09-23 20:09:27 +02:00
utils.d.ts feat: refactor and test tools steps utilities (#42693) 2021-07-07 02:22:12 +02:00
utils.js fix(tools): correct files -> challengeFiles (#43385) 2021-09-07 20:24:11 +05:30
utils.test.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00