Commit graph

4 commits

Author SHA1 Message Date
Claude
205ef3f50a Add high-res media folder fallback lookup for unmapped proxy files
- Added hiresMediaFolder setting to configuration UI
- Implement findHighResFileForGves() to search for missing high-res media files
- When .prproj has unlinked proxy media (FramelightX didn't populate paths), search configured folder for matches
- Modified remapPrproj() to accept options with hiresMediaFolder path
- Uses file Title metadata and video/audio extension matching as fallback
- Server passes hiresMediaFolder setting when calling remapper
2026-03-31 19:39:42 -04:00
Claude
d1d4fd0e9d Update: Replace logo and customize header
- Replace /logo.png with /logo.jpg (user's custom logo)
- Update header subtitle to 'Made By an Exhausted Zac Gaetano'
- Copy images.jpg from project folder to public/logo.jpg

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-31 17:02:07 -04:00
Claude
6711abb339 fix: Save pendingFile ref before closeModal() nulls it
closeModal() was setting pendingFile = null, then confirmSubmit()
was trying to append the now-null pendingFile to FormData, causing
'No file uploaded' error on every submission.

Fix: capture pendingFile into fileToSubmit before calling closeModal().

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-31 16:42:25 -04:00
837df373ce Add public/index.html 2026-03-31 15:29:50 -04:00