diff --git a/src/components/promos/PromoLinks.vue b/src/components/promos/PromoLinks.vue index 46a62142..947afd88 100644 --- a/src/components/promos/PromoLinks.vue +++ b/src/components/promos/PromoLinks.vue @@ -9,7 +9,17 @@ New Promo Link - close + close

@@ -117,21 +127,32 @@

Available Rewards
- Goal - Reward + Goal + Reward
- {{reward.metadata.labels.en[marketKey].goal}} - {{reward.metadata.labels.en[marketKey].reward}} + class="available-reward-table d-flex justify-start col-12" + > + {{ + reward.metadata.labels.en[marketKey].goal + }} + {{ + reward.metadata.labels.en[marketKey].reward + }}
- Please Select a Promo Length to view rewards + Please Select a Promo Length to view rewards
@@ -153,12 +174,10 @@ - Delete {{activePL.name}} + Delete {{ activePL.name }} -

- Are you sure you want to delete this promo link? -

+

Are you sure you want to delete this promo link?

@@ -181,11 +200,19 @@

- Congratulations on reaching {{ activePL.claimableRewards[0].progression.earned }} PSV! + Congratulations on reaching + {{ activePL.claimableRewards[0].progression.earned }} PSV!

- You are about to claim the {{ activePL.claimableRewards[0].reward.metadata.labels.en[marketKey].reward }} for {{ activePL.host.label }}. - They will receive an email with a coupon code that they can redeem at the Everra Store to get their reward. + You are about to claim the + {{ + activePL.claimableRewards[0].reward.metadata.labels.en[ + marketKey + ].reward + }} + for {{ activePL.host.label }}. They will receive an email with a + coupon code that they can redeem at the Everra Store to get their + reward.

@@ -216,10 +243,26 @@ note_add
New Promo Link - + @@ -231,36 +274,67 @@ {{ pl.name }} - calendar_today - {{ formatDate(pl.startTime) }} - {{ formatDate(pl.endTime) }} + calendar_today + {{ formatDate(pl.startTime) }} - + {{ formatDate(pl.endTime) }} - face - {{ pl.host.label }} ({{pl.host.email}}) + face + {{ pl.host.label }} ({{ pl.host.email }}) -

{{ progressToDisplay(pl).progression.earned }} PSV Earned

+

+ {{ progressToDisplay(pl).progression.earned }} PSV Earned +

-

- Earned: {{ rewardToDisplay(pl.rewards).reward.metadata.labels.en[marketKey].reward }} +

+ Earned: + {{ + rewardToDisplay(pl.rewards).reward.metadata.labels.en[ + marketKey + ].reward + }}

-

- Next: {{`${nextReward(pl).reward.metadata.labels.en[marketKey].reward} (${nextReward(pl).reward.metadata.labels.en[marketKey].goal})` }} +

+ Next: + {{ + `${ + nextReward(pl).reward.metadata.labels.en[marketKey] + .reward + } (${ + nextReward(pl).reward.metadata.labels.en[marketKey] + .goal + })` + }}

- - Progress Data Unavailable - + Progress Data Unavailable

{{ pl.email }}

- + - {{ progressText(pl, progressToDisplay(pl)) }} + class="card-progress-bar" + > + {{ progressText(pl, progressToDisplay(pl)) }} - + - Resend Link - Resend Reward - + Resend Link + Resend Reward + Visit Link - Delete + Delete
@@ -337,16 +431,19 @@ {{ snackbarText }} - Close + Close - Resend {{dialogContext.reason}} + Resend {{ dialogContext.reason }}

- Please confirm that you'd like to send {{dialogContext.email}} a new {{dialogContext.reason}}. + Please confirm that you'd like to send {{ dialogContext.email }} a + new {{ dialogContext.reason }}.

@@ -374,7 +471,11 @@ @@ -718,6 +823,9 @@ export default { p { margin: 0; } +#visit-link-btn { + text-decoration: none; +} /* .thisone { text-align: center; @@ -744,19 +852,9 @@ p { } /* START fine tuning spacing aka: vuetify override */ - -.promo-link-modal .v-card__text { - padding: 0 10px; -} -.promo-link-modal .v-card__title { - padding: 10px 10px 0; -} -.promo-link-modal .v-card__actions { - padding: 5px 10px 10px; -} .promo-form-input.col.col-12 { padding-top: 0; - padding-bottom: 0; + padding-bottom: 0px; } .date-picker-input .col, .col-12 { @@ -794,24 +892,7 @@ p { font-weight: 600; } -.claim-reward-btn { - /* padding: 5px 110px; */ - padding: 6px 0; - height: 35px; - width: 318px; - cursor: pointer; - /* border: solid 1px rgba(255, 255, 255, 0); */ - background-color: rgba(255, 255, 255, 0.5); - border: rgba(0, 0, 0, 0.8) 1px solid; - border-radius: 4px; -} -.claim-reward-btn:hover { - /* background-color: rgba(255, 153, 0, 0.7); */ - background-color: rgba(255, 255, 255, 0.8); - border: rgba(0, 0, 0, 0.8) 1px solid; - border-radius: 4px; -} -.hidden{ +.hidden { visibility: hidden; } diff --git a/src/views/Sales.vue b/src/views/Sales.vue index b3fd52cd..f87346f7 100644 --- a/src/views/Sales.vue +++ b/src/views/Sales.vue @@ -1,13 +1,17 @@