defenseunicorns / leapfrogai

Production-ready Generative AI for local, cloud native, airgap, and edge deployments.
https://leapfrog.ai
Apache License 2.0
253 stars 29 forks source link

feat(ui): Persist file upload status #651

Open andrewrisse opened 3 months ago

andrewrisse commented 3 months ago

User Story

As a user
I want to leave the file management page and still get file upload notifications So that I know when it has finished

Acceptance Criteria

Given the user navigates away from file management while a file is uploading When they come back to file management page, the file still shows that it is uploading or that it has finished Then the toast notification also shows no matter what page the user is on

Describe alternatives you've considered

Will need some kind of realtime streaming setup (potentially supabase realtime or event streaming with sveltekit backend)