mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
Merge branch 'main' into 202505-notifications-refactor
This commit is contained in:
@@ -55,7 +55,7 @@ export function NotificationFooter({
|
||||
}
|
||||
|
||||
return html`
|
||||
<div class=${[displayFlex, notificationFooterStyles({ theme })]}>
|
||||
<div class=${[displayFlex(), notificationFooterStyles({ theme })]}>
|
||||
${!isChangeNotification
|
||||
? NotificationButtonRow({
|
||||
collections,
|
||||
|
||||
@@ -32,8 +32,6 @@ type NotificationBarIframeInitData = {
|
||||
removeIndividualVault?: boolean;
|
||||
theme?: Theme;
|
||||
type?: NotificationType;
|
||||
passwordChangeUri?: string;
|
||||
params?: NotificationMessageParams;
|
||||
};
|
||||
|
||||
type NotificationBarWindowMessage = {
|
||||
|
||||
Reference in New Issue
Block a user