moving styling and views to be more consistent and for gallery view to be less cumbersome.

This commit is contained in:
Bryan Van Deusen
2026-01-19 23:41:36 -05:00
parent 41037696bf
commit 96f72718bd
16 changed files with 2447 additions and 75 deletions
+4
View File
@@ -20,6 +20,10 @@ if [ "${RUN_DB_MIGRATIONS:-1}" = "1" ]; then
sleep "$SLEEP_SECS"
i=$((i+1))
done
# Run version check and data migrations (e.g., phash recomputation)
echo "Checking app version and running data migrations..."
flask version-check
fi
# --- Start the image import worker exactly once per container ---