mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Added logging functionality to the DataSyncService to track progress and errors during the manifest generation process. - Introduced DataSyncLogLevel and DataSyncLogPayload types for structured logging. - Updated emitLog method to handle different log levels (info, success, warn, error) and include relevant details. - Enhanced PhotoSyncProgressState to maintain a log of synchronization events, displayed in the PhotoSyncProgressPanel. Signed-off-by: Innei <tukon479@gmail.com>