From 735af3c89048338039c4934c7f704da9e9df857a Mon Sep 17 00:00:00 2001 From: Alex <55413326+AlexRubik@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:00:48 -0500 Subject: [PATCH] [PM-28222] delay progress bar (#17507) --- .../activity/all-activity.component.html | 2 +- .../activity/all-activity.component.ts | 4 +- .../all-applications.component.html | 2 +- .../all-applications.component.ts | 4 +- .../risk-insights.component.html | 150 +++++++++--------- .../risk-insights.component.ts | 58 ++++++- ...ent.html => report-loading.component.html} | 4 +- .../shared/report-loading.component.ts | 33 ++++ .../shared/risk-insights-loading.component.ts | 57 ------- 9 files changed, 170 insertions(+), 144 deletions(-) rename bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/{risk-insights-loading.component.html => report-loading.component.html} (86%) create mode 100644 bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/report-loading.component.ts delete mode 100644 bitwarden_license/bit-web/src/app/dirt/access-intelligence/shared/risk-insights-loading.component.ts diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/all-activity.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/all-activity.component.html index c9b930b3b50..49b65c1916b 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/all-activity.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/activity/all-activity.component.html @@ -1,5 +1,5 @@ @if ((dataService.reportStatus$ | async) == ReportStatusEnum.Loading) { - + } @else {