[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 33/204: BarGraph 15, trust GetTransactionsV2
From: |
gnunet |
Subject: |
[taler-taler-ios] 33/204: BarGraph 15, trust GetTransactionsV2 |
Date: |
Thu, 05 Dec 2024 23:50:01 +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 51dc63ac18880a10abf8d56291b8f0bee5b8c8ff
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Oct 8 07:10:13 2024 +0200
BarGraph 15, trust GetTransactionsV2
---
TalerWallet1/Views/HelperViews/BarGraph.swift | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/HelperViews/BarGraph.swift
b/TalerWallet1/Views/HelperViews/BarGraph.swift
index c87e3b1..57ec421 100644
--- a/TalerWallet1/Views/HelperViews/BarGraph.swift
+++ b/TalerWallet1/Views/HelperViews/BarGraph.swift
@@ -5,7 +5,7 @@
import SwiftUI
import SymLog
-let MAXBARS = 10
+let MAXBARS = 15
struct BarGraphHeader: View {
private let symLog = SymLogV(0)
@@ -44,7 +44,9 @@ struct BarGraphHeader: View {
scopeInfo: scopeInfo,
filterByState: .done,
limit: MAXBARS) {
- completedTransactions =
WalletModel.completedTransactions(response)
+// let completed =
WalletModel.completedTransactions(response)
+// completedTransactions = completed
+ completedTransactions = response
}
}
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 22/204: Sheet drop bar, (continued)
- [taler-taler-ios] 22/204: Sheet drop bar, gnunet, 2024/12/05
- [taler-taler-ios] 13/204: balances & selectedBalance, move action navigation to MainView, gnunet, 2024/12/05
- [taler-taler-ios] 24/204: @State ScopeInfo.zero, gnunet, 2024/12/05
- [taler-taler-ios] 15/204: GetMaxPeerPushDebitAmount, gnunet, 2024/12/05
- [taler-taler-ios] 17/204: "Transactions" -> currency, gnunet, 2024/12/05
- [taler-taler-ios] 23/204: KeyboardShowingEnvironment, gnunet, 2024/12/05
- [taler-taler-ios] 20/204: Balances uses ScopePicker, Transactions uses static text, gnunet, 2024/12/05
- [taler-taler-ios] 19/204: cleanup, debug, gnunet, 2024/12/05
- [taler-taler-ios] 21/204: SendAmountV, gnunet, 2024/12/05
- [taler-taler-ios] 31/204: a11y, gnunet, 2024/12/05
- [taler-taler-ios] 33/204: BarGraph 15, trust GetTransactionsV2,
gnunet <=
- [taler-taler-ios] 32/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 37/204: debugging, gnunet, 2024/12/05
- [taler-taler-ios] 44/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 50/204: amountLastUsed, gnunet, 2024/12/05
- [taler-taler-ios] 18/204: Unsuccessfull trial to fix TX-Detailview jump onAppear, gnunet, 2024/12/05
- [taler-taler-ios] 26/204: hide TabBarView, gnunet, 2024/12/05
- [taler-taler-ios] 40/204: EMPTYSTRING, gnunet, 2024/12/05
- [taler-taler-ios] 30/204: QrButton in Actions, gnunet, 2024/12/05
- [taler-taler-ios] 43/204: no Cancel for sheets, gnunet, 2024/12/05
- [taler-taler-ios] 51/204: scope, gnunet, 2024/12/05