gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 83/204: Comments


From: gnunet
Subject: [taler-taler-ios] 83/204: Comments
Date: Thu, 05 Dec 2024 23:50:51 +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 6c90b8f449201567e4574da453602f88a9e7f58a
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Oct 19 17:39:58 2024 +0200

    Comments
---
 TalerWallet1/Views/Actions/Banking/DepositIbanV.swift   | 2 +-
 TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift | 2 +-
 TalerWallet1/Views/Actions/DepositWithdrawV.swift       | 1 +
 TalerWallet1/Views/Actions/SendRequestV.swift           | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Actions/Banking/DepositIbanV.swift 
b/TalerWallet1/Views/Actions/Banking/DepositIbanV.swift
index a41358c..143e0bc 100644
--- a/TalerWallet1/Views/Actions/Banking/DepositIbanV.swift
+++ b/TalerWallet1/Views/Actions/Banking/DepositIbanV.swift
@@ -9,7 +9,7 @@ import SwiftUI
 import taler_swift
 import SymLog
 
-
+// Called when tapping [􁾩Deposit]
 struct DepositIbanV: View {
     private let symLog = SymLogV(0)
     let stack: CallStack
diff --git a/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift 
b/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift
index c706e8b..f593f82 100644
--- a/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift
+++ b/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift
@@ -9,7 +9,7 @@ import SwiftUI
 import taler_swift
 import SymLog
 
-// Will be called by either the user tapping "Withdraw Coins" in the exchanges 
list
+// Called when tapping [􁾭Withdraw]
 // or from WithdrawExchangeV after a withdraw-exchange QR was scanned
 struct ManualWithdraw: View {
     private let symLog = SymLogV(0)
diff --git a/TalerWallet1/Views/Actions/DepositWithdrawV.swift 
b/TalerWallet1/Views/Actions/DepositWithdrawV.swift
index 0b461d1..fed3ba4 100644
--- a/TalerWallet1/Views/Actions/DepositWithdrawV.swift
+++ b/TalerWallet1/Views/Actions/DepositWithdrawV.swift
@@ -7,6 +7,7 @@
  */
 import SwiftUI
 
+/// [􁾭Withdraw]  [􁾩Deposit]
 struct DepositWithdrawV: View {
     let stack: CallStack
     let sendDisabled: Bool   // can't send/deposit if wallet has no coins at 
all
diff --git a/TalerWallet1/Views/Actions/SendRequestV.swift 
b/TalerWallet1/Views/Actions/SendRequestV.swift
index b64ca70..42cfa59 100644
--- a/TalerWallet1/Views/Actions/SendRequestV.swift
+++ b/TalerWallet1/Views/Actions/SendRequestV.swift
@@ -7,6 +7,7 @@
  */
 import SwiftUI
 
+///    [􁉇Send]  [􁉅Request]
 struct SendRequestV: View {
     let stack: CallStack
     let sendDisabled: Bool   // can't send/deposit if wallet has no coins at 
all

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]