Limit-Status im Upload-Flow anzeigen (Warnbanner + Sperrzustände).

Upload-Fehlercodes auswerten und freundliche Dialoge zeigen.
This commit is contained in:
Codex Agent
2025-11-01 19:50:17 +01:00
parent 2c14493604
commit 79b209de9a
55 changed files with 3348 additions and 462 deletions

View File

@@ -132,6 +132,6 @@ class EventControllerTest extends TestCase
]);
$response->assertStatus(402)
->assertJson(['error' => 'Upload limit reached for this event']);
->assertJsonPath('error.code', 'photo_limit_exceeded');
}
}