Braden MacDonald
6effb4d39e
chore: fix various lint/type issues found by oxlint ( #2850 )
2026-01-31 01:01:11 +00:00
Braden MacDonald
1626d6808d
chore: rename all 'messages.js' to 'messages.ts' ( #2836 )
2026-01-26 12:22:09 -05:00
Muhammad Faraz Maqsood
c1302f1089
fix: TypeError r is not a function
...
- injectIntl is deprecated, Used useIntl() hook instead.
- ErrorLog
```
React Router caught the following error during render TypeError: r is not a function {
"componentStack": "
at A (https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:5259944 )
at Suspense
at d (https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:65420 )
at t (https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:7316739 )
at g (https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:8043115 )
at w (https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:4746781 )
at div
at https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:6453516
at div
at https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:7617877
at div
at h (https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:4740935 )
at rR (https://course-authoring.edx.org/app.756074826164c8adbdbb.js:2:1102691 )
at r (https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:1493518 )
at injectIntl(r)
at main
at l (https://course-authoring.edx.org/app.756074826164c8adbdbb.js:2:2224276 )
at cR (https://course-authoring.edx.org/app.756074826164c8adbdbb.js:2:1103620 )
at r (https://course-authoring.edx.org/817.bfc0047cf532fb354633.js:2:1493518 )
at injectIntl(r)"
}
```
2025-04-23 10:13:45 +05:00
Bryann Valderrama
d688cf57b7
fix: add user partition id when update groups
2025-04-09 11:55:11 -07:00
Braden MacDonald
66577b0d59
chore: bump frontend-build, remove exceptions for prefer-default-export ( #1519 )
2024-11-20 09:00:02 -08:00
Braden MacDonald
57e7baf59e
fix: this repo has been renamed to frontend-app-authoring ( #1419 )
2024-10-22 10:19:24 -07:00
Maria Grimaldi
7f5687f175
refactor: address PR reviews
2024-03-12 16:42:11 -03:00
Maria Grimaldi
c8434b87c0
fix: import grouptypes from correct file
2024-03-12 16:42:11 -03:00
Maria Grimaldi
9299f4cf93
fix: import grouptypes from correct file
2024-03-12 16:42:11 -03:00
Maria Grimaldi
59d2dcaacb
refactor!: put open manage team behind a configuration flag
2024-03-12 16:42:11 -03:00
Cristhian Garcia
42f8c3d95f
chore: fix typo
2024-03-12 16:42:11 -03:00
Cristhian Garcia
9ff77945e3
chore: update open managed description
2024-03-12 16:42:11 -03:00
Cristhian Garcia
584823b879
fix: reorder groups
2024-03-12 16:42:11 -03:00
Cristhian Garcia
6e83e90cf0
feat: add open managed group type
2024-03-12 16:42:11 -03:00
Braden MacDonald
3c661e15cb
Convert "Pages & Resources" page to a plugin system ( #638 )
...
* feat: Make "Pages & Resources" course apps into plugins
* feat: move ora_settings
* feat: move proctoring
* feat: move progress
* feat: move teams
* feat: move wiki
* feat: move Xpert settings
* fix: add webpack.prod.config.js
* fix: clean up unused parts of package.json files
* feat: Add an error message when displaying a Course App Plugin fails
* chore: fix various eslint warnings
* chore: fix jest tests
* fix: error preventing "npm ci" from working
* feat: better tests for <SettingsComponent>
* chore: move xpert_unit_summary into same dir as other plugins
* fix: eslint-import-resolver-webpack is a dev dependency
* chore: move learning_assistant to be a plugin too
* feat: for compatibility, install 2U plugins by default
* fix: bug with learning_assistant package.json
2024-02-28 11:50:54 -05:00