renovate[bot]
86a7e06a3c
chore(deps): update dependency @tanstack/react-query to v5.90.6 ( #2595 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 09:31:38 -08:00
Navin Karkera
bd82c1d33d
fix: publish status of container on adding new children ( #2587 )
...
Updates publish status of container when adding new child components to a unit or other containers.
2025-11-03 10:01:30 -05:00
Navin Karkera
75ae9d549c
feat: handle duplicate children in container pages [FC-0112] ( #2584 )
...
If we have duplicate container or component in parent page in library, clicking on one of them selects both and removing any one from the parent blocks removes all instances.
This PR handles duplicates by including index/order_number of each child component in the url and using it to exclude a single instance and update parent structure.
2025-11-03 09:59:37 -05:00
edX requirements bot
cec074e6d4
chore: update browserslist DB ( #2593 )
...
Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com >
2025-11-03 00:23:01 +00:00
Braden MacDonald
36c9eba66d
refactor: remove remaining injectIntl(), ban it using eslint ( #2585 )
...
This finished the removal of `injectIntl` from this codebase, and configures a new eslint rule to ban it completely.
2025-10-30 20:10:52 -05:00
Navin Karkera
2dc087f87a
feat: differentiate between renamed and data edit in sync preview diff [FC-0112] ( #2577 )
...
Use `downstream_customized` field from upstream link to determine whether the text component was locally renamed or content updated or both and display correct notes in preview diff.
Also update libraries v2 alert wording as per https://github.com/openedx/frontend-app-authoring/issues/2169#issuecomment-3434735901
2025-10-29 17:24:04 -05:00
Javier Ontiveros
9b77a40284
feat: add restore from file UI for libraries v2 ( #2558 )
2025-10-29 21:37:35 +00:00
renovate[bot]
871d98828c
chore(deps): update dependency @openedx/paragon to v23.15.1 ( #2569 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-29 09:31:41 -07:00
renovate[bot]
f116740184
chore(deps): update github artifact actions ( #2571 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 10:49:02 -07:00
renovate[bot]
cd967a9878
chore(deps): update dependency @edx/frontend-platform to v8.5.2 ( #2568 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 10:47:21 -07:00
Farhaan Bukhsh
d8805bf2b4
chore: Updates frontend-component-header to include new slots ( #2576 )
...
Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com >
2025-10-27 16:07:51 +00:00
Diana Olarte
0972b7e62d
feat: [FC-0099] redirect to admin console MFE ( #2570 )
...
* feat: redirect to admin console MFE
This PR redirects to admin console MFE if the URL is configured, to leverage the new experience of team management this is part of the AuthZ project https://github.com/openedx/openedx-authz/tree/main/docs/decisions
* refactor: split the logic into 2 variables for readability
2025-10-27 15:59:25 +00:00
Kshitij Sobti
15a728d0e7
feat: Add slots for video and file upload components and alerts ( #1523 )
...
This change add plugin slots for the file and video upload components, and the alerts components on those pages.
2025-10-24 14:39:50 -07:00
Braden MacDonald
157e2464aa
test: fix test code improperly using/missing 'await' ( #2560 )
2025-10-24 21:31:51 +00:00
Braden MacDonald
c54c21e2b4
test: fix warnings when StrictDict values are checked with propTypes ( #2565 )
2025-10-24 14:16:07 -07:00
Muhammad Anas
dc05ccfd16
feat: add never_but_include_grade visibility option ( #2489 )
...
This PR introduces a new visibility option for assignment scores:
“Never show individual assessment results, but show overall assessment results after the due date.”
With this option, learners cannot see question-level correctness or scores at any time. However, once the due date has passed, they can view their overall score in the total grades section on the Progress page.
2025-10-24 15:08:32 -03:00
Chris Chávez
106f22b3c2
chore: Enable legacy libraries migration by default ( #2561 )
2025-10-22 18:20:55 -05:00
Chris Chávez
76d8b2e03a
feat: Add error messages for partial migration [FC-0107] ( #2555 )
...
Adds the error messages for partial migrations
2025-10-22 17:07:24 -05:00
Kyle McCormick
5ce61fa5e5
feat: Add ability to create Legacy Libraries ( #2551 )
...
This adds a CreateLegacyLibrary component. It functions the same as
CreateLibrary, but it calls the V1 (legacy) creation REST API rather the V2
(new/beta) REST API.
This reinstates, in the MFE, something that was possible using the legacy
frontend until it was prematurely removed by
https://github.com/openedx/edx-platform/pull/37454 .
We plan to re-remove this ability between Ulmo and Verawood as part of:
https://github.com/openedx/edx-platform/issues/32457 .
So, we have intentionally avoided factoring out common logic between
CreateLibrary and CreateLegacyLibrary, ensuring that the latter
remains easy to remove and clean up.
2025-10-22 21:33:59 +00:00
Chris Chávez
46fa17ea83
fix: UI fixes in legacy library migrator
...
- Keep state of all migration steps on nevigation
- Reword alert in confirm dialog
- Add scroll to help sidebar in migration
- Keep the same migration filter
2025-10-22 21:24:52 +00:00
Chris Chávez
9f1604110b
feat: Deleted/Added level diff in sync modal [FC-0097] ( #2549 )
...
- Adds the Deleted and the Added level diff in sync container modal.
- Fix the icons in the sync container modal
2025-10-22 20:53:12 +00:00
Muhammad Anas
82a3c2815b
feat: enable markdown to OLX conversion ( #2518 )
2025-10-21 16:58:20 -07:00
renovate[bot]
191be55b2e
chore(deps): update dependency @tanstack/react-query to v5.90.5 ( #2545 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 17:55:40 -07:00
renovate[bot]
8f7e48421f
chore(deps): update actions/setup-node action to v6 ( #2546 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 17:32:11 -07:00
dependabot[bot]
b6de9a8883
chore(deps): bump actions/setup-node from 5 to 6 ( #2547 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 17:29:38 -07:00
Javier Ontiveros
7bfc73073b
[feature] add backup view for libraries v2 ( #2532 )
...
* feat: add backup view for libraries v2
* chore: updated paths and cleanup
* chore: cleanup text
* chore: added test
* chore: fix contracts after rebase
* chore: more tests to improve coverage
* chore: more test for coverage
* chore: more test for coverage
* chore: fixed lint issues
* chore: update naming for a more semantic one
* chore: changed fireEvent to userEvent
* chore: improved queryKeys
* chore: lint cleanup
* chore: changed tests and time to 1min
* chore: even more tests
* chore: split hook for library menu items
* chore: fixed typo on refactor
* chore: improved test to use available mocks
* chore: change from jest.mocks to spyon
* chore: update test based on commets
* chore: update test to get URL from a better place
* chore: added extra getters for new endpoints
* chore: update test to prevent issues with useContentLibrary
* chore: added comments for clarity
* chore: lint fix
* chore: updated url handle to use full URL
* chore: linting fixes
2025-10-20 16:51:05 -06:00
renovate[bot]
98009b3e6a
chore(deps): update dependency @edx/frontend-component-footer to v14.9.3
2025-10-20 16:34:05 -03:00
Navin Karkera
e80930e06f
fix: add components button in item bank children page ( #2491 )
...
`Add components` button in item bank children page was not working.
2025-10-20 12:09:58 -05:00
edX requirements bot
66dad5ff32
chore: update browserslist DB ( #2544 )
...
Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com >
2025-10-20 00:22:22 +00:00
bydawen
e4ea69266f
fix: pointer-events issue on toast container ( #2139 )
2025-10-17 14:26:03 -07:00
Rômulo Penido
8b6a350808
feat: add copy container menu ( #2538 )
...
Adds copy support for Library Containers and updates the useClipboard hook to provide info on copied containers.
2025-10-17 14:11:18 -05:00
renovate[bot]
a56faf8ca7
fix(deps): update dependency @tinymce/tinymce-react to v6 ( #2536 )
...
* fix(deps): update dependency @tinymce/tinymce-react to v6
* refactor: validating typing of tinymce-react usage (no runtime changes)
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Braden MacDonald <braden@opencraft.com >
2025-10-16 22:07:27 +00:00
renovate[bot]
77215eeb5e
chore(deps): update dependency @openedx/paragon to v23.14.9 ( #2533 )
...
* chore(deps): update dependency @openedx/paragon to v23.14.9
* test: update tests because of paragon role=presentation modal changes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Braden MacDonald <braden@opencraft.com >
2025-10-16 16:53:39 +00:00
Chris Chávez
311bef67ed
feat: Shows an alert in container sync if the only change is a local override to a text component [FC-0097] ( #2516 )
...
- Implements the alert described in https://github.com/openedx/frontend-app-authoring/issues/2438#issuecomment-3358670967
2025-10-15 19:17:56 -05:00
Chris Chávez
195249ef26
feat: Legacy libraries migration help sidebar [FC-0097] ( #2503 )
...
- Implements the Legacy Libraries Migration Help Sidebar
- Shows the sidebar in the studio home
- Shows the sidebar in the Legacy Libraries Migration Page
2025-10-15 20:35:08 +00:00
Ihor Romaniuk
4a26a86c90
fix: answer range format validation in numerical input problems ( #2426 )
2025-10-15 11:33:31 -07:00
vladislavkeblysh
411d4f053c
fix: fixed delete for additional video url fields in video editor ( #2470 )
2025-10-15 09:47:03 -07:00
Chris Chávez
9c0b545b2f
feat: Connect bulk migration backend with frontend ( #2493 )
...
- Connects the `Confirm` button with the bulk migrate backend
- Updates the library page to get the migration task status and refresh the component on success.
2025-10-14 00:04:36 +00:00
Ahtesham Quraish
cd36407457
fix: [Library browse] Unintended scroll upon unit selection #2452 ( #2472 )
2025-10-13 09:22:22 -05:00
Chris Chávez
46d2465064
fix: Multiple UI/UX improvements ( #2529 )
...
This includes multiple improvements described in https://github.com/openedx/frontend-app-authoring/issues/2528
2025-10-13 09:21:00 -05:00
edX requirements bot
6c829b9421
chore: update browserslist DB ( #2534 )
...
Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com >
2025-10-13 00:22:24 +00:00
Kyle McCormick
1d6fdc39fd
feat: frontend-component-header to 8.0.0, to rm Maintenance link ( #2521 )
...
BREAKING CHANGE: Removes Maintenance link in header, part of
https://github.com/openedx/edx-platform/issues/36263
Full diff:
https://github.com/openedx/frontend-component-header/compare/v6.2.0...v8.0.0
2025-10-10 12:38:02 -04:00
Ahtesham Quraish
04e9a253ba
fix: library card icons are not vertically aligned #2473 ( #2474 )
2025-10-10 09:01:13 -07:00
Ahtesham Quraish
8470d7cd4d
fix: Rename field should use full available width #2337 ( #2436 )
2025-10-10 09:00:40 -07:00
renovate[bot]
b774084a10
chore(deps): update dependency @openedx/paragon to v23.14.5 ( #2530 )
...
* chore(deps): update dependency @openedx/paragon to v23.14.5
* fix: correct type of ContainerPropsType
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Braden MacDonald <braden@opencraft.com >
2025-10-09 17:14:33 +00:00
MuPp3t33r
aadccc748c
fix: course assets state persistence bug ( #2401 )
2025-10-08 11:36:26 -07:00
Navin Karkera
c4a439df47
fix: show before and after title in diff preview ( #2509 )
...
Fix display of Before and After display name in section/subsection sync preview modal.
2025-10-07 14:52:22 -05:00
renovate[bot]
8fe5fb6a20
chore(deps): update dependency universal-cookie to v8 ( #2512 )
...
* fix(deps): update dependency universal-cookie to v8
* refactor: validate typing of universal-cookie usages
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Braden MacDonald <braden@opencraft.com >
2025-10-06 23:08:46 +00:00
renovate[bot]
0315c05e11
chore(deps): update dependency fast-xml-parser to v5 ( #2515 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-06 22:41:17 +00:00
renovate[bot]
a5d51ce4f4
chore(deps): update dependency @types/react to v18.3.26 ( #2513 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-06 15:25:18 -07:00