← back to Wallco Ai
wallco mural: update LEVELS[0].label to '20 ft × 11 ft' too
0c4e701b4ce3a0d3f0e5b5af6262e5dc29832522 · 2026-05-20 10:41:23 -0700 · Steve Abrams
Last commit only updated the HTML span; the JS LEVELS array still had
the old '1×1' string, which overwrote the readout on apply(). Now both
the static HTML and the dynamic JS label agree.
Files touched
Diff
commit 0c4e701b4ce3a0d3f0e5b5af6262e5dc29832522
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed May 20 10:41:23 2026 -0700
wallco mural: update LEVELS[0].label to '20 ft × 11 ft' too
Last commit only updated the HTML span; the JS LEVELS array still had
the old '1×1' string, which overwrote the readout on apply(). Now both
the static HTML and the dynamic JS label agree.
---
server.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server.js b/server.js
index f842c62..d0597d4 100644
--- a/server.js
+++ b/server.js
@@ -7388,7 +7388,7 @@ ${htmlHeader('/designs')}
// rebelwalls.com — the user, not the algorithm, decides what part
// of the image lands on their wall.
const LEVELS = [
- { count: 1, label: 'Mural · 1×1 — drag to position' },
+ { count: 1, label: 'Mural · 20 ft × 11 ft — drag to position' },
{ count: 2, label: '2×2' },
{ count: 4, label: '4×4' },
{ count: 8, label: '8×8 · room scale' },
← a9ef495 add: color slider + style slider (Traditional→Modern) + admi
·
back to Wallco Ai
·
add: 'Ghosting' button on /design/:id admin rating panel — p 07d3dc2 →