1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Add progress tracking to risk insights report generation (#17199)

* Add progress tracking to risk insights report generation

* added skeleton page loader
This commit is contained in:
Maximilian Power
2025-11-07 15:03:58 +01:00
committed by GitHub
parent 0debc17c1f
commit a0bba3957b
9 changed files with 302 additions and 48 deletions

View File

@@ -4446,6 +4446,30 @@
"generatingYourAccessIntelligence": {
"message": "Generating your Access Intelligence..."
},
"fetchingMemberData": {
"message": "Fetching member data..."
},
"analyzingPasswordHealth": {
"message": "Analyzing password health..."
},
"calculatingRiskScores": {
"message": "Calculating risk scores..."
},
"generatingReportData": {
"message": "Generating report data..."
},
"savingReport": {
"message": "Saving report..."
},
"compilingInsights": {
"message": "Compiling insights..."
},
"loadingProgress": {
"message": "Loading progress"
},
"thisMightTakeFewMinutes": {
"message": "This might take a few minutes."
},
"riskInsightsRunReport": {
"message": "Run report"
},