gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 14/16: Empty Exchanges


From: gnunet
Subject: [taler-taler-ios] 14/16: Empty Exchanges
Date: Thu, 29 Feb 2024 17:19:21 +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 c4dfcb22283d37f2826adc53997f4966fd898c96
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Feb 29 14:45:22 2024 +0100

    Empty Exchanges
---
 TalerWallet1/Views/Banking/ExchangeListView.swift | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Banking/ExchangeListView.swift 
b/TalerWallet1/Views/Banking/ExchangeListView.swift
index 8715568..44e8191 100644
--- a/TalerWallet1/Views/Banking/ExchangeListView.swift
+++ b/TalerWallet1/Views/Banking/ExchangeListView.swift
@@ -116,8 +116,19 @@ extension ExchangeListCommonV: View {
         }
         .overlay {
             if exchanges.isEmpty {
-                Text("No Payment Services yet...")
-                    .talerFont(.body)
+                List {
+                    Section {
+                        Text("There are no Payment Services yet.")
+                            .talerFont(.title3)
+                    }
+                    Section {
+                        Text("Use the Add button to add a service.")
+                            .talerFont(.body)
+                            .listRowSeparator(.hidden)
+                        Text("You can also scan a withdrawal QR code from your 
bank on the Balances tab to automatically add a payment service.")
+                            .talerFont(.body)
+                    }
+                }
             }
         }
         .onNotification(.ExchangeAdded) { notification in

-- 
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]