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
Adolfo R. Brandes
3092bd3980
build: Update codecov and use token ( #342 )
...
Update codecov to the latest version and start using the org-wide token for uploads.
See https://github.com/openedx/wg-frontend/issues/179
2024-06-17 12:14:02 -03:00
Bilal Qamar
20dc736278
refactor: installed jest-environment-jsdom package, updated package-lock
2024-06-03 16:08:02 +05:00
Bilal Qamar
d72beeb2d4
Merge branch 'master' of github.com:openedx/frontend-app-ora-grading into bilalqamar95/jest-v29-upgrade
2024-06-03 16:06:23 +05:00
Brian Smith
64b57df976
feat: use frontend-plugin-framework to provide a FooterSlot
2024-05-23 11:28:25 -03:00
Bilal Qamar
346b371ba2
Merge branch 'master' of github.com:openedx/frontend-app-ora-grading into bilalqamar95/jest-v29-upgrade
2024-05-16 16:04:53 +05:00
Bilal Qamar
650d708a1c
refactor: major version upgrade for react-unit-test-utils
2024-05-16 16:04:13 +05:00
Awais Ansari
1d924b4812
Merge pull request #329 from openedx/aansari/INF-1375
...
feat: added info banner for ORA notifications
2024-04-30 21:09:29 +05:00
Awais Ansari
31ed9410a4
test: added test cases for NotificationsBanner
2024-04-30 20:07:23 +05:00
Awais Ansari
0ba3cac532
feat: added info banner for ORA notifications
2024-04-30 19:59:26 +05:00
Bilal Qamar
b23effdb7f
feat: updated frontend-build & frontend-platform major versions
2024-04-24 13:54:40 +05:00
Bilal Qamar
5bcb6fe6f3
refactor: updated snapshots for failing tests
2024-04-15 15:44:02 +05:00
Bilal Qamar
a67f201f4d
feat: updated frontend-build major version, bumps jest to v29
2024-04-15 15:43:48 +05:00
alipov_d
9cfab58663
fix: request error for empty user list responses
2024-04-03 15:25:01 -03:00
Samir Sabri
59a7d0751b
feat!: remove Transifex calls for OEP-58
2024-03-18 15:01:30 -04:00
Jeremy Ristau
9d673e803e
Merge pull request #320 from openedx/ownership-update
...
chore: update catalog-info owner
2024-03-15 12:54:11 -04:00
Jeremy Ristau
8438915f72
fix: use correct yaml
2024-03-15 09:25:01 -04:00