From e0e412fcd16076b770967b5b729394ae2e597c62 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Apr 2026 10:14:16 +0000 Subject: [PATCH] feat(05-02): add live preview panel HTML and CSS styles - Add #live-preview div between timeline-canvas and block-inspector - Add show selector (show-select + btn-load-show) to transport bar - Add keyboard-hint span at far right of transport bar - Append .live-preview, .device-strip, .strip-label, .strip-color, .strip-anim, .keyboard-hint CSS styles --- lightsync/frontend/index.html | 11 ++++++ lightsync/frontend/style.css | 69 +++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/lightsync/frontend/index.html b/lightsync/frontend/index.html index 1f5938c..e0aa550 100644 --- a/lightsync/frontend/index.html +++ b/lightsync/frontend/index.html @@ -65,6 +65,7 @@ + @@ -81,6 +82,13 @@
+ + + +
+