From 95c4368ed48708a639528279b3da53b56912d62b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 09:27:55 +0000 Subject: [PATCH 1/2] Initial plan From 219a7de7ecc88d957ae1d90a828c6ba18b70ff8f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 09:34:54 +0000 Subject: [PATCH 2/2] Add holographic panel with fixed layout logic Co-authored-by: hutoczky <5453461+hutoczky@users.noreply.github.com> --- scifi-ui/index.html | 7 + scifi-ui/scripts/holographic-panel.js | 252 +++++++++++++++++++++ scifi-ui/styles/holographic-panel.css | 315 ++++++++++++++++++++++++++ 3 files changed, 574 insertions(+) create mode 100644 scifi-ui/scripts/holographic-panel.js create mode 100644 scifi-ui/styles/holographic-panel.css diff --git a/scifi-ui/index.html b/scifi-ui/index.html index 4036537..e246220 100644 --- a/scifi-ui/index.html +++ b/scifi-ui/index.html @@ -11,6 +11,7 @@ +
@@ -69,6 +70,11 @@