From a25e285573bd7d6cc4a69466cdcc76ab3beee900 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 15 Mar 2026 10:35:12 +0100 Subject: [PATCH] =?UTF-8?q?feat(wall):=20Add=2015=20colorsets=20to=20MAGIC?= =?UTF-8?q?=C2=B7CHESS=C2=B7360?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added colorset selector to wall.maegia.tv TAO_SPECTRUM - 15 palettes: default, alchy, emojiz, punk, hollistique, tantrique, cosmique, solarix, oceanique, rainbow, fluo, phospho, vintage, tao, merkaba - Minimal patch (~8KB added) preserving original functionality - Keyboard shortcuts 1-9, localStorage persistence - Deployed: https://wall.maegia.tv/ Co-Authored-By: Claude Opus 4.5 --- .claude/HISTORY.md | 25 +++++++++++++++++++++++++ .claude/WIP.md | 15 ++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/.claude/HISTORY.md b/.claude/HISTORY.md index e30cf96c..d7e5f586 100644 --- a/.claude/HISTORY.md +++ b/.claude/HISTORY.md @@ -5144,3 +5144,28 @@ git checkout HEAD -- index.html - **Files**: - `secubox-app-qbittorrent/`: Makefile, UCI config, init.d, qbittorrentctl - `secubox-app-webtorrent/`: Makefile, UCI config, init.d, webtorrentctl + +110. **MAGIC·CHESS·360 Colorset Enhancement (2026-03-15)** + - Added colorset selector to wall.maegia.tv (MAGIC·CHESS·360) with 15 thematic color palettes + - **Colorsets Added**: + - `default` - Classic Gold & Cream (original) + - `alchy` - Alchemical Mystique (green/gold/purple, alchemical symbols) + - `emojiz` - Playful Rainbow (bright orange/pink, emoji icons) + - `punk` - Cyberpunk Neon (magenta/cyan, tech/hacker icons) + - `hollistique` - Earth Harmony (brown/teal, nature/yoga icons) + - `tantrique` - Sacred Sensual (deep red/purple, spiritual symbols) + - `cosmique` - Deep Space Nebula (violet/blue, planets/stars) + - `solarix` - Solar Flare Energy (orange/gold, sun/fire icons) + - `oceanique` - Deep Sea Mystery (cyan/aqua, marine life) + - **Features**: + - CSS custom properties for smooth theme transitions + - Colorset selector UI with 15 circular gradient buttons + - Keyboard shortcuts 1-9 for first 9, click for rest + - LocalStorage persistence for user preference + - Each colorset has 24 unique themed icons and labels + - **Technical**: + - Minimal patch to original (~5KB added, 190KB total) + - No external dependencies (self-contained CSS/JS) + - 3D perspective board with parallax mouse tracking + - Pulse animations with random timing per cell + - **Deployed**: https://wall.maegia.tv/ diff --git a/.claude/WIP.md b/.claude/WIP.md index f18d0a48..4c1c0e8a 100644 --- a/.claude/WIP.md +++ b/.claude/WIP.md @@ -1,6 +1,6 @@ # Work In Progress (Claude) -_Last updated: 2026-03-14 (Module Manifest NFO)_ +_Last updated: 2026-03-15 (Wall Colorsets)_ > **Architecture Reference**: SecuBox Fanzine v3 — Les 4 Couches @@ -8,6 +8,19 @@ _Last updated: 2026-03-14 (Module Manifest NFO)_ ## Recently Completed +### 2026-03-15 + +- **MAGIC·CHESS·360 Colorset Enhancement (Complete)** + - Added 15 color palettes to wall.maegia.tv TAO_SPECTRUM system + - Colorsets: default, alchy, emojiz, punk, hollistique, tantrique, cosmique, solarix, oceanique, rainbow, fluo, phospho, vintage, tao, merkaba + - Each colorset changes the animated prism colors cycling through the chess pieces + - Minimal patch: only added colorset selector + COLORSETS object (~8KB added) + - Original app preserved: canvas animation, audio sync, HUD controls unchanged + - Colorset selector: 15 circular gradient buttons (top-left corner) + - Keyboard shortcuts (1-9) for first 9, click for rest + - LocalStorage persistence for user preference + - Deployed to: https://wall.maegia.tv/ + ### 2026-03-14 - **Hub Generator v7 - NFO Integration Fix (Complete)**