Skip to content

Commit 0dc3387

Browse files
committed
feat: Add plugin slot for login page
This change adds a plugin slot for the login page allowing it to be customised. Since there was a dependency conflict between frontend-plugin-framework and the react-hooks testing package, the react-hooks testing package has been removed and a replaced with a simple mechanism for testing hooks. Since this touched the Login Page those have also been refactored to move away from redux connect.
1 parent 97c7bd7 commit 0dc3387

File tree

11 files changed

+446
-252
lines changed

11 files changed

+446
-252
lines changed

package-lock.json

Lines changed: 195 additions & 76 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@fortawesome/free-brands-svg-icons": "6.7.2",
3737
"@fortawesome/free-solid-svg-icons": "6.7.2",
3838
"@fortawesome/react-fontawesome": "0.2.6",
39+
"@openedx/frontend-plugin-framework": "^1.7.0",
3940
"@openedx/paragon": "^23.4.2",
4041
"@optimizely/react-sdk": "^2.9.1",
4142
"@redux-devtools/extension": "3.3.0",

0 commit comments

Comments
 (0)