From 7a42b4ebc6f494da0de4cd70d575ede4fddcc307 Mon Sep 17 00:00:00 2001 From: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:58:48 +0100 Subject: [PATCH] [PM-6967] Replace app-callouts with bit-callouts on desktop (#8415) * Enable usage of the bit-callout within desktop Adding this should be temporary, with the vision being: All components are standalone and they'd depend/import the CalloutModule themselves if they need it * Replace vaultTimeoutPolicy callout in settings * Replace OwnershipPolicy callout in add-edit cipher * Replace vaultExportDisabled policy callout in export * Replace generator policy callout in generator * Replace policy callouts in add/edit Sends --------- Co-authored-by: Daniel James Smith --- apps/desktop/src/app/accounts/settings.component.html | 4 ++-- apps/desktop/src/app/app.module.ts | 3 ++- apps/desktop/src/app/tools/export/export.component.html | 4 ++-- apps/desktop/src/app/tools/generator.component.html | 4 ++-- apps/desktop/src/app/tools/send/add-edit.component.html | 8 ++++---- apps/desktop/src/vault/app/vault/add-edit.component.html | 4 ++-- 6 files changed, 14 insertions(+), 13 deletions(-) diff --git a/apps/desktop/src/app/accounts/settings.component.html b/apps/desktop/src/app/accounts/settings.component.html index b35d3ed225..ae0409cdbc 100644 --- a/apps/desktop/src/app/accounts/settings.component.html +++ b/apps/desktop/src/app/accounts/settings.component.html @@ -30,7 +30,7 @@ - + {{ "vaultTimeoutPolicyWithActionInEffect" @@ -46,7 +46,7 @@ {{ "vaultTimeoutActionPolicyInEffect" | i18n: (policy.action | i18n) }} - +