[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 46/204: no subject
From: |
gnunet |
Subject: |
[taler-taler-ios] 46/204: no subject |
Date: |
Thu, 05 Dec 2024 23:50:14 +0100 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit 12276ac45861f96663143b3adfba6023a03c601d
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Oct 12 16:21:12 2024 +0200
no subject
---
TalerWallet1/Views/HelperViews/AmountInputV.swift | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/TalerWallet1/Views/HelperViews/AmountInputV.swift
b/TalerWallet1/Views/HelperViews/AmountInputV.swift
index 2a12169..033790d 100644
--- a/TalerWallet1/Views/HelperViews/AmountInputV.swift
+++ b/TalerWallet1/Views/HelperViews/AmountInputV.swift
@@ -89,12 +89,12 @@ struct AmountInputV: View {
let available = amountAvailable.isZero ? nil
:
amountAvailable.formatted(currencyInfo, isNegative: false)
VStack(alignment: .trailing) {
- if summary.count > 0 {
- Text(summary)
- .talerFont(.body)
- .foregroundColor(WalletColors().secondary(colorScheme,
colorSchemeContrast))
- .padding(4)
- }
+// if summary.count > 0 {
+// Text(summary)
+// .talerFont(.body)
+// .foregroundColor(WalletColors().secondary(colorScheme,
colorSchemeContrast))
+// .padding(4)
+// }
CurrencyInputView(currencyInfo: $currencyInfo,
amount: $amountToTransfer,
available: amountAvailable,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 28/204: dropBar, padding, (continued)
- [taler-taler-ios] 28/204: dropBar, padding, gnunet, 2024/12/05
- [taler-taler-ios] 27/204: dismiss, gnunet, 2024/12/05
- [taler-taler-ios] 25/204: layout - smaller font, gnunet, 2024/12/05
- [taler-taler-ios] 36/204: QRButton in Actions, gnunet, 2024/12/05
- [taler-taler-ios] 29/204: getMaxPeerPushDebitAmountM for available, gnunet, 2024/12/05
- [taler-taler-ios] 39/204: A11y for amounts, gnunet, 2024/12/05
- [taler-taler-ios] 41/204: ScopePicker, gnunet, 2024/12/05
- [taler-taler-ios] 35/204: layout itself, gnunet, 2024/12/05
- [taler-taler-ios] 38/204: hint instead of warning, gnunet, 2024/12/05
- [taler-taler-ios] 42/204: no GradientBorder, gnunet, 2024/12/05
- [taler-taler-ios] 46/204: no subject,
gnunet <=
- [taler-taler-ios] 48/204: DragGesture, gnunet, 2024/12/05
- [taler-taler-ios] 54/204: tabBar+QR, gnunet, 2024/12/05
- [taler-taler-ios] 52/204: QRButton gets camera API, gnunet, 2024/12/05
- [taler-taler-ios] 57/204: innerSize, gnunet, 2024/12/05
- [taler-taler-ios] 58/204: ScopePicker, gnunet, 2024/12/05
- [taler-taler-ios] 62/204: a11y, gnunet, 2024/12/05
- [taler-taler-ios] 63/204: amount too small is no error, gnunet, 2024/12/05
- [taler-taler-ios] 64/204: shortcuts, prep for amountLastUsed, gnunet, 2024/12/05
- [taler-taler-ios] 67/204: Simplify, gnunet, 2024/12/05
- [taler-taler-ios] 68/204: cleanup, gnunet, 2024/12/05