From e53218211da3bc0b8ef3e314c50b804e82d4685d Mon Sep 17 00:00:00 2001 From: jaasen-livefront Date: Tue, 9 Jul 2024 09:40:15 -0700 Subject: [PATCH] revert changes to reports --- .../pages/breach-report.component.html | 8 +- .../inactive-two-factor-report.component.html | 127 +++++++++--------- .../reused-passwords-report.component.html | 51 +++---- .../unsecured-websites-report.component.html | 43 +++--- .../weak-passwords-report.component.html | 51 +++---- 5 files changed, 143 insertions(+), 137 deletions(-) diff --git a/apps/web/src/app/tools/reports/pages/breach-report.component.html b/apps/web/src/app/tools/reports/pages/breach-report.component.html index ca5c60fc846..51191ddf2d0 100644 --- a/apps/web/src/app/tools/reports/pages/breach-report.component.html +++ b/apps/web/src/app/tools/reports/pages/breach-report.component.html @@ -24,12 +24,12 @@

{{ "reportError" | i18n }}...

- + {{ "breachUsernameNotFound" | i18n: checkedUsername }} - - + + {{ "breachUsernameFound" | i18n: checkedUsername : breachedAccounts.length }} - +
  • diff --git a/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.html b/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.html index a47d6fc60b9..ae03a3bcb80 100644 --- a/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.html +++ b/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.html @@ -11,13 +11,13 @@ {{ "loading" | i18n }}
    - + {{ "noInactive2fa" | i18n }} - + - + {{ "inactive2faFoundReportDesc" | i18n: (ciphers.length | number) : vaultMsg }} - + - - + + - + - - - - - + - - - - + title="{{ 'shared' | i18n }}" + aria-hidden="true" + > + {{ "shared" | i18n }} + + + + {{ "attachments" | i18n }} + +
    + {{ c.subTitle }} + + + + + +
    {{ "name" | i18n }} {{ "owner" | i18n }}
    - - - {{ r.name }} - - - {{ "shared" | i18n }} - - - - {{ "attachments" | i18n }} - -
    - {{ r.subTitle }} -
    - + + + + {{ + c.name + }} + + - - - - {{ "instructions" | i18n }} -
    + + + + + {{ "instructions" | i18n }} +
    diff --git a/apps/web/src/app/tools/reports/pages/reused-passwords-report.component.html b/apps/web/src/app/tools/reports/pages/reused-passwords-report.component.html index 8887702b3d8..549773ba8ce 100644 --- a/apps/web/src/app/tools/reports/pages/reused-passwords-report.component.html +++ b/apps/web/src/app/tools/reports/pages/reused-passwords-report.component.html @@ -11,13 +11,13 @@ {{ "loading" | i18n }}
- + {{ "noReusedPasswords" | i18n }} - + - + {{ "reusedPasswordsFoundReportDesc" | i18n: (ciphers.length | number) : vaultMsg }} - + - - + + - - - - + + + - - - + +
{{ "name" | i18n }} {{ "owner" | i18n }}
- +
+ - + + {{ r.name }}{{ c.name }} - {{ r.name }} + {{ c.name }} - + {{ "shared" | i18n }} - + {{ "attachments" | i18n }}
- {{ r.subTitle }} + {{ c.subTitle }}
- {{ "reusedXTimes" | i18n: passwordUseMap.get(r.login.password) }} + {{ "reusedXTimes" | i18n: passwordUseMap.get(c.login.password) }}
diff --git a/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html b/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html index bcb0db296f4..ced0ff9731d 100644 --- a/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html +++ b/apps/web/src/app/tools/reports/pages/unsecured-websites-report.component.html @@ -11,13 +11,13 @@ {{ "loading" | i18n }}
- + {{ "noUnsecuredWebsites" | i18n }} - + - + {{ "unsecuredWebsitesFoundReportDesc" | i18n: (ciphers.length | number) : vaultMsg }} - + - - + + - - - - + + + - - + +
{{ "name" | i18n }} {{ "owner" | i18n }}
- +
+ - {{ - r.name + {{ + c.name }} - + {{ "shared" | i18n }} - + {{ "attachments" | i18n }}
- {{ r.subTitle }} + {{ c.subTitle }}
diff --git a/apps/web/src/app/tools/reports/pages/weak-passwords-report.component.html b/apps/web/src/app/tools/reports/pages/weak-passwords-report.component.html index ab116743478..a943c8c29ec 100644 --- a/apps/web/src/app/tools/reports/pages/weak-passwords-report.component.html +++ b/apps/web/src/app/tools/reports/pages/weak-passwords-report.component.html @@ -11,13 +11,13 @@ {{ "loading" | i18n }}
- + {{ "noWeakPasswords" | i18n }} - + - + {{ "weakPasswordsFoundReportDesc" | i18n: (ciphers.length | number) : vaultMsg }} - + - - + + - - - - + + + - - + +
{{ "name" | i18n }} {{ "owner" | i18n }}
- +
+ - + {{ r.name }}{{ c.name }} - {{ r.name }} + {{ c.name }} - + {{ "shared" | i18n }} - + {{ "attachments" | i18n }}
- {{ r.subTitle }} + {{ c.subTitle }}
- - {{ passwordStrengthMap.get(r.id)[0] | i18n }} + + {{ passwordStrengthMap.get(c.id)[0] | i18n }}