[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 14/32: VIEW_OVERVIEW
From: |
gnunet |
Subject: |
[taler-taler-ios] 14/32: VIEW_OVERVIEW |
Date: |
Sun, 14 Jul 2024 00:19:23 +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 4c00b40f9f2dfff795b3c130e9903105d7159e25
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Jul 12 23:24:32 2024 +0200
VIEW_OVERVIEW
---
TalerWallet1/Controllers/DebugViewC.swift | 7 ++++---
TalerWallet1/Views/Overview/OverviewListV.swift | 9 +++++++--
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/TalerWallet1/Controllers/DebugViewC.swift
b/TalerWallet1/Controllers/DebugViewC.swift
index 45c884c..3dabde8 100644
--- a/TalerWallet1/Controllers/DebugViewC.swift
+++ b/TalerWallet1/Controllers/DebugViewC.swift
@@ -27,10 +27,11 @@ import os.log
// MARK: - Main View
public let VIEW_EMPTY_WALLET = 10 // 10
WalletEmptyView
public let VIEW_BALANCES = VIEW_EMPTY_WALLET + 1 // 11
BalancesListView
-public let VIEW_BANKING = VIEW_BALANCES + 1 // 12
ExchangeListView
-public let VIEW_SETTINGS = VIEW_BANKING + 1 // 13
SettingsView
+public let VIEW_OVERVIEW = VIEW_BALANCES + 1 // 12
ListView
+public let VIEW_SETTINGS = VIEW_OVERVIEW + 1 // 13
SettingsView
public let VIEW_ABOUT = VIEW_SETTINGS + 1 // 14
AboutView
-//public let VIEW_PENDING = VIEW_ABOUT + 1 // 15
PendingOpsListView
+public let VIEW_BANKING = VIEW_ABOUT + 1 // 15
ExchangeListView
+//public let VIEW_PENDING = VIEW_BANKING + 1 // 16
PendingOpsListView
// MARK: Transactions
public let VIEW_EMPTY_HISTORY = VIEW_EMPTY_WALLET + 10 // 20
TransactionsEmptyView
diff --git a/TalerWallet1/Views/Overview/OverviewListV.swift
b/TalerWallet1/Views/Overview/OverviewListV.swift
index 11c07bb..dba2c80 100644
--- a/TalerWallet1/Views/Overview/OverviewListV.swift
+++ b/TalerWallet1/Views/Overview/OverviewListV.swift
@@ -1,7 +1,12 @@
/*
- * This file is part of GNU Taler, ©2022-23 Taler Systems S.A.
+ * This file is part of GNU Taler, ©2022-24 Taler Systems S.A.
* See LICENSE.md
*/
+/**
+ * Overview when there's more than 1 currency/exchange
+ *
+ * @author Marc Stibane
+ */
import SwiftUI
import taler_swift
import SymLog
@@ -58,7 +63,7 @@ struct OverviewListV: View {
shouldReloadBalances: $shouldReloadBalances)
}
.onAppear() {
- DebugViewC.shared.setViewID(VIEW_BALANCES, stack:
stack.push("onAppear"))
+ DebugViewC.shared.setViewID(VIEW_OVERVIEW, stack:
stack.push("onAppear"))
}
.listStyle(myListStyle.style).anyView
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 09/32: remove QR from Overview, (continued)
- [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
- [taler-taler-ios] 13/32: comment out payto scheme, gnunet, 2024/07/13
- [taler-taler-ios] 10/32: QR button smaller, gnunet, 2024/07/13
- [taler-taler-ios] 12/32: disable hintNetworkAvailability, logging, gnunet, 2024/07/13
- [taler-taler-ios] 24/32: cleanup, gnunet, 2024/07/13
- [taler-taler-ios] 32/32: Spend button with icon, gnunet, 2024/07/13
- [taler-taler-ios] 16/32: hints for P2P expiration, gnunet, 2024/07/13
- [taler-taler-ios] 23/32: IconBadge, gnunet, 2024/07/13
- [taler-taler-ios] 11/32: L10N, gnunet, 2024/07/13
- [taler-taler-ios] 14/32: VIEW_OVERVIEW,
gnunet <=
- [taler-taler-ios] 29/32: Bugfix: List mustn't be in ScrollView, gnunet, 2024/07/13
- [taler-taler-ios] 19/32: View+Condition, gnunet, 2024/07/13
- [taler-taler-ios] 22/32: iconName, gnunet, 2024/07/13
- [taler-taler-ios] 21/32: ArrowShapes, gnunet, 2024/07/13