diff --git a/website/client/src/components/payments/sendGiftModal.vue b/website/client/src/components/payments/sendGiftModal.vue index f266fd3273..04e28c254a 100644 --- a/website/client/src/components/payments/sendGiftModal.vue +++ b/website/client/src/components/payments/sendGiftModal.vue @@ -126,7 +126,7 @@
- {{ $t('sendGiftTotal') }} + {{ $t('sendTotal') }}
diff --git a/website/client/src/components/shared/itemCost.vue b/website/client/src/components/shared/itemCost.vue new file mode 100644 index 0000000000..c85c19ee82 --- /dev/null +++ b/website/client/src/components/shared/itemCost.vue @@ -0,0 +1,93 @@ + + + + + + diff --git a/website/client/src/components/shared/numberIncrement.vue b/website/client/src/components/shared/numberIncrement.vue new file mode 100644 index 0000000000..34b9b966df --- /dev/null +++ b/website/client/src/components/shared/numberIncrement.vue @@ -0,0 +1,137 @@ + + + + + diff --git a/website/client/src/components/shared/purchaseTotal.vue b/website/client/src/components/shared/purchaseTotal.vue new file mode 100644 index 0000000000..e69de29bb2 diff --git a/website/client/src/components/shops/balanceInfo.vue b/website/client/src/components/shops/balanceInfo.vue index c03eef4d93..f180d7292b 100644 --- a/website/client/src/components/shops/balanceInfo.vue +++ b/website/client/src/components/shops/balanceInfo.vue @@ -22,10 +22,11 @@ @import '~@/assets/scss/colors.scss'; span { - font-weight: normal; - font-size: 12px; + font-size: 0.75rem; line-height: 1.33; - color: $gray-200; + color: $gray-100; + margin-bottom: 16px; + margin-top: -4px; display: inline-block; } diff --git a/website/client/src/components/shops/buyModal.vue b/website/client/src/components/shops/buyModal.vue index 66c90b182a..7120dbabdd 100644 --- a/website/client/src/components/shops/buyModal.vue +++ b/website/client/src/components/shops/buyModal.vue @@ -17,7 +17,7 @@
+ +
+ + {{ $t('owned') }}: {{ totalOwned }} +

{{ itemText }}

-
+
+ {{ itemNotes }} +
-
- {{ $t('howManyToBuy') }} -
-
-
- -
- + +
+ + > + {{ item.value }}
+
- - {{ item.value }} + {{ $t('howManyToBuy') }} +
+
+ +
+ {{ $t('sendTotal') }} + + {{ item.value * selectedAmountToBuy }} +
- {{ gemsLeft }} {{ $t('gemsRemaining') }} - {{ $t('maxBuyGems') }} -
-
{{ $t('notEnoughGemsToBuy') }}