From 3d314d4e67b16771c5cb5df6da335d8e590a01f0 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Tue, 12 Aug 2025 11:55:32 -0400 Subject: [PATCH 1/7] Consume button text as v-html rather than sanitized text --- src/ux-components/button-main/button-main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/button-main/button-main.vue b/src/ux-components/button-main/button-main.vue index 982e7bb1b..a7ff6836a 100644 --- a/src/ux-components/button-main/button-main.vue +++ b/src/ux-components/button-main/button-main.vue @@ -8,7 +8,7 @@ isLoaderDisplayed && !suppressLoader ? 'has-loader' : '', ]" @click="clicked"> - {{ this.buttonText }} + Date: Tue, 12 Aug 2025 13:37:05 -0400 Subject: [PATCH 2/7] Also make change for sub-header for payment-method --- src/fmg-components/funnel-sub-header/funnel-sub-header.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/fmg-components/funnel-sub-header/funnel-sub-header.vue b/src/fmg-components/funnel-sub-header/funnel-sub-header.vue index f42a90972..b6bd5c705 100644 --- a/src/fmg-components/funnel-sub-header/funnel-sub-header.vue +++ b/src/fmg-components/funnel-sub-header/funnel-sub-header.vue @@ -17,9 +17,7 @@ v-if="subText" class="d-flex align-items-center justify-content-center container-fluid overflow-hidden mt-1">

- - {{ subText }} - +

From 4cf50296f591d391ce3f348f8383b6f6259cb4de Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 12 Aug 2025 14:55:20 -0400 Subject: [PATCH 3/7] CASH-1397 fix spacing on damage and estimate pages. --- src/layouts/estimate/estimate.vue | 4 ++-- src/layouts/vehicle-damage/vehicle-damage.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index fe32d7b98..c420d75c8 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -9,9 +9,9 @@
- +
-
+
-
+
Date: Tue, 12 Aug 2025 15:01:40 -0400 Subject: [PATCH 4/7] CASH-1397 format code. --- src/layouts/estimate/estimate.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index c420d75c8..6ee944f01 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -11,7 +11,9 @@
-
+
Date: Tue, 12 Aug 2025 15:10:59 -0400 Subject: [PATCH 5/7] CASH-1397 remove "this." --- src/layouts/estimate/estimate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 6ee944f01..119b293e5 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -13,7 +13,7 @@
+ v-html="VinLookupQuestionText">
Date: Tue, 12 Aug 2025 15:14:43 -0400 Subject: [PATCH 6/7] CASH-1397 format code. --- src/layouts/estimate/estimate.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 119b293e5..d891414ec 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -11,9 +11,7 @@
-
+
Date: Wed, 13 Aug 2025 09:08:14 -0400 Subject: [PATCH 7/7] CASH-1397 add copy to header. --- src/layouts/estimate/estimate.vue | 32 +++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index d891414ec..b779eea20 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -11,7 +11,14 @@
-
+

+ +

+ +

+ -