🎨 feat(project): enhance project support form with image upload and validation features.

🗃️ refactor(project): rename project support route for clarity and consistency.
🗑️ chore(project): implement delete confirmation for project proposals in the index view.
🔧 fix(editor): adjust initialization delay for SimpleMDE editor to improve responsiveness.
📸 fix(media): update fallback image URL in ProjectProposal model for better asset management.
This commit is contained in:
fsociety
2024-10-24 18:05:37 +02:00
parent 6db38d08f5
commit ef1d0fdf17
5 changed files with 184 additions and 53 deletions

View File

@@ -64,7 +64,7 @@ class ProjectProposal extends Model implements HasMedia
$this
->addMediaCollection('main')
->singleFile()
->useFallbackUrl(asset('img/einundzwanzig.png'));
->useFallbackUrl(asset('einundzwanzig-alpha.jpg'));
}
public function einundzwanzigPleb(): BelongsTo