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

[PM-26941] all caught up state for review card (#17164)

* add "All caught up!" state for application review card

- Display success state when all applications have been reviewed and no new applications need review
- Add iconColorClass input to activity-card component to support conditional icon colors (green checkmark for success state)
- Add i18n keys: allCaughtUp and noNewApplicationsToReviewAtThisTime
- Check if all apps have review dates via enrichedReportData$ to determine when to show the caught up state

* fix "Potential Race Condition with State Initialization" from claude issue and replace getter
This commit is contained in:
Alex
2025-10-31 16:37:21 -04:00
committed by GitHub
parent 2da0b48c3d
commit 4d1c00a5bc
5 changed files with 62 additions and 5 deletions

View File

@@ -343,6 +343,12 @@
"reviewNow": {
"message": "Review now"
},
"allCaughtUp": {
"message": "All caught up!"
},
"noNewApplicationsToReviewAtThisTime": {
"message": "No new applications to review at this time"
},
"prioritizeCriticalApplications": {
"message": "Prioritize critical applications"
},