1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-26648] Unarchive Icon (#16784)

* add unarchive icon to font

* fix cipher-form stories

* move unarchive to the proper section

* add premium icon
This commit is contained in:
Nick Krantz
2025-10-08 14:14:22 -05:00
committed by GitHub
parent 47134508da
commit d747dc30a2
7 changed files with 21 additions and 2 deletions

View File

@@ -65,6 +65,10 @@ const bitwardenObjects = [
id: "bwi-id-card",
usage: "identity item type",
},
{
id: "bwi-premium",
usage: "upgrade to premium",
},
{
id: "bwi-send",
usage: "send action or feature",
@@ -204,6 +208,10 @@ const actions = [
id: "bwi-trash",
usage: "delete action or trash area",
},
{
id: "bwi-unarchive",
usage: "remove item from archive",
},
{
id: "bwi-undo",
usage: "restore action",