← back to Quadrille Showroom
Register V12 Gallery Noir + V16 Art-Deco Salon + V21 Garcia Room in the version picker (overlay entries + VERSION_ORDER + element lists for the code system)
fad82eae38cbe4a981ce21ae281520bb5761a833 · 2026-06-29 06:08:32 -0700 · Steve
Files touched
Diff
commit fad82eae38cbe4a981ce21ae281520bb5761a833
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Jun 29 06:08:32 2026 -0700
Register V12 Gallery Noir + V16 Art-Deco Salon + V21 Garcia Room in the version picker (overlay entries + VERSION_ORDER + element lists for the code system)
---
public/js/versions.js | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)
diff --git a/public/js/versions.js b/public/js/versions.js
index a44018a..a49ae32 100644
--- a/public/js/versions.js
+++ b/public/js/versions.js
@@ -336,9 +336,43 @@ function boot() {
{ n: 4, label: 'Drag to rearrange / lift to remove a sample' },
{ n: 5, label: '“Request these samples” memo basket' }
]
+ },
+
+ // ── V12+ are HIGH-END GRAPHICS showrooms (PBR/PMREM/ACES), full-screen proto
+ // overlays that re-skin the room/lighting while keeping the wing-bank +
+ // swivel + clean-open-face interaction. Registered as they land.
+ V12: {
+ name: 'Gallery Noir', tag: 'gallerynoir', overlay: '/proto/v12-gallery-noir.html',
+ elements: [
+ { n: 1, label: 'Black-box gallery — each board its own warm spotlight' },
+ { n: 2, label: 'Featured board dead-centre, full pattern face under the light' },
+ { n: 3, label: 'Neighbours rake into chiaroscuro darkness as slivers' },
+ { n: 4, label: 'Polished dark-concrete floor with contact reflection' },
+ { n: 5, label: 'Click a sliver → it rides to centre + lights up' }
+ ]
+ },
+ V16: {
+ name: 'Art-Deco Salon', tag: 'artdecobrass', overlay: '/proto/v16-artdeco-brass.html',
+ elements: [
+ { n: 1, label: '1920s Art-Deco salon — brass-framed sample boards' },
+ { n: 2, label: 'Polished marble floor (clearcoat reflections)' },
+ { n: 3, label: 'Brass pilasters + deco sunburst lintel framing' },
+ { n: 4, label: 'Centred board presents a clean full pattern face' },
+ { n: 5, label: 'Warm salon key + spot light, env-mapped reflective brass' }
+ ]
+ },
+ V21: {
+ name: 'Garcia Room', tag: 'garciaroom', overlay: '/proto/v21-garcia-room.html',
+ elements: [
+ { n: 1, label: 'Psychedelic liquid-light colour wash on the walls (slow hue cycle)' },
+ { n: 2, label: 'Tie-dye PMREM environment + warm bloom glow' },
+ { n: 3, label: 'Dancing-bear + lightning-bolt framed accents' },
+ { n: 4, label: 'China Seas wing bank with a clean focused face' },
+ { n: 5, label: '“Garcia Room” rainbow wordmark — the Dead-tribute lounge' }
+ ]
}
};
- const VERSION_ORDER = ['V1','V2','V3','V4','V5','V6','V7','V8','V9','V10','V11'];
+ const VERSION_ORDER = ['V1','V2','V3','V4','V5','V6','V7','V8','V9','V10','V11','V12','V16','V21'];
// ===========================================================================
// GLOBALLY-UNIQUE ELEMENT CODES (Slice-3 / chunk H)
← fbe4548 High-end versions: add V12 Gallery Noir + V16 Art-Deco Brass
·
back to Quadrille Showroom
·
auto-save: 2026-06-29T06:19:10 (4 files) — public/proto/v13- 607b67f →