From 720594199ea297006ac5d273fef286c4b21253d7 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Tue, 14 Oct 2025 12:46:23 +1300 Subject: [PATCH] fix: FAQ modal scrolling and standardize footers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## FAQ Modal Fixes - Fix modal scrolling: changed max-h-[85vh] to h-[85vh] with min-h-0 - Added flex-shrink-0 to modal header for proper flex behavior - Users can now scroll through all 30 FAQ questions (was stuck at 8) - Enhanced markdown parsing with error handling and fallback ## UI Improvements - Removed Quick Actions section from FAQ page per user request - Standardized footer across 7 user-facing pages - Added Newsletter link under Community section in all footers ## Pages Updated - faq.html, researcher.html, implementer.html, leader.html - about.html, media-inquiry.html, case-submission.html ## Version - Bumped to 1.0.4 with force update enabled - Service worker cache updated đŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- public/about.html | 55 ++-- public/case-submission.html | 33 ++- public/faq.html | 491 +++++++++++++++++++++++++++++------- public/implementer.html | 45 ++-- public/js/faq.js | 373 ++++++++++++++++++++++++--- public/leader.html | 52 ++-- public/media-inquiry.html | 33 ++- public/researcher.html | 53 ++-- public/service-worker.js | 2 +- public/version.json | 15 +- 10 files changed, 935 insertions(+), 217 deletions(-) diff --git a/public/about.html b/public/about.html index 77d3a47a..902fa435 100644 --- a/public/about.html +++ b/public/about.html @@ -228,47 +228,54 @@ -