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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user