From 0d3efe4139807fcf4669f3cb5e97993ca7292b1b Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 16 Jun 2026 15:04:57 +0100 Subject: [PATCH] refactor: remove dev-only paint/SVG-filter modifier panel The hidden modifier (gear button + mod-panel aside, paint swatches and filter-variable sliders) flashed as unstyled content on slow loads before CSS/JS hid it. Removed its markup, the initPaintPicker() wiring, and all .mod-*/.paint-* styles plus the now-dead paint-green/white variants. Hero keeps the default dark glossy paint. Bundle: CSS -3.3kB, JS -8kB. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/App.vue | 207 +------------------------------------------------ src/styles.css | 155 ------------------------------------ 2 files changed, 1 insertion(+), 361 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4daea9d..e78a239 100644 --- a/src/App.vue +++ b/src/App.vue @@ -266,7 +266,6 @@ - -