From 6343ec689bdaa65e64b40688f7ddb983c010cba8 Mon Sep 17 00:00:00 2001 From: Abdul Wahab Date: Thu, 20 Aug 2026 06:43:17 +0500 Subject: [PATCH] update --- picker/pages/index.astro | 47 ++- picker/scripts/palette-picker.js | 274 +++++++++++++++--- picker/styles/picker.css | 161 +++++++++- .../previews-gallery-improved.html | 19 +- 4 files changed, 426 insertions(+), 75 deletions(-) diff --git a/picker/pages/index.astro b/picker/pages/index.astro index 33dfed1f2..f4efb8943 100644 --- a/picker/pages/index.astro +++ b/picker/pages/index.astro @@ -1077,9 +1077,10 @@ const questions = [ {/* Screen 04b: the configure hub. Every remaining question already holds an answer (defaults are pre-filled the moment a surface tile is checked), so the run can end here. The cards are skeletons; - summaries and edited marks are written by renderHub() in - scripts/palette-picker.js on every arrival. Placement is the - approved masonry: tall per-surface cards anchor the outer columns. */} + previews, tabs, tooltip summaries, and edited marks are written by + renderHub() in scripts/palette-picker.js on every arrival. The + column wrappers are display: contents, so the five near-uniform + cards flow the grid three over two. */}