obscherler
d0b17ea870
fix: Update frontend-platform to version 8.3.8 for fixes with theme URL loading. ( #472 )
...
8.3.7: Simplify the logic for Paragon `fallbackThemeUrl` to always rely on `window.location?.origin`;
8.3.8: Allow the creation of URLs with only `brandOverride` definition.
2025-11-06 09:49:30 -05:00
Brian Smith
29f1fb38c5
feat!: add design tokens support ( #441 )
...
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.
Co-authored-by: Diana Olarte <diana.olarte@edunext.co >
2025-07-30 15:12:52 -05:00
Brian Smith
4825c3d68c
feat: import FooterSlot from component package instead of slot package ( #414 )
release/teak.3
release/teak.2
release/teak.1
2025-04-24 12:33:01 -04:00
renovate[bot]
4e27a35e10
fix(deps): update dependency @edx/frontend-component-header to v6.4.0 ( #415 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-23 20:17:57 +00:00
Stanislav Lunyachek
ad0e2af8c8
feat: ORA visual improvements
2025-04-16 16:10:15 +03:30
Brian Smith
d03e7c40d8
feat: upgrade to react 18 ( #406 )
2025-04-09 15:22:36 -04:00
Régis Behmo
5a7063c123
chore: remove husky 🪓 🐶 ( #405 )
2025-04-09 13:56:30 +00:00
Régis Behmo
9348c4bb4c
feat: lighter build by avoiding full lodash import
...
Incorrect lodash imports are causing MFEs to import the entire lodash
library.
2025-04-03 12:42:31 +03:30
Brian Smith
5c5ff1190b
chore(deps): update @openedx dependencies to versions that support React 18 ( #399 )
2025-03-27 16:17:00 -04:00
Jansen Kantor
7aee8562a8
Merge pull request #390 from openedx/jkantor/conflictError
...
fix: error code expecting wrong data shape
2025-03-05 14:49:36 -05:00
Jansen Kantor
ebca59a38f
Merge branch 'master' into jkantor/conflictError
2025-03-05 14:42:07 -05:00
salman2013
f87d521bc0
chore: update catalog-info file for release data
2025-02-20 19:07:39 +03:30
Stanislav Lunyachek
5280cef554
feat: Add header styles inclusion
2025-02-20 18:19:39 +03:30
Stanislav Lunyachek
08430571ed
fix: Fix for the Paragon modal shadow, which prevents clicking on an element on the grading page
2025-02-19 18:45:39 +03:30
Jansen Kantor
3de6821c5d
Merge branch 'master' into jkantor/conflictError
2025-01-14 10:45:33 -05:00
Paulo Viadanna
fb06133a27
fix: enable scroll in grading modal
2025-01-14 19:00:42 +03:30
Jansen Kantor
12f1c72b7e
Merge branch 'master' into jkantor/conflictError
2025-01-10 14:11:49 -05:00
Jansen Kantor
ca8d08c8a0
fixup! fix: error code expecting wrong data shape
2025-01-10 14:08:32 -05:00
Jansen Kantor
30a4ca17ac
fix: error code expecting wrong data shape
2025-01-10 14:07:01 -05:00
Awais Ansari
25d76c0e59
fix: updated notifications preferences url ( #389 )
...
* fix: updated notifiations preferences url
* fix: updated test cases
2025-01-10 17:09:14 +05:00
Emad Rad
6527f505f1
chore: npm publish action removed ( #366 )
...
We don't push MFEs to the npm registry.
Achieves part of https://github.com/openedx/public-engineering/issues/284
2024-12-18 13:48:18 -05:00
milad-emami
400950cff8
feat: update react-pdf to v7 and fix worker configuration
2024-12-18 13:25:38 +03:30
Adolfo R. Brandes
0219f5cd25
chore: remove extraneous file
...
Remove a file that was previously added by mistake.
2024-12-06 10:54:46 -03:00
Adolfo R. Brandes
fdcab456e8
fix: broken download tests
...
Declaring `browserslist` in package.json exposed a bug in the
download.js tests that wasn't causing failures before (but arguably,
should): one can't use arrow functions to mock constructors because
calling `new` on them doesn't work. See the NOTE under:
https://jestjs.io/docs/es6-class-mocks#-module-factory-function-must-return-a-function
2024-12-06 10:54:46 -03:00
Adolfo R. Brandes
5283e7c7c6
fix: Use browserslist-config
...
We were installing browserslist-config but not declaring it. This had
the effect that webpack - and likely others - were not using it.
2024-12-06 10:54:46 -03:00
Dima Alipov
e39533c56a
fix: incorrect message for locking
2024-11-30 15:22:18 +03:30
milad-emami
212014fed9
chore: update redux-devtools-extension to @redux-devtools/extension@3.0.0
2024-11-25 12:14:34 +03:30
milad-emami
9600301a62
chore(deps): update dependency redux-mock-store to 1.5.5
...
Updates redux-mock-store to version 1.5.5 in both package.json and package-lock.json to ensure dependency consistency
2024-11-25 12:08:07 +03:30
Feanil Patel
1d5f64e1db
docs: Update catalog-info.yaml
...
Correct the owner.
2024-11-20 13:14:08 -05:00
milad-emami
f5208c58aa
fix: remove fixed height from review modal body
...
Remove height:100% property from modal body content to prevent content from sticking to bottom of page and allow proper spacing
2024-11-20 17:38:01 +03:30
milad-emami
c15680cb8c
fix: prevent radio criterion shrinking and improve alignment
...
- Add flexShrink: 0 style to prevent radio button compression
- Add align-items-center class for better vertical alignment
2024-11-20 17:36:46 +03:30
Diana Catalina Olarte
76f41439e9
fix: apply getPath to PUBLIC_PATH to allow use with CDN
2024-11-19 16:19:19 +03:30
Feanil Patel
4581cf8698
Merge pull request #371 from CodeWithEmad/chore/catalog-info
...
chore: owner changed
2024-11-12 09:01:55 -05:00
Emad Rad
95fa32eaaa
chore: owner changed
2024-11-09 11:25:09 +03:30
Asad Ali
1f729becbe
feat: remove CTA ( #347 )
2024-11-05 12:00:31 -05:00
Arslan Ashraf
7ad1df8bd0
test: Remove support for Node 18 ( #365 )
...
Co-authored-by: Muhammad Anas <muhammad.anas@arbisoft.com >
2024-11-04 13:46:17 -05:00
Asad Ali
c9d0abe968
fix: convert notification banner to text if accounts url is not set ( #362 )
...
* fix: convert banner to text if ACCOUNT_SETTINGS_URL is not set
* refactor: refactoring
* refactor: rename notificationsBannerLinkMessage to notificationsBannerPreferencesCenterMessage
* refactor: remove lodash usage
* refactor: remove lodash usage
2024-11-04 12:22:50 -05:00
Brian Smith
91e33748ab
feat(deps): update header to 5.6.0 ( #363 )
2024-10-22 19:19:55 -04:00
Feanil Patel
8809f4cf16
Merge pull request #353 from openedx/feanil/ubuntu_upgrade
...
build: Switch to ubuntu-latest for builds
2024-09-20 10:28:36 -04:00
Feanil Patel
7482765aa4
build: Switch to ubuntu-latest for builds
...
This code does not have any dependencies that are specific to any specific
version of ubuntu. So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.
This work is being done as a part of https://github.com/openedx/platform-roadmap/issues/377
closes https://github.com/openedx/frontend-app-ora-grading/issues/345
2024-09-20 10:28:31 -04:00
Kristin Aoki
7003b6102d
Merge pull request #354 from openedx/jkantor/headingMessage
...
fix: incorrect key breaks page
2024-09-13 09:19:34 -04:00
Jansen Kantor
d608daccb1
Merge branch 'master' into jkantor/headingMessage
2024-09-12 16:03:50 -04:00
Jansen Kantor
2208737a69
fix: incorrect key crashes page
2024-09-12 16:01:02 -04:00
Muhammad Anas
567a020061
build: Upgrade to Node 20 ( #349 )
...
* build: Upgrade to Node 20
* refactor: updated package-lock
* refactor: updated the lockfile version workflow
2024-09-06 12:23:49 -04:00
Muhammad Anas
c5d9bfb2f6
test: Add Node 20 to CI matrix ( #348 )
...
* test: Add Node 20 to CI matrix
* fix: pinning node 18 verson
2024-09-03 14:30:54 -04:00
Feanil Patel
f433d33f9d
Merge pull request #328 from openedx/bilalqamar95/jest-v29-upgrade
...
feat: updated frontend-build & frontend-platform major versions
2024-08-07 10:01:12 -04:00
Bilal Qamar
c0816e0818
Merge branch 'master' into bilalqamar95/jest-v29-upgrade
2024-07-30 14:12:20 +05:00
Feanil Patel
c83e86bf06
Merge pull request #343 from openedx/feanil/update_maintainer
...
docs: Make it clear that this is unmaintained.
2024-07-24 10:52:01 -04:00
Feanil Patel
b6f1a9739e
docs: Make it clear that this is unmaintained.
2024-07-19 16:06:30 -04:00
Bilal Qamar
f2b6cd4cac
Merge branch 'master' into bilalqamar95/jest-v29-upgrade
2024-07-04 16:02:16 +05:00