tractatus/public/js
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
..
admin feat: add admin dashboard & API reference documentation 2025-10-07 12:27:38 +13:00
components fix(docs): resolve ToC modal positioning and duplicate headers 2025-10-09 08:30:12 +13:00
demos feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
utils feat: add multi-currency support and privacy policy to Koha system 2025-10-08 15:17:23 +13:00
docs-app.js fix(docs): resolve ToC modal positioning and duplicate headers 2025-10-09 08:30:12 +13:00
docs-viewer-app.js feat: fix CSP violations & implement three audience paths 2025-10-07 12:21:00 +13:00