[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 15/32: minimalistic: no currency name
From: |
gnunet |
Subject: |
[taler-taler-ios] 15/32: minimalistic: no currency name |
Date: |
Sun, 14 Jul 2024 00:19:24 +0200 |
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 61e680e4fc8de0195b82c68206fe8646037959da
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Jul 12 23:27:58 2024 +0200
minimalistic: no currency name
---
TalerWallet1/Views/HelperViews/BarGraph.swift | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/TalerWallet1/Views/HelperViews/BarGraph.swift
b/TalerWallet1/Views/HelperViews/BarGraph.swift
index ecbd46d..543217b 100644
--- a/TalerWallet1/Views/HelperViews/BarGraph.swift
+++ b/TalerWallet1/Views/HelperViews/BarGraph.swift
@@ -25,9 +25,11 @@ struct BarGraphHeader: View {
var body: some View {
HStack (alignment: .center, spacing: 10) {
- Text(currencyName)
- .talerFont(.title2)
- .foregroundColor(WalletColors().secondary(colorScheme,
colorSchemeContrast))
+ if !minimalistic {
+ Text(currencyName)
+ .talerFont(.title2)
+ .foregroundColor(WalletColors().secondary(colorScheme,
colorSchemeContrast))
+ }
if let scopeInfo {
BarGraph(transactions: $completedTransactions,
maxBars: MAXBARS, barHeight: barHeight)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] branch master updated (0877055 -> 49c8f03), gnunet, 2024/07/13
- [taler-taler-ios] 06/32: Confirm->Authorize, gnunet, 2024/07/13
- [taler-taler-ios] 01/32: nbs, gnunet, 2024/07/13
- [taler-taler-ios] 04/32: useISO, gnunet, 2024/07/13
- [taler-taler-ios] 02/32: fix string replace, gnunet, 2024/07/13
- [taler-taler-ios] 07/32: wireFee, gnunet, 2024/07/13
- [taler-taler-ios] 08/32: new withdrawal procedure (amountIsEditable), gnunet, 2024/07/13
- [taler-taler-ios] 03/32: iso instead of symbol, fix formatting of currency strings, gnunet, 2024/07/13
- [taler-taler-ios] 05/32: move QR scanner into MainView, gnunet, 2024/07/13
- [taler-taler-ios] 15/32: minimalistic: no currency name,
gnunet <=
- [taler-taler-ios] 18/32: cleanup, gnunet, 2024/07/13
- [taler-taler-ios] 28/32: Icons in transactions, gnunet, 2024/07/13
- [taler-taler-ios] 30/32: IconBadge improvements, gnunet, 2024/07/13
- [taler-taler-ios] 31/32: Fix layout of tx list, gnunet, 2024/07/13
- [taler-taler-ios] 20/32: qrCodesForPayto WIP, gnunet, 2024/07/13
- [taler-taler-ios] 26/32: TwoRowButtons with icons, gnunet, 2024/07/13
- [taler-taler-ios] 25/32: Error+debugDescription, gnunet, 2024/07/13
- [taler-taler-ios] 27/32: Authorize instead of confirm, gnunet, 2024/07/13
- [taler-taler-ios] 09/32: remove QR from Overview, gnunet, 2024/07/13
- [taler-taler-ios] 17/32: showUpDown if 25 entries, gnunet, 2024/07/13