feat: image support

also translated some strings back into english
This commit is contained in:
2025-06-02 04:37:54 +02:00
parent f7583738d7
commit 9de5c85120
17 changed files with 125 additions and 60 deletions

View File

@@ -2,6 +2,7 @@ interface EventData {
title: string;
location: string;
description: string;
imageURL: string;
eventDate: string;
organisationName: string,
organisationId: number