tractatus/public
TheFlow 199c58411b fix(docs): resolve ToC modal positioning and duplicate headers
- Fixed ToC modal appearing at bottom of document instead of overlay
  - Added explicit position: fixed !important with full viewport coverage
  - Added proper z-index and backdrop styling
  - Implemented scrollable modal content with custom scrollbar

- Fixed duplicate h1 document title headers
  - Remove first h1 from content_html (already shown in header)
  - Apply fix in both card view and traditional view
  - Also handles h2 fallback for section modals

- Removed all diagnostic console.log statements (56+ removed)
  - Cleaned docs-app.js (50+ log statements)
  - Cleaned document-cards.js (15+ log statements)
  - Kept only legitimate error logging

- Fixed CSP violation in docs-app.js
  - Removed inline onclick handler from PDF download link
  - Implemented event delegation to handle stopPropagation
  - Now fully CSP-compliant (no inline scripts/styles/handlers)

- Added category-based document navigation with collapsible sections
  - Documents grouped into: Start Here, Core Framework, Research, Implementation, Leadership, Developer Tools
  - Visual category indicators with icons and colors

- Updated cache-busting versions for production deployment

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 08:30:12 +13:00
..
about feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
admin feat: change license from MIT to Apache License 2.0 2025-10-07 23:43:20 +13:00
css feat: fix CSP violations & implement three audience paths 2025-10-07 12:21:00 +13:00
demos feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
images feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
js fix(docs): resolve ToC modal positioning and duplicate headers 2025-10-09 08:30:12 +13:00
koha feat: add Koha pre-production deployment configuration 2025-10-08 21:00:54 +13:00
about.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
advocate.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
api-reference.html feat: change license from MIT to Apache License 2.0 2025-10-07 23:43:20 +13:00
case-submission.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
check-version.html feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
docs-viewer.html feat: change license from MIT to Apache License 2.0 2025-10-07 23:43:20 +13:00
docs.html fix(docs): resolve ToC modal positioning and duplicate headers 2025-10-09 08:30:12 +13:00
implementer.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
index.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
koha.html feat: add Koha pre-production deployment configuration 2025-10-08 21:00:54 +13:00
media-inquiry.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
privacy.html feat: add multi-currency support and privacy policy to Koha system 2025-10-08 15:17:23 +13:00
researcher.html feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00