feat: landing page + logo, dev-mode banner + sync cap, non-blocking sync with progress splash

This commit is contained in:
cesnimda
2026-06-30 16:58:35 +02:00
parent dcb939e4f2
commit fe5920919f
29 changed files with 552 additions and 39 deletions
+5
View File
@@ -10,3 +10,8 @@ AI_MODE=Disabled
# Origin the API allows for CORS (the frontend container).
FRONTEND_ORIGIN=http://localhost:8081
# Dev mode: shows the "test/dev" banner and caps the initial sync.
# Set DEV_MODE=true and MAX_MESSAGES=1000 to test against a large mailbox.
DEV_MODE=false
MAX_MESSAGES=0