[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 22/204: Sheet drop bar
From: |
gnunet |
Subject: |
[taler-taler-ios] 22/204: Sheet drop bar |
Date: |
Thu, 05 Dec 2024 23:49:50 +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 7289ab69641337fea1004ac3a77d51f853f70386
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Sep 17 14:36:07 2024 +0200
Sheet drop bar
---
TalerWallet1/Views/Actions/ActionsSheet.swift | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/TalerWallet1/Views/Actions/ActionsSheet.swift
b/TalerWallet1/Views/Actions/ActionsSheet.swift
index dea2e5f..848dd27 100644
--- a/TalerWallet1/Views/Actions/ActionsSheet.swift
+++ b/TalerWallet1/Views/Actions/ActionsSheet.swift
@@ -35,6 +35,21 @@ struct ActionsSheet: View {
var body: some View {
VStack {
+ HStack(spacing: 0) {
+ let width = UIScreen.screenWidth / 3
+ let height = 4.0
+ Rectangle()
+ .opacity(0.001)
+ .frame(width: width, height: height)
+ RoundedRectangle(cornerRadius: 2)
+ .foregroundColor(.primary)
+ .frame(width: width, height: height)
+ Rectangle()
+ .opacity(0.001)
+ .frame(width: width, height: height)
+ } // drop bar
+ .listRowSeparator(.hidden)
+
if hasKudos {
if !minimalistic && showSpendingHint {
Text("You can spend your \(DEMOCURRENCY) in the Demo shop,
or send them to another wallet.")
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 08/204: cleanup, (continued)
- [taler-taler-ios] 08/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 06/204: fix fixedInnerHeight, gnunet, 2024/12/05
- [taler-taler-ios] 05/204: HelperViews, gnunet, 2024/12/05
- [taler-taler-ios] 07/204: amountAvailable @Binding, gnunet, 2024/12/05
- [taler-taler-ios] 09/204: nonZeroBalances, gnunet, 2024/12/05
- [taler-taler-ios] 11/204: debug, gnunet, 2024/12/05
- [taler-taler-ios] 10/204: SendAmount with Picker, gnunet, 2024/12/05
- [taler-taler-ios] 16/204: GetMaxDepositAmount, gnunet, 2024/12/05
- [taler-taler-ios] 12/204: cleanup project, gnunet, 2024/12/05
- [taler-taler-ios] 14/204: PaymentInsufficientBalanceDetails, gnunet, 2024/12/05
- [taler-taler-ios] 22/204: Sheet drop bar,
gnunet <=
- [taler-taler-ios] 13/204: balances & selectedBalance, move action navigation to MainView, gnunet, 2024/12/05
- [taler-taler-ios] 24/204: @State ScopeInfo.zero, gnunet, 2024/12/05
- [taler-taler-ios] 15/204: GetMaxPeerPushDebitAmount, gnunet, 2024/12/05
- [taler-taler-ios] 17/204: "Transactions" -> currency, gnunet, 2024/12/05
- [taler-taler-ios] 23/204: KeyboardShowingEnvironment, gnunet, 2024/12/05
- [taler-taler-ios] 20/204: Balances uses ScopePicker, Transactions uses static text, gnunet, 2024/12/05
- [taler-taler-ios] 19/204: cleanup, debug, gnunet, 2024/12/05
- [taler-taler-ios] 21/204: SendAmountV, gnunet, 2024/12/05
- [taler-taler-ios] 31/204: a11y, gnunet, 2024/12/05
- [taler-taler-ios] 33/204: BarGraph 15, trust GetTransactionsV2, gnunet, 2024/12/05