From 22c6468a5ddee3207a496746dde12a81b98bb292 Mon Sep 17 00:00:00 2001 From: d11n Date: Tue, 12 Mar 2024 10:48:37 +0100 Subject: [PATCH] Wallet: Label filter dropdown (#5802) Uses a dropdown component for the label filter, which also work on mobile. Closes #5722. --- .../Views/UIWallets/WalletTransactions.cshtml | 42 +++++++++++-------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml index e0ee12a1a..b52501089 100644 --- a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml @@ -120,27 +120,35 @@ } -@if (Model.Labels.Any()) -{ -
-
- Filter -
+ -
-} - -