Open edX micro-frontend application for managing user account information.

22 stars 163 forks 22 watchers JavaScript GNU Affero General Public License v3.0
frontend-app pr-sandboxes-enabled tutor-supported
2 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The language selector in the account settings displays an unsorted list of languages. The expected behavior is for this list to be sorted, either by ISO 639 code or the visual language name, to improve user experience. The solution involves sorting the language data, either at its source or when generating the dropdown.

Complexity: 1/5
help wanted good first issue

Open edX micro-frontend application for managing user account information.

JavaScript
#frontend-app#pr-sandboxes-enabled#tutor-supported

AI Summary: The language selector dropdown in the account settings currently displays languages for which no translation files exist, such as Catalan, French, Korean, and Polish. The expected behavior is for the dropdown to only list languages that have corresponding translation files available in the `openedx-translations` repository. The fix involves ensuring the displayed languages match the actual contents of the translations directory.

Complexity: 2/5
help wanted good first issue

Open edX micro-frontend application for managing user account information.

JavaScript
#frontend-app#pr-sandboxes-enabled#tutor-supported