pdf-accessibility/js
Vadym Samoilenko 5652b67a07 Fix progress bar stuck at 30% during Cloud Run synchronous processing
Cloud Run processes PDFs synchronously (2-5 min). The await startCheck()
call blocks JS, so progress never advanced past 30%. Add a setInterval
timer before the await that advances through realistic stages every 18s,
covering the full processing window. Timer is cleared on completion/error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 18:19:46 +00:00
..
api.js Add Docker stack, frontend redesign, and visual page inspector fix 2026-02-25 18:12:44 +00:00
app.js Add Docker stack, frontend redesign, and visual page inspector fix 2026-02-25 18:12:44 +00:00
batch.js Switch to Oliver branding: Montserrat font, black/#FFC407 palette, fix dark mode contrast 2026-02-25 18:54:47 +00:00
page-viewer.js Migrate PDF processing from Redis worker to Google Cloud Run 2026-02-25 14:50:38 -06:00
results.js Implement QA report fixes: scoring, Matterhorn, dismiss, PDF report, UX 2026-03-12 18:06:32 +00:00
upload.js Fix progress bar stuck at 30% during Cloud Run synchronous processing 2026-03-12 18:19:46 +00:00
utils.js Add Docker stack, frontend redesign, and visual page inspector fix 2026-02-25 18:12:44 +00:00