mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-16248] add notification refresh feature flag (#12859)
* add notification refresh feature flag * update order --------- Co-authored-by: Evan Bassler <evanbassler@Mac.attlocal.net>
This commit is contained in:
@@ -13,6 +13,7 @@ export enum FeatureFlag {
|
||||
InlineMenuPositioningImprovements = "inline-menu-positioning-improvements",
|
||||
InlineMenuTotp = "inline-menu-totp",
|
||||
NotificationBarAddLoginImprovements = "notification-bar-add-login-improvements",
|
||||
NotificationRefresh = "notification-refresh",
|
||||
UseTreeWalkerApiForPageDetailsCollection = "use-tree-walker-api-for-page-details-collection",
|
||||
|
||||
BrowserFilelessImport = "browser-fileless-import",
|
||||
@@ -70,6 +71,7 @@ export const DefaultFeatureFlagValue = {
|
||||
[FeatureFlag.InlineMenuPositioningImprovements]: FALSE,
|
||||
[FeatureFlag.InlineMenuTotp]: FALSE,
|
||||
[FeatureFlag.NotificationBarAddLoginImprovements]: FALSE,
|
||||
[FeatureFlag.NotificationRefresh]: FALSE,
|
||||
[FeatureFlag.UseTreeWalkerApiForPageDetailsCollection]: FALSE,
|
||||
|
||||
[FeatureFlag.BrowserFilelessImport]: FALSE,
|
||||
|
||||
Reference in New Issue
Block a user