forked from janus-idp/backstage-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): upgrade devex plugins to mui v5 (janus-idp#1696)
* feat(matomo): upgrade to mui v5 - added `secure` flag to matomo-backend plugin - use backstage fetchApi for new backend system Signed-off-by: Yash Oswal <[email protected]> * feat(feedback): upgrade to mui v5 - switch to backstage `AlertApi` instead of snackbars - use mui 5 styled components - add `themeId` prop to GlobalFeedback component - updated tests - added dynamic loading entrypoint in feedback backend plugin Signed-off-by: Yash Oswal <[email protected]> --------- Signed-off-by: Yash Oswal <[email protected]>
- Loading branch information
1 parent
c2d8da7
commit 06d9cf0
Showing
27 changed files
with
1,123 additions
and
705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { BackendDynamicPluginInstaller } from '@backstage/backend-dynamic-feature-service'; | ||
|
||
import { feedbackPlugin } from '../plugin'; | ||
|
||
export const dynamicPluginInstaller: BackendDynamicPluginInstaller = { | ||
kind: 'new', | ||
install: () => feedbackPlugin(), | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.