From 2a6733feeb8508c266e0b1246263f15d825f3d56 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 14 Aug 2025 08:06:05 -0400 Subject: [PATCH] BRM update progress bar percentages. --- src/constants/progress-bar-mapper.js | 8 ++++---- vue.config.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/constants/progress-bar-mapper.js b/src/constants/progress-bar-mapper.js index 873549bdf..5776731da 100644 --- a/src/constants/progress-bar-mapper.js +++ b/src/constants/progress-bar-mapper.js @@ -1,11 +1,11 @@ export const pageProgressMapper = { //Combine progress bar slide percent and button steps vehicle: { - percent: 10, + percent: 8, step: 1, }, "vehicle-damage": { - percent: 14, + percent: 11, step: 1, }, estimate: { @@ -49,7 +49,7 @@ export const pageProgressMapper = { step: 1, }, quote: { - percent: 39, //The first Step 2 must be 39 so the animated bar lines up with the dot + percent: 62, //The first Step 2 must be 39 so the animated bar lines up with the dot step: 2, }, "insurance-company": { @@ -61,7 +61,7 @@ export const pageProgressMapper = { step: 2, }, schedule: { - percent: 70.5, //The first Step 3 must be 70.5 so the animated bar lines up with the dot + percent: 76, //The first Step 3 must be 70.5 so the animated bar lines up with the dot step: 3, }, "mobile-details": { diff --git a/vue.config.js b/vue.config.js index d8cb42355..f3112f2d1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,4 @@ -process.env.VUE_APP_CONSUMER_CF_DISTRO = "https://digitalapi.dev.safelite.io"; +process.env.VUE_APP_CONSUMER_CF_DISTRO = "https://digitalapi.qa.safelite.io"; //process.env.VUE_APP_HERITAGE_FUNNEL = "http://localhost:38000/default.aspx"; process.env.VUE_APP_HERITAGE_FUNNEL = "https://fixmyglassdev.safelite.com/default.aspx"; process.env.VUE_APP_GOOGLE_PLACES_API_KEY = "AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo";