Progress - Frontend #48

Merged
3019483 merged 5 commits from #16-progress into main 2025-06-03 13:44:57 +02:00

5 Commits (main)

Author SHA1 Message Date
Jaronim Pracht 5fc226f4fc Merge branch 'main' into #16-progress 2025-06-03 12:34:48 +02:00
Jaronim Pracht b1cf30c40e Merge branch 'main' into #16-progress 2025-06-03 12:25:28 +02:00
Jaronim Pracht d412d5741b Add Dockerfile for coordinator service and progress controller
Add progress tracking functionality to frontend and backend
- Add progress controller endpoint to handle progress updates
- Implement socket.io progress updates in UploadPage
- Update import path for CircularProgressWithLabel component
2025-06-02 19:09:16 +02:00
Jaronim Pracht 1b06867d88 Fix showing pdfs in production
Removed redundant PDF.js worker initialization from
PDFViewer component and updated the worker source path in main.tsx.

Downgraded react-pdf to v8.0.2 to resolve compatibility issues and
fixed missing newline in nginx.conf.
2025-06-02 19:06:25 +02:00
Jaronim Pracht 9aa6c8be87 add progress and file-upload to frontend 2025-06-02 15:03:39 +02:00