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 <cursoragent@cursor.com>
This commit is contained in:
2026-05-10 03:16:35 +12:00
parent a2318f2244
commit 9f28eabd2d
6 changed files with 199 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Register — Python Editor</title>
<title>Register — LED Editor</title>
<link rel="icon" href="data:,">
<style>
* { box-sizing: border-box; }