From 9157837586cb356ada435603bc86833aba13cf79 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 28 Apr 2024 18:36:06 -0600 Subject: [PATCH] show something to indicate claims were sent (mostly in BVC screens) --- src/constants/app.ts | 2 +- src/views/AccountViewView.vue | 6 +++++- src/views/ContactsView.vue | 15 +++------------ src/views/QuickActionBvcBeginView.vue | 2 ++ src/views/QuickActionBvcEndView.vue | 12 +++++++----- 5 files changed, 18 insertions(+), 19 deletions(-) diff --git a/src/constants/app.ts b/src/constants/app.ts index b27b0b8..4f51f6b 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -38,7 +38,7 @@ export interface NotificationIface { group: string; // "alert" | "modal" type: string; // "toast" | "info" | "success" | "warning" | "danger" title: string; - text: string; + text?: string; onCancel?: (stopAsking: boolean) => Promise; onNo?: (stopAsking: boolean) => Promise; onYes?: () => Promise; diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 0c84f6e..e3b1b17 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -544,7 +544,11 @@
- +
diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index c63d3dd..d9f13e9 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -301,7 +301,7 @@