From 80211f3364ec7a48bd9debbced55321a9c3c247c Mon Sep 17 00:00:00 2001 From: Abdul Wahab Date: Fri, 7 Aug 2026 18:48:07 +0500 Subject: [PATCH] Add configure hub after the font pair screen. Let questionnaire runs finish early or jump into the seven remaining questions from a summary card grid, with hub navigation and per-answer summaries. Co-authored-by: Cursor --- picker/pages/index.astro | 117 ++++++++++++++++++++++++- picker/scripts/palette-picker.js | 125 +++++++++++++++++++++++++++ picker/styles/picker.css | 141 +++++++++++++++++++++++++++++++ 3 files changed, 381 insertions(+), 2 deletions(-) diff --git a/picker/pages/index.astro b/picker/pages/index.astro index 9679503c7..45c35b159 100644 --- a/picker/pages/index.astro +++ b/picker/pages/index.astro @@ -907,6 +907,99 @@ 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. */} + +