mirror of
https://github.com/bitwarden/browser
synced 2026-03-01 02:51:24 +00:00
[PM-31060] Product Update Notification (#19027)
* add feature flag * temp * add ping animation with filled info icon * add ping animation to stop after 4 goes around * add local state for autofill-icon * add logic to avoid new accounts * fix closing of popover * fix strict typings * remove `creationDate` logic from being considered for autofill notification * remove "now," from the autofill description * remove height and width in the svg
This commit is contained in:
@@ -219,6 +219,10 @@ export const VAULT_BROWSER_INTRO_CAROUSEL = new StateDefinition(
|
||||
"vaultBrowserIntroCarousel",
|
||||
"disk",
|
||||
);
|
||||
export const VAULT_AUTOFILL_SIMPLIFIED_ICON = new StateDefinition(
|
||||
"vaultAutofillSimplifiedIcon",
|
||||
"disk",
|
||||
);
|
||||
export const VAULT_AT_RISK_PASSWORDS_MEMORY = new StateDefinition("vaultAtRiskPasswords", "memory");
|
||||
export const WELCOME_EXTENSION_DIALOG_DISK = new StateDefinition(
|
||||
"vaultWelcomeExtensionDialogDismissed",
|
||||
|
||||
Reference in New Issue
Block a user