spawner/frontend
XPS\Micro 915c28a4e5 feat: Retry-Logik und Timeout für Verifizierung implementieren
- Neue .env Variable: CONTAINER_CREATE_TIMEOUT=10 (Sekunden)
- Frontend: Automatische Retries bei fehlgeschlagener Verifizierung
  - Max 5 Versuche mit 2 Sekunden Delay zwischen Versuchen
  - Gesamtzeit begrenzt auf 10 Sekunden (CONTAINER_CREATE_TIMEOUT)
  - Bessere Fehlermeldungen für Timeout-Situation

Behebt Problem dass Verifizierung multiple 400-Fehler zeigt bevor sie funktioniert.
Dies passiert weil Container beim Spawn noch nicht bereit ist.
Mit Retries warten wir jetzt automatisch bis Container ready ist (max 10 Sek).
2026-02-03 16:17:42 +01:00
..
public Initial project structure with documentation 2026-01-30 18:00:41 +01:00
src feat: Retry-Logik und Timeout für Verifizierung implementieren 2026-02-03 16:17:42 +01:00
.env.example Initial project structure with documentation 2026-01-30 18:00:41 +01:00
.gitignore Initial project structure with documentation 2026-01-30 18:00:41 +01:00
components.json feat: add shadcn sidebar to dashboard with navigation 2026-02-01 23:13:03 +01:00
Dockerfile fix: install curl in frontend Dockerfile for healthcheck compatibility 2026-01-31 13:34:51 +01:00
next.config.mjs Initial project structure with documentation 2026-01-30 18:00:41 +01:00
package-lock.json frontend mod 2026-02-02 18:02:13 +01:00
package.json fix: use exact sonner version and regenerate package-lock 2026-02-02 17:59:31 +01:00
postcss.config.mjs Initial project structure with documentation 2026-01-30 18:00:41 +01:00
tailwind.config.ts feat: add shadcn sidebar to dashboard with navigation 2026-02-01 23:13:03 +01:00
tsconfig.json feat: implement multi-container deletion, DSGVO compliance, and toast notifications 2026-02-02 17:19:48 +01:00