changes to mobile styling in modal view, complete reword of backend worker system

This commit is contained in:
Bryan Van Deusen
2026-01-20 13:14:13 -05:00
parent 96f72718bd
commit cb3897c0b0
22 changed files with 2432 additions and 487 deletions
+10
View File
@@ -0,0 +1,10 @@
# app/tasks/__init__.py
"""
Celery task modules for the ImageRepo import pipeline.
Task Types:
- scan: Directory scanning and task queuing
- import_file: Individual file import (images, videos, archives)
- thumbnail: Thumbnail generation
- sidecar: Gallery-DL metadata extraction and application
"""