You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Restore download progress updates for model downloads
This commit fixes the model download progress not updating in the UI.
Problem:
- Download progress events were being emitted but not properly received
- Missing ModelManagementContext that coordinates download state
- Event listeners were not properly connected to update UI
Solution:
- Added ModelManagementContext to provide centralized download state management
- Properly connected event listeners to update download progress
- Fixed event emission in Rust backend to ensure progress updates are sent
- Restored visual progress bar updates during model downloads
Impact:
- Users can now see real-time download progress when downloading models
- Progress bar properly updates from 0% to 100%
- Download state is properly managed across the application
- Better user experience with visual feedback during long downloads
Testing:
- Verified progress updates work for all model downloads
- Progress bar correctly shows percentage and download speed
- UI properly reflects download, completed, and error states
0 commit comments