Skip to content

Commit 1b20eb8

Browse files
feat: removed redux flow for notification (#607)
* feat: removed redux flow for notification * fix: fixed naming convention * fix: fixed naming convention * fix: fixed test case issue * refactor: removed eslint settings * refactor: removed eslint settings * refactor: removed eslint settings
1 parent e7ec889 commit 1b20eb8

68 files changed

Lines changed: 4482 additions & 4315 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 4418 additions & 1744 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@
4747
"prop-types": "15.8.1",
4848
"react": "17.0.2",
4949
"react-dom": "17.0.2",
50-
"react-redux": "7.2.9",
5150
"react-test-renderer": "17.0.2",
5251
"reactifex": "1.1.1",
53-
"redux": "4.2.1",
54-
"redux-saga": "1.3.0"
52+
"resize-observer-polyfill": "^1.5.1"
5553
},
5654
"dependencies": {
5755
"@edx/frontend-enterprise-utils": "9.1.0",
@@ -69,7 +67,6 @@
6967
"core-js": "3.37.1",
7068
"dompurify": "^3.1.7",
7169
"lodash": "4.17.21",
72-
"react-redux": "7.2.9",
7370
"react-responsive": "^10.0.0",
7471
"react-transition-group": "4.4.5",
7572
"regenerator-runtime": "0.14.1",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/new-notifications/context/notificationPopoverContext.js renamed to src/Notification/context/notificationPopoverContext.js

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/new-notifications/data/__factories__/notifications.factory.js renamed to src/Notification/data/__factories__/notifications.factory.js

File renamed without changes.

0 commit comments

Comments
 (0)