From de5dbfd5991479fe56038c746cc2d5942d297e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20NIeto=20S=C3=A1nchez=20=28SuperJMN=29?= Date: Fri, 7 Jun 2024 14:36:38 +0200 Subject: [PATCH] Update visual feedback for speed up transaction The change includes modifying the "Speed Up Transaction" button in the History table to provide better visual feedback. The icon now changes depending on the state of the transaction. If the transaction has been sped up already, it shows a different icon compared to when it has not been sped up. --- .../Views/Wallets/Home/History/HistoryTable.axaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/WalletWasabi.Fluent/Views/Wallets/Home/History/HistoryTable.axaml b/WalletWasabi.Fluent/Views/Wallets/Home/History/HistoryTable.axaml index df8a13b8942..cf18e365254 100644 --- a/WalletWasabi.Fluent/Views/Wallets/Home/History/HistoryTable.axaml +++ b/WalletWasabi.Fluent/Views/Wallets/Home/History/HistoryTable.axaml @@ -41,7 +41,18 @@ - + + + + + +