[object Object]

← back to Designer Wallcoverings

Deploy grid density slider (3-12 columns) to Shopify live theme

caf4f2a031d492b80f45e339d2c14df71fd0deab · 2026-06-23 07:08:03 -0700 · Steve Abrams

- Grid slider with mobile-first design (3,4,5,6 buttons on mobile)
- Desktop slider with full 3-12 column range
- Smart name hiding for 6+ columns
- localStorage persistence of user column preference
- Applied to collection pages ('if template contains collection')
- Backed up main theme before deployment
- Verified: 5 dw-density-slider instances, min=3 max=12 range confirmed

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

Files touched

Diff

commit caf4f2a031d492b80f45e339d2c14df71fd0deab
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jun 23 07:08:03 2026 -0700

    Deploy grid density slider (3-12 columns) to Shopify live theme
    
    - Grid slider with mobile-first design (3,4,5,6 buttons on mobile)
    - Desktop slider with full 3-12 column range
    - Smart name hiding for 6+ columns
    - localStorage persistence of user column preference
    - Applied to collection pages ('if template contains collection')
    - Backed up main theme before deployment
    - Verified: 5 dw-density-slider instances, min=3 max=12 range confirmed
    
    Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
---
 shopify/_cwGRID/sections/collection-toolbar.liquid | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/shopify/_cwGRID/sections/collection-toolbar.liquid b/shopify/_cwGRID/sections/collection-toolbar.liquid
index 7cb2e83e..3a47d76e 100644
--- a/shopify/_cwGRID/sections/collection-toolbar.liquid
+++ b/shopify/_cwGRID/sections/collection-toolbar.liquid
@@ -302,8 +302,7 @@
 
 {% schema %}
 {
-  "name": "Collection Toolbar",
-  "description": "Horizontal sort, grid density, and search for collection pages",
+  "name": "Toolbar",
   "settings": [
     {
       "type": "checkbox",

← 15975a42 Add full collection toolbar (sort + grid density slider) to  ·  back to Designer Wallcoverings  ·  Fix Shopify schema validation errors in toolbar and filter s 5438ce13 →