Chris Chávez
dad736f9d1
refactor: Migration of course details to React query ( #2724 )
...
- Migrates the `courseDetails` part from the Redux Store to React Query.
- Creates a new `CourseAuthoringContext`
- Update the pages in `<CourseAuthoringRoutes>` to use the newly created context.
- Migrates some files to Typescript
- Migrates some tests to use `src/testUtils.tsx`
2025-12-06 00:14:32 +00:00
jacobo-dominguez-wgu
3097976b7b
test: replacing snapshot tests with RTL tests part 2 ( #2132 )
2025-06-11 10:15:59 -07:00
Braden MacDonald
28e1956708
chore: update imports, fix lint issues
2024-08-17 16:12:58 -07:00
Syed Ali Abbas Zaidi
34fbadfd6a
feat: migrate enzyme to RTL ( #770 )
2024-01-24 16:57:28 -05:00
Syed Ali Abbas Zaidi
d497b01c45
feat: upgrade react router to v6 ( #519 )
...
## Ticket
[React Router Upgrade to v6](https://github.com/openedx/platform-roadmap/issues/276 ).
## Description
This PR upgrades React Router from `v5` to `v6`.
2023-10-20 16:52:23 -04:00
Chris Chávez
ff6a5d99d6
[FAL-3383] Implement new video UX flow on new video editor ( #498 )
...
* feat: Video Gallery URL updated to match to the new flow needs
* chore: Video Gallery Url updated and blockId added
2023-05-18 09:55:33 -04:00
Chris Chávez
4b7f46852b
[FAL-3375] Feat: Adding video selection gallery page to the routes ( #461 )
...
* feat: Adding video selection gallery page to the routes
* test: CourseAuthoringRoutes.test.jsx added
2023-04-25 12:45:00 -04:00