freeCodeCamp/client/src
Shaun Hamilton d100132f75
feat(client): refactor Flash/redux into TS (#42725)
* feat(client): ts-migrate Flash/redux

* add app types

* convert Flash/redux/index to vanilla TS

* update redux types.ts

* use FlashState type over State type

* update typing

* fix: prettier errors I caused?

* fix: re-add comment I removed

* remove comment

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix type to not include {}

* remove commented out code for future use

* remove unused initialState object

* rename Flash onClose prop to match action name

* directly type reducer to return state

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-10-20 12:58:10 -05: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 chore: migrate to jsx element (#43707) 2021-10-04 19:16:34 +05:30
client feat(ts-migrate): migrate sass-compile.js and test-evaluator.js to ts (#43145) 2021-10-14 13:44:55 -05:00
client-only-routes feat(client): refactor Flash/redux into TS (#42725) 2021-10-20 12:58:10 -05:00
components feat(client): refactor Flash/redux into TS (#42725) 2021-10-20 12:58:10 -05:00
pages chore: tree shaking - unused / redundant code (#43867) 2021-10-15 13:13:43 +05:30
redux feat(client): refactor Flash/redux into TS (#42725) 2021-10-20 12:58:10 -05:00
resources feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
templates feat: control editor focus (#43882) 2021-10-19 08:52:51 -07:00
utils fix(ui): Fix crash when viewing an invalid certificate (#43681) 2021-10-06 21:05:05 +02: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