frontend-app-learning icon indicating copy to clipboard operation
frontend-app-learning copied to clipboard

Front-end for the Open edX course experience, implemented using React and Paragon.

Results 162 frontend-app-learning issues
Sort by recently updated
recently updated
newest added

When users are allowed to request their certificate and they get a passing grade they can see a "Request my certificate" button in the progress page. Before MFEs, when the...

This was attempted here but never landed: https://github.com/openedx/frontend-app-learning/pull/540 It would be nice to eventually implement this.

enhancement

When working on the React 18 upgrade I ran into some issues with tests in `Course.test.jsx`. I did a bit of investigating, and found the issue started with https://github.com/openedx/frontend-app-learning/pull/1391 I...

https://github.com/openedx/frontend-app-learning/blob/96d20e20e6dda8d08bc45587181055afde9372df/src/course-home/outline-tab/LmsHtmlFragment.jsx#L16-L18 The `` tag causes the file URL to start from the LMS base, while the file is actually served from the MFE base URL. This causes 404 error on...

bug

Test PR for https://github.com/openedx/frontend-lib-special-exams/pull/163

create-sandbox

### Description When navigating gated content, the previous and next buttons stop working so the user can't go to previous/next subsections. ### Expected behavior As a learner, upon navigating to...

release testing

The clock icon in the courseware sidebar leads to a Notifications window - the clock icon is misleading and this should be replaced with something more commonly understood to represent...

Courseware `SequenceNavigation` next and previous buttons change size drastically depending on the number of elements in the navigation bar. https://github.com/openedx/frontend-app-learning/blob/2ff8c3949ea315db8b9c90d8aa2ed198881d8add/src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx We made an update to our customized brand package to...

bug

"As a course administrator, I want to customize my learners' experience as they progress through course content, by customizing the space on either side of the course content." In the...

- specifically, this PR replaces the `LmsHtmlFragment` `IFRAME` with a `SanitizedHtmlFragment` in the `CourseHandouts` component.

open-source-contribution