taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 02ec81233b4504628547c09b2dd022b84956de57
parent 4ac02cf133c42b08e26cce66068d6b6fab0756eb
Author: Marc Stibane <marc@taler.net>
Date:   Sat, 12 Oct 2024 22:43:13 +0200

cleanup, docu

Diffstat:
MTalerWallet1/Controllers/PublicConstants.swift | 14+++++++-------
MTalerWallet1/Views/Actions/Peer2peer/RequestPayment.swift | 2+-
MTalerWallet1/Views/Actions/Peer2peer/SendAmountV.swift | 2+-
3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/TalerWallet1/Controllers/PublicConstants.swift b/TalerWallet1/Controllers/PublicConstants.swift @@ -26,13 +26,13 @@ public let BALANCES = "chart.bar.xaxis" // 􀣉 public let SETTINGS = "gear" // 􀍟 1.0 (iOS 13) public let QRBUTTON = "qrcode.viewfinder" // 􀎻 1.0 (iOS 13) -public let CONFIRM_BANK = "circle.fill" // badge in PendingRow, TransactionRow and TransactionSummary -public let NEEDS_KYC = "star.fill" // badge in PendingRow, TransactionRow and TransactionSummary -//public let PENDING_INCOMING = "plus.diamond" // 􀡿 􀢀 -public let PENDING_INCOMING = "plus" // 􀅼 􀢀 -public let PENDING_OUTGOING = "minus.diamond" // 􀢁 􀢂 -public let DONE_INCOMING = "plus.circle.fill" // 􀁌 􀁍 -public let DONE_OUTGOING = "minus.circle" // 􀁎 􀁏 +public let CONFIRM_BANK = "circle.fill" // 􀀁 badge in PendingRow, TransactionRow and TransactionSummary +public let NEEDS_KYC = "star.fill" // 􀋃 badge in PendingRow, TransactionRow and TransactionSummary +//public let PENDING_INCOMING = "plus.diamond" // 􀡿 􀢀 2.0 (iOS 14) +public let PENDING_INCOMING = "plus" // 􀅼 1.0 (iOS 13) +public let PENDING_OUTGOING = "minus.diamond" // 􀢁 􀢂 2.0 (iOS 14) +public let DONE_INCOMING = "plus.circle.fill" // 􀁌 􀁍 1.0 (iOS 13) +public let DONE_OUTGOING = "minus.circle" // 􀁎 􀁏 1.0 (iOS 13) public let ICONNAME_FILL = ".fill" public let ICONNAME_DUMMY = "taler.circle" // 􀀀 􀀁 diff --git a/TalerWallet1/Views/Actions/Peer2peer/RequestPayment.swift b/TalerWallet1/Views/Actions/Peer2peer/RequestPayment.swift @@ -6,7 +6,7 @@ import SwiftUI import taler_swift import SymLog -// Called when tapping "Request Payment" in the balances list +// Called when tapping [􁉅Request] struct RequestPayment: View { private let symLog = SymLogV(0) let stack: CallStack diff --git a/TalerWallet1/Views/Actions/Peer2peer/SendAmountV.swift b/TalerWallet1/Views/Actions/Peer2peer/SendAmountV.swift @@ -9,7 +9,7 @@ import SwiftUI import taler_swift import SymLog -// Called when tapping "Send Coins" in the balances list +// Called when tapping [􁉇Send] struct SendAmountV: View { private let symLog = SymLogV(0) let stack: CallStack