[object Object]

← back to Muralsource Internal

auto-save: 2026-07-26T16:44:36 (1 files) — public/index.html

71f0ef9775ac87314b7cd409949ff4349c9cf45e · 2026-07-26 16:44:45 -0700 · Steve Abrams

Files touched

Diff

commit 71f0ef9775ac87314b7cd409949ff4349c9cf45e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Jul 26 16:44:45 2026 -0700

    auto-save: 2026-07-26T16:44:36 (1 files) — public/index.html
---
 public/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/public/index.html b/public/index.html
index 8339f42..1b0ec4a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -358,6 +358,9 @@ function buildFacetCache(){
 function renderSide(){
   const openNow=new Set([...document.querySelectorAll('#facetbox details[open]')].map(d=>d.dataset.f));
   $('#facetbox').innerHTML=FIELDS.map(([k,label])=>{
+    // hide fields that carry no useful filter for this line (0 values, or a single
+    // value shared by every product — e.g. muralsource Books/Repeat/Match)
+    if((FCOUNTS[k]||[]).length<2) return '';
     const rows=(FCOUNTS[k]||[]).slice(0,FCAP).map(([v,n])=>{
       const dot=k==='color_bucket'?`<span class="dot" style="background:${BUCKET_HEX[v]||'#666'}"></span>`:'';
       return `<div class="frow${FIL[k]===String(v)?' active':''}" onclick="pickF('${k}',this.dataset.v)" data-v="${esc(v)}">

← 3b2609d muralsource-internal: basic-auth line viewer over muralsourc  ·  back to Muralsource Internal  ·  contrarian FIX-FIRST: purge dead astek files (scraper/monthl 87ab730 →