BRM update progress bar percentages.
This commit is contained in:
parent
812f3ab1f6
commit
2a6733feeb
2 changed files with 5 additions and 5 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue