From ef21ec94acb929587337088dbd99a7c4c9769c8a Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 31 May 2023 20:55:11 +0200 Subject: [PATCH] Add open/close collapsible, enable animation for blacklist --- .../ftbot/PairlistConfigBlacklist.vue | 52 +++++++++++-------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/src/components/ftbot/PairlistConfigBlacklist.vue b/src/components/ftbot/PairlistConfigBlacklist.vue index 02691fba..15a5253c 100644 --- a/src/components/ftbot/PairlistConfigBlacklist.vue +++ b/src/components/ftbot/PairlistConfigBlacklist.vue @@ -2,24 +2,40 @@ - + - - - - - - - Add +
+ + + + + + + Add +
@@ -31,14 +47,4 @@ const pairlistStore = usePairlistConfigStore(); const visible = ref(false); - +