1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-18803] nudges new items (#14523)

* Added new-items-nudge service and component to show spotlight for new item nudges
This commit is contained in:
Jason Ng
2025-05-01 12:43:55 -04:00
committed by GitHub
parent 64daf5a889
commit a62d269a89
15 changed files with 398 additions and 7 deletions

View File

@@ -5248,5 +5248,35 @@
},
"hasItemsVaultNudgeBody": {
"message": "Autofill items for the current page\nFavorite items for easy access\nSearch your vault for something else"
},
"newLoginNudgeTitle": {
"message": "Save time with autofill"
},
"newLoginNudgeBody": {
"message": "Include a Website so this login appears as an autofill suggestion."
},
"newCardNudgeTitle": {
"message": "Seamless online checkout"
},
"newCardNudgeBody": {
"message": "With cards, easily autofill payment forms securely and accurately."
},
"newIdentityNudgeTitle": {
"message": "Simplify creating accounts"
},
"newIdentityNudgeBody": {
"message": "With identities, quickly autofill long registration or contact forms."
},
"newNoteNudgeTitle": {
"message": "Keep your sensitive data safe"
},
"newNoteNudgeBody": {
"message": "With notes, securely store sensitive data like banking or insurance details."
},
"newSshNudgeTitle": {
"message": "Developer-friendly SSH access"
},
"newSshNudgeBody": {
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
}
}
}

View File

@@ -3712,5 +3712,35 @@
},
"move": {
"message": "Move"
},
"newLoginNudgeTitle": {
"message": "Save time with autofill"
},
"newLoginNudgeBody": {
"message": "Include a Website so this login appears as an autofill suggestion."
},
"newCardNudgeTitle": {
"message": "Seamless online checkout"
},
"newCardNudgeBody": {
"message": "With cards, easily autofill payment forms securely and accurately."
},
"newIdentityNudgeTitle": {
"message": "Simplify creating accounts"
},
"newIdentityNudgeBody": {
"message": "With identities, quickly autofill long registration or contact forms."
},
"newNoteNudgeTitle": {
"message": "Keep your sensitive data safe"
},
"newNoteNudgeBody": {
"message": "With notes, securely store sensitive data like banking or insurance details."
},
"newSshNudgeTitle": {
"message": "Developer-friendly SSH access"
},
"newSshNudgeBody": {
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
}
}

View File

@@ -10629,6 +10629,36 @@
"newBusinessUnit": {
"message": "New business unit"
},
"newLoginNudgeTitle": {
"message": "Save time with autofill"
},
"newLoginNudgeBody": {
"message": "Include a Website so this login appears as an autofill suggestion."
},
"newCardNudgeTitle": {
"message": "Seamless online checkout"
},
"newCardNudgeBody": {
"message": "With cards, easily autofill payment forms securely and accurately."
},
"newIdentityNudgeTitle": {
"message": "Simplify creating accounts"
},
"newIdentityNudgeBody": {
"message": "With identities, quickly autofill long registration or contact forms."
},
"newNoteNudgeTitle": {
"message": "Keep your sensitive data safe"
},
"newNoteNudgeBody": {
"message": "With notes, securely store sensitive data like banking or insurance details."
},
"newSshNudgeTitle": {
"message": "Developer-friendly SSH access"
},
"newSshNudgeBody": {
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication."
},
"restart": {
"message": "Restart"
},