From ad47e04c75bc9fc2a16bd3be496c110e2c8440c7 Mon Sep 17 00:00:00 2001 From: kugel3 Date: Tue, 12 Mar 2024 19:31:00 +0100 Subject: [PATCH] wip --- .../AccountHistory/TransactionHistory+View.swift | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/RadixWallet/Features/AccountHistory/TransactionHistory+View.swift b/RadixWallet/Features/AccountHistory/TransactionHistory+View.swift index 56b3b2b145..e33aa43c8e 100644 --- a/RadixWallet/Features/AccountHistory/TransactionHistory+View.swift +++ b/RadixWallet/Features/AccountHistory/TransactionHistory+View.swift @@ -52,10 +52,15 @@ extension TransactionHistory { } } - Divider() - .onAppear { - store.send(.view(.reachedEnd)) - } +// Rectangle() +// .fill(.pink) +// .onAppear { +// store.send(.view(.reachedEnd)) +// } + +// if viewStore.loading.isLoading { +// ProgressView() +// } } .padding(.bottom, .medium3) }