From 65c89e756c79a58907ee38f4a7f256612c016611 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Mon, 15 Jun 2026 10:56:16 +0100 Subject: [PATCH 1/4] fix: wrong z index --- templates/tpos/_cart.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/tpos/_cart.html b/templates/tpos/_cart.html index 91abd13..89ce223 100644 --- a/templates/tpos/_cart.html +++ b/templates/tpos/_cart.html @@ -206,7 +206,7 @@
Date: Mon, 15 Jun 2026 11:54:40 +0100 Subject: [PATCH 2/4] standardize nfc support display --- static/components/payment-dialog.js | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/static/components/payment-dialog.js b/static/components/payment-dialog.js index bd6f45c..7f470f2 100644 --- a/static/components/payment-dialog.js +++ b/static/components/payment-dialog.js @@ -104,15 +104,10 @@ window.app.component('tpos-payment-dialog', { v-text="tipSummary" >
- - - NFC supported + + + -
From 8b7ac57e558797c45057b8cc25fade10e06c24a5 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Mon, 15 Jun 2026 11:55:24 +0100 Subject: [PATCH 3/4] accomodatte the nfc width on landscape --- templates/tpos/dialogs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/tpos/dialogs.html b/templates/tpos/dialogs.html index fc52599..f295d1b 100644 --- a/templates/tpos/dialogs.html +++ b/templates/tpos/dialogs.html @@ -7,8 +7,8 @@ >
Date: Mon, 15 Jun 2026 14:03:03 +0100 Subject: [PATCH 4/4] prettier --- templates/tpos/dialogs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tpos/dialogs.html b/templates/tpos/dialogs.html index f295d1b..adaee79 100644 --- a/templates/tpos/dialogs.html +++ b/templates/tpos/dialogs.html @@ -8,7 +8,7 @@