mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
[PM-26185] new app metric card (#16658)
* new messages.json keys * button changes for dirt activity card * dummy data * newApplicationsCount and temp toast * Added third dirt-activity-card component after the existing two cards * added newApplications to setAllAppsReportSummary * make button smaller * cleanup/nice-to-haves * remove comment * simplify activity card icon logic to use nullable iconClass * use buttonText presence to determine button display in activity card * apps needing review card - I think accidentally deleted when resolving merge conflicts * buttonClick.observed && buttonText
This commit is contained in:
@@ -280,6 +280,24 @@
|
||||
"totalApplications": {
|
||||
"message": "Total applications"
|
||||
},
|
||||
"applicationsNeedingReview": {
|
||||
"message": "Applications needing review"
|
||||
},
|
||||
"newApplicationsWithCount": {
|
||||
"message": "$COUNT$ new applications",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"content": "$1",
|
||||
"example": "13"
|
||||
}
|
||||
}
|
||||
},
|
||||
"newApplicationsDescription": {
|
||||
"message": "Review new applications to mark as critical and keep your organization secure"
|
||||
},
|
||||
"reviewNow": {
|
||||
"message": "Review now"
|
||||
},
|
||||
"unmarkAsCritical": {
|
||||
"message": "Unmark as critical"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user