From 16895cd759dea7c1a035d67711b20ee5c14c388a Mon Sep 17 00:00:00 2001 From: Daksh Shahani Date: Wed, 7 Jan 2026 15:44:03 -0800 Subject: [PATCH 1/2] `waitlistSignupDeadline` added to types and hackathon settings frontend --- .../features/settings/hackathon-settings-form.tsx | 10 ++++++++++ src/lib/firebase/types.ts | 1 + 2 files changed, 11 insertions(+) diff --git a/src/components/features/settings/hackathon-settings-form.tsx b/src/components/features/settings/hackathon-settings-form.tsx index 37ec6dd..9b5f5fd 100644 --- a/src/components/features/settings/hackathon-settings-form.tsx +++ b/src/components/features/settings/hackathon-settings-form.tsx @@ -336,6 +336,16 @@ export function HackathonSettingsForm({ hackathonId }: HackathonSettingsFormProp placeholder="e.g., March 5th at 11:59 PM (Pacific Time)" /> +
+ + handleFieldChange("waitlistSignupDeadline", e.target.value)} + disabled={!isEditing} + placeholder="e.g., March 2nd at 11:59 PM (Pacific Time)" + /> +
Date: Thu, 8 Jan 2026 22:54:05 -0500 Subject: [PATCH 2/2] chore: rename label to match var name --- src/components/features/settings/hackathon-settings-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/features/settings/hackathon-settings-form.tsx b/src/components/features/settings/hackathon-settings-form.tsx index baf9431..f04ee2a 100644 --- a/src/components/features/settings/hackathon-settings-form.tsx +++ b/src/components/features/settings/hackathon-settings-form.tsx @@ -322,7 +322,7 @@ export function HackathonSettingsForm({ hackathonId }: { hackathonId: string }) />
- +