From 9f28eabd2d96605ac8465dbb8cad32da2ad9e87a Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sun, 10 May 2026 03:16:35 +1200 Subject: [PATCH] Rename UI to LED Editor and improve mobile editor layout Use "LED Editor" in page titles and the home heading. On narrow viewports, make the file tree an off-canvas drawer with backdrop, hamburger toggle, Escape to close, and auto-close after opening a file. Add safe-area and tap-target tweaks, cache-bust static assets. Co-authored-by: Cursor --- src/static/home.html | 4 +- src/static/index.html | 13 +-- src/static/login.html | 2 +- src/static/register.html | 2 +- src/static/script.js | 39 +++++++++ src/static/styles.css | 178 ++++++++++++++++++++++++++++++++------- 6 files changed, 199 insertions(+), 39 deletions(-) diff --git a/src/static/home.html b/src/static/home.html index 576097d..bba1ebe 100644 --- a/src/static/home.html +++ b/src/static/home.html @@ -3,7 +3,7 @@ - Python Editor + LED Editor