Commit Graph

8 Commits

Author SHA1 Message Date
2fd4c84e1a Add queue refreshing indicator to UI
- Introduce `QueueRefreshing` event type for dedicated queue refresh state
- Add reactive tracking of refreshing queues via new `queueRefreshingIds` Set in useRenderers composable
- Display visual indicator (spinning icon + text) when queue is refreshing in QueueViewer component
- Update `picomatch` dependency to v4.0.4 (patch)
- Minor cleanup in package-lock.json files
2026-04-03 20:46:00 +02:00
0f0a8d1c91 deps: update esbuild to 0.27.4, rollup to 4.60.0, vite to 7.3.1
deps: update esbuild to 0.27.4, rollup to 4.60.0, vite to 7.3.1

- bump esbuild and all platform-specific binaries from 0.25.10 to 0.27.4
- bump rollup and all platform-specific binaries from 4.52.3 to 4.60.0
- bump vite from 7.1.7 to 7.3.1 (esbuild peer dep updated to ^0.27.0)
- bump dompurify from 3.2.7 to 3.3.3

web: improve cover image retry logic
- increase maxRetries default from 3 to 5
- reduce initial retryDelay from 1000ms to 500ms
- implement exponential backoff: delay = retryDelay * 2^(retryCount - 1)
- add detailed logging for retries and final failure

rust: minor cleanup
- remove unused imports (watch, Url, AudioSegment, SyncMarker)
- add tracing debug logs for cache file requests
- handle missing files gracefully with warning + client retry hint
- add #[allow(async_fn_in_trait)] where needed
2026-03-24 10:49:47 +01:00
33fa672d32 Bump version to 0.3.19 and update API endpoint
Update version from 0.3.18 to 0.3.19 in Cargo.toml, package-lock.json, and version.txt.

Also update the API endpoint in pmoparadise/src/client.rs from `/get_block` to `/play` and remove the `peer` property from several dependencies in package-lock.json.

Additionally, update the ARCHITECTURE.md documentation to reflect the change in API endpoint.
2026-01-28 22:09:35 +01:00
86711c1e48 Nouvelle UI du controle point 2025-12-27 01:22:12 +01:00
7084707a4a Add docker image building 2025-12-23 13:03:18 +01:00
b38d2593b3 première version de la web UI du control point 2025-12-06 12:48:21 +01:00
97a383c079 Tentative de gestion d'un historique 2025-11-16 08:02:50 +01:00
f87f467680 Sort webapp du pmoserver dans la crate pmoapp 2025-10-06 11:28:24 +02:00