feat: decouple notifications panel using widget registry mechanism (#1885)
Removes the tightly coupled upgrade/upsell ("notifications") panel from the Learning MFE core and replaces it with a pluggable widget registry system. The right sidebar now supports dynamically-registered external widgets, making it easy to add, remove, or replace sidebar panels without forking the MFE.
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
"eslint-import-resolver-webpack": "^0.13.9",
|
||||
"jest-console-group-reporter": "^1.1.1",
|
||||
"jest-when": "^3.6.0",
|
||||
"rosie": "2.1.1"
|
||||
"rosie": "2.1.1",
|
||||
"ts-jest": "29.1.4"
|
||||
},
|
||||
"bundlewatch": {
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user