Leonid Pershin
|
2dd8bf9724
|
Add upload to show functionality in MediaPanel: introduce file selection for uploading media files directly to a show, enhancing the upload store to support show associations. Update translations for new upload options and UI elements.
|
2026-07-25 08:16:05 +03:00 |
|
Leonid Pershin
|
4bebe64ff0
|
Enhance media upload functionality: add abort signal support for uploadMedia, enabling cancellation of ongoing uploads. Implement cancel and cancelAll methods in upload store to manage queued and active uploads. Update UploadSnackbar to include cancel buttons for individual and all uploads. Enhance i18n with new cancellation strings.
|
2026-07-25 08:06:54 +03:00 |
|
Leonid Pershin
|
65f2a1d4ec
|
Enhance media upload functionality: add skipped file tracking in upload store, update UploadSnackbar to display skipped duplicates, and improve UI responsiveness for upload status indicators.
|
2026-07-24 22:35:09 +03:00 |
|
Leonid Pershin
|
8f8ce5122a
|
Refactor media upload handling in MediaPanel: remove direct upload logic and integrate useUploadStore for file enqueueing. Update translations for upload status and add UploadSnackbar component to display upload notifications in the UI.
|
2026-07-24 22:25:01 +03:00 |
|
Leonid Pershin
|
4202c51a5b
|
Add maintenance management features: implement maintenance endpoints in the API, enhance media upload handling to skip duplicate files, and update frontend routes and translations for maintenance operations.
|
2026-07-24 19:52:56 +03:00 |
|
Leonid Pershin
|
6e7db4a6a9
|
Refactor media asset handling: update ListMediaAssetsQuery to accept an array of statuses, modify MediaEndpoints to handle multiple statuses, and enhance MediaProcessingQueue for improved signal handling. Update frontend components to support new status filtering and improve user experience with asset selection.
|
2026-07-24 19:22:22 +03:00 |
|
Leonid Pershin
|
b7cdc4ad96
|
Refactor media upload handling in MediaPanel: implement support for multiple file uploads with progress tracking, update UI to display current upload status, and enhance translations for uploaded file count.
|
2026-07-24 18:52:15 +03:00 |
|
Leonid Pershin
|
a2685fb602
|
Add media and channel management routes: introduce new routes for admin channels, media, and shows in the routing structure. Update navigation in the admin layout to include links for these new sections. Enhance type definitions for media assets and shows in the API types. Integrate HLS.js for improved streaming support.
|
2026-07-24 16:18:54 +03:00 |
|