From a2906b9140ef8319ff1687a6d5d5ff9a17fde9f9 Mon Sep 17 00:00:00 2001 From: phroggster Date: Sat, 6 Jul 2024 08:12:57 -0500 Subject: [PATCH 1/2] Feat: Add filtering to Create New Setup components - Sorting subjectively feels to be the incorrect solution. - Instead, here's filtering, enabled for all component types. - Can filter by name, or by component ID. - As such, filtered results will likely cause additional items until 3-4 letters of the search text have been entered. Implements #1994 --- .../modals/setups/firebot-component-list-modal.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/gui/app/directives/modals/setups/firebot-component-list-modal.js b/src/gui/app/directives/modals/setups/firebot-component-list-modal.js index f94df9b83..e58f48614 100644 --- a/src/gui/app/directives/modals/setups/firebot-component-list-modal.js +++ b/src/gui/app/directives/modals/setups/firebot-component-list-modal.js @@ -12,8 +12,11 @@ +
+ +
-