From ee5ba05a9339abe1758d3730863a1fb35a04b336 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 23:43:58 +0200 Subject: [PATCH] Add 'Run Sequence' option and corresponding UI elements in App.tsx --- src/app/App.tsx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 7e2cde9a..3255d572 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -8439,6 +8439,7 @@ export function App({ store, initialStatusMessage }: AppProps) { + @@ -8640,6 +8641,28 @@ export function App({ store, initialStatusMessage }: AppProps) { + ) : link.action.type === "runSequence" ? ( +
+ +
) : link.action.type === "stopAnimation" ? (
);