Open-Generative-AI/src
Anil Matcha 7ca2f280e7 Improve generation reliability and error handling
- Fix silent failures: catch block no longer overridden by finally; errors now display for 4s before resetting
- Restore hero section on generation failure so the page doesn't look broken
- Extend video polling timeout from 4 min to 30 min (900 attempts)
- Add pending job recovery: save requestId to localStorage on submit, resume polling on studio load with a live banner showing progress
- Add onRequestId callback to all muapi generate methods (generateImage, generateI2I, generateVideo, generateI2V, processV2V)
- New pendingJobs.js utility for CRUD operations on pending jobs in localStorage
2026-03-10 10:17:44 +05:30
..
components Improve generation reliability and error handling 2026-03-10 10:17:44 +05:30
lib Improve generation reliability and error handling 2026-03-10 10:17:44 +05:30
styles feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30
counter.js Initial commit: Scaffold Open-Higgsfield-ai with Vite and README 2026-02-10 02:06:16 +05:30
javascript.svg Initial commit: Scaffold Open-Higgsfield-ai with Vite and README 2026-02-10 02:06:16 +05:30
main.js Added Video Studio 2026-02-17 21:52:55 +05:30
style.css feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30