Event-Thumbnails: Vorschaubilder mit Auto-Resize und Typ-Logos
- Migration: thumbnail-Spalte in events-Tabelle - Event-Model: imageUrl() liefert Custom-Thumbnail oder Standard-Logo je Event-Typ (Logo_Training.png, Logo_Heimspiel.png, etc.) - Thumbnail-Upload neben Typ-Auswahl bei Erstellen/Bearbeiten mit Live-Vorschau und Entfernen-Button - Automatische Skalierung auf max. FullHD (1920x1080) via GD und Speicherung als JPEG (Qualität 85) - Event-Listen (App + Admin): Logo/Thumbnail links im Terminblock - Übersetzungen in allen 6 Sprachen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -220,6 +220,8 @@ return [
|
||||
'category_not_empty' => 'Category cannot be deleted because it still contains files.',
|
||||
'confirm_delete_category' => 'Really delete this category?',
|
||||
'event_files' => 'Files',
|
||||
'event_thumbnail' => 'Thumbnail',
|
||||
'upload_thumbnail' => 'Choose image',
|
||||
'attach_from_library' => 'Attach from library',
|
||||
'upload_new_file' => 'Upload new file',
|
||||
'attached_files' => 'Attached Files',
|
||||
|
||||
Reference in New Issue
Block a user