From 2e39658d3eb7d31e9adeb9e941f8d0693c27e672 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 01:41:25 +0200 Subject: [PATCH] Update ProjectSequencesPanel to handle setVisibility and add new effect buttons --- src/app/ProjectSequencesPanel.tsx | 70 +++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 7 deletions(-) diff --git a/src/app/ProjectSequencesPanel.tsx b/src/app/ProjectSequencesPanel.tsx index 27055c1a..f9a6cbb6 100644 --- a/src/app/ProjectSequencesPanel.tsx +++ b/src/app/ProjectSequencesPanel.tsx @@ -555,7 +555,7 @@ export function ProjectSequencesPanel({ ); } - if (effect.type === "toggleVisibility") { + if (effect.type === "setVisibility") { return (
@@ -572,10 +572,14 @@ export function ProjectSequencesPanel({
)}