From 3a8392d98415236bd6a137abd79bded9d7460c92 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Mon, 7 Oct 2024 15:40:40 -0500 Subject: [PATCH] make the "pairing" section in `list:paired` builder expand/collapseable --- .../PairedListCollectionCreator.vue | 372 ++++++++++-------- 1 file changed, 205 insertions(+), 167 deletions(-) diff --git a/client/src/components/Collections/PairedListCollectionCreator.vue b/client/src/components/Collections/PairedListCollectionCreator.vue index 68c5f093a8f5..a349a9b707dd 100644 --- a/client/src/components/Collections/PairedListCollectionCreator.vue +++ b/client/src/components/Collections/PairedListCollectionCreator.vue @@ -1,7 +1,14 @@