From 11bd360c2f1ea5d3bede99c988cc8b42855d0f96 Mon Sep 17 00:00:00 2001 From: S Spain Date: Thu, 25 Mar 2021 14:06:32 -0700 Subject: [PATCH 1/2] Simplified filter to remove hidden scenes By using a filter function and the Vue state, this change removes any scenes from the panel that end in "[Hidden]", "^^", or "~~" and presents a less-cluttered view with larger touch targets for more complicated productions. --- src/components/panels/scenes.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/panels/scenes.vue b/src/components/panels/scenes.vue index c683c79..9f4520c 100644 --- a/src/components/panels/scenes.vue +++ b/src/components/panels/scenes.vue @@ -5,7 +5,7 @@