Skip to content

Commit

Permalink
feat(feedback): upgrade to mui v5
Browse files Browse the repository at this point in the history
- switch to backstage `AlertApi` instead of snackbars
- use mui 5 styled components
- add `themeId` prop to GlobalFeedback component
- updated tests

Signed-off-by: Yash Oswal <[email protected]>
  • Loading branch information
yashoswalyo committed May 21, 2024
1 parent 802623e commit a523278
Show file tree
Hide file tree
Showing 10 changed files with 525 additions and 582 deletions.
5 changes: 2 additions & 3 deletions plugins/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-catalog-react": "^1.11.3",
"@backstage/theme": "^0.5.3",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@one-platform/opc-feedback": "0.1.1-alpha",
"axios": "^1.6.4",
"react-use": "^17.2.4"
Expand Down
Loading

0 comments on commit a523278

Please sign in to comment.