fix: auto-approve clean content, fix AI moderation, show all contributions

- Auto-approve: clean submissions now default to 'approved' (not 'pending')
- Switch AI model from qwen3:4b to llama3.2 (qwen3 writes to thinking field, response always empty)
- AI now correctly flags spam, nonsense, and irrelevant content
- Admin: show all contribution types including timeline (was filtering them out)
- Add FamilyUploadSection to public page (was imported but never rendered)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
denshooter
2026-02-18 12:32:22 +01:00
parent a34d406375
commit 2fb6dd7279
3 changed files with 28 additions and 23 deletions
+3
View File
@@ -218,6 +218,9 @@ export default async function HomePage() {
{/* Photo Upload */}
<PhotoUploadSection />
{/* Family Upload */}
<FamilyUploadSection />
{/* Memories */}
<section id="erinnerungen">
<MemorySection memories={combinedMemories} />