Update frontend components and integrate firebase backend

This commit is contained in:
SACHIN
2026-06-25 08:13:09 +05:30
parent 8af314c629
commit 0b1053a4e8
14 changed files with 923 additions and 513 deletions

View File

@@ -55,7 +55,11 @@ const AppContent: React.FC = () => {
...event,
eventName: event.title,
venue: event.location,
category: event.category,
eventType: event.type,
socialProfile: event.guestSocialProfile,
maxParticipants: event["total capacity"] || (event.maxParticipants ?? ''),
sponsors: event.sponsors ?? [],
isEditMode: true
});
setActiveItem('propose');