Commit
feat: Implement resumable uploads and library management
Commit details
Commit notes
This commit introduces a robust resumable upload system for audio files, allowing users to upload large samples reliably. It also enhances the sample library with advanced filtering, sorting, and bulk actions. The backend API has been extended with new endpoints to support these features, and the frontend has been updated with new components and routes for the upload and library interfaces. Additionally, a new Python endpoint `/analyze-resumable` is added to handle the analysis of samples uploaded via the resumable workflow.
Co-authored-by: armin.naimi <[email redacted]>
- Files changed
- 11
- Lines added
- +3,860
- Lines removed
- −1