tractatus/public/version.json
TheFlow 720594199e fix: FAQ modal scrolling and standardize footers
## 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 <noreply@anthropic.com>
2025-10-14 12:46:23 +13:00

12 lines
389 B
JSON

{
"version": "1.0.4",
"buildDate": "2025-10-14T13:00:00Z",
"changelog": [
"Fixed modal scrolling - changed to h-[85vh] with min-h-0 for proper flex scroll",
"Removed Quick Actions section from FAQ page",
"Standardized footer across all pages with newsletter link",
"Enhanced markdown parsing with error handling"
],
"forceUpdate": true,
"minVersion": "1.0.4"
}