From 9563730a6fed73ae4effa5afcfc22e66f0daf080 Mon Sep 17 00:00:00 2001 From: F04C Date: Wed, 16 Jul 2025 23:22:53 +0800 Subject: [PATCH] feat(ui): add floating menu for video selection Implement floating button that toggles a menu with video options Add styling for floating elements and handle click interactions Update video switching logic to prevent unintended transitions --- index.html | 12 +++++++++ script.js | 49 +++++++++++++++++++++++++++++++++++++ style.css | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+) diff --git a/index.html b/index.html index 8aa9b91..1d7be9f 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,18 @@

+ +
+ +
+ + + +