From 9154e4264d2e7202d71f10b53eafd60efd4d47ae Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Thu, 29 Aug 2019 01:15:00 -0700 Subject: [PATCH] Address issues in #606 (#988) * Increase POS cart button and input size elements as per #606 * Increase confirmation modal input and button size as per #606 * Add loading indicator to cart confirmation pay button as per #606 * Ensure POS app tip amount input shows decimal amount with correct divisibility * Center POS app cart quantity input field address task in #606 * Ensure search bar and content are horizontally aligned address task in #606 --- .../Views/AppsPublic/ViewPointOfSale.cshtml | 28 ++++++++++++------- BTCPayServer/wwwroot/cart/js/cart.jquery.js | 21 +++++++++++++- 2 files changed, 38 insertions(+), 11 deletions(-) diff --git a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml index 4394c0894..55867c416 100644 --- a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml @@ -63,7 +63,7 @@ -
+
@@ -145,9 +145,9 @@
- +
- +
@@ -157,7 +157,7 @@ { var percentage = CustomTipPercentages[i]; } } @@ -229,7 +229,15 @@