[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 47/204: RotatingTaler for demo money
From: |
gnunet |
Subject: |
[taler-taler-ios] 47/204: RotatingTaler for demo money |
Date: |
Thu, 05 Dec 2024 23:50:15 +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 d370e2c4ec12832e7033a55948f5359eb30c7621
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Oct 12 16:30:48 2024 +0200
RotatingTaler for demo money
---
TalerWallet1/Views/Main/WalletEmptyView.swift | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/TalerWallet1/Views/Main/WalletEmptyView.swift
b/TalerWallet1/Views/Main/WalletEmptyView.swift
index 5cd02f2..6b153b6 100644
--- a/TalerWallet1/Views/Main/WalletEmptyView.swift
+++ b/TalerWallet1/Views/Main/WalletEmptyView.swift
@@ -59,10 +59,16 @@ struct WalletEmptyView: View {
.listStyle(myListStyle.style).anyView
.talerFont(.title2)
.background(WalletColors().backgroundColor.edgesIgnoringSafeArea(.all))
+ .overlay(loadingOverlay)
.onAppear() {
DebugViewC.shared.setViewID(VIEW_EMPTY_WALLET, stack:
stack.push("onAppear")) // 10
}
}
+ @ViewBuilder private var loadingOverlay: some View {
+ if withDrawDisabled {
+ RotatingTaler(size: 150, progress: true, rotationEnabled:
$withDrawDisabled)
+ }
+ }
}
struct WalletEmptyView_Previews: PreviewProvider {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 37/204: debugging, (continued)
- [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
- [taler-taler-ios] 45/204: pull-to-refresh haptics, gnunet, 2024/12/05
- [taler-taler-ios] 47/204: RotatingTaler for demo money,
gnunet <=
- [taler-taler-ios] 49/204: wording, gnunet, 2024/12/05
- [taler-taler-ios] 56/204: innerHeight, gnunet, 2024/12/05
- [taler-taler-ios] 60/204: Bump version to 0.13.4 (0.13.6), gnunet, 2024/12/05
- [taler-taler-ios] 55/204: cleanup, docu, gnunet, 2024/12/05
- [taler-taler-ios] 59/204: Layout, wording, gnunet, 2024/12/05
- [taler-taler-ios] 61/204: arrrow names & icons, gnunet, 2024/12/05
- [taler-taler-ios] 34/204: hideSpendingHint, gnunet, 2024/12/05
- [taler-taler-ios] 65/204: ScopeDropDown, gnunet, 2024/12/05
- [taler-taler-ios] 66/204: cleanup, remove warning, gnunet, 2024/12/05
- [taler-taler-ios] 28/204: dropBar, padding, gnunet, 2024/12/05