No description
Find a file
DJP fcd329ada8 Compact UI and fix zoom bug
UX Improvements:
 Multi-column grid layout for issues (2-3 columns on wide screens)
- Issues now display in columns using CSS Grid
- Reduces scrolling by 50-70% on large reports
- Automatically responsive (1 column on mobile)

📏 Reduced white space throughout:
- Issue cards: 20px → 10px padding
- Card margins: 30px → 20px
- Section headers: 20px → 10px padding
- Smaller fonts and tighter spacing
- Page overview cards more compact

🔍 Fixed zoom bug:
- Wrapped image + SVG in zoomContainer
- Apply transform to container, not just image
- SVG markers now scale perfectly with zoom
- No redrawing needed - automatic scaling!

Before: ~40px per issue → Now: ~25px per issue
Result: 20 issues fit in ~500px vs ~800px

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 17:46:27 -04:00
README's Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
results Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
Test_files Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
uploads Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
.env.example Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
.gitignore Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
api.php Fix poppler PATH for MAMP environments 2025-10-20 16:28:02 -04:00
create_test_pdf_with_images.py Add test PDF for visual inspector demo 2025-10-20 16:21:18 -04:00
enterprise_pdf_checker.py Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
index.html Compact UI and fix zoom bug 2025-10-20 17:46:27 -04:00
requirements.txt Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_env.py Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_php_env.php Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_quick.sh Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_visual_inspector.pdf Add test PDF for visual inspector demo 2025-10-20 16:21:18 -04:00