From 6bca5be249a376c985522c0684638d9e4a797113 Mon Sep 17 00:00:00 2001 From: Dan Lackner Date: Thu, 8 Jan 2026 05:43:44 -0500 Subject: [PATCH 1/2] Fix to set minimum units to 0 and not allow negative units --- app/discover/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/discover/page.tsx b/app/discover/page.tsx index 7dd81a4..f695cdd 100644 --- a/app/discover/page.tsx +++ b/app/discover/page.tsx @@ -1946,6 +1946,7 @@ function DiscoverPageContent() { updateFilter('units_min', e.target.value)} className="w-16 px-2 py-2 border border-gray-300 rounded-md text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500" @@ -1954,6 +1955,7 @@ function DiscoverPageContent() { updateFilter('units_max', e.target.value)} className="w-16 px-2 py-2 border border-gray-300 rounded-md text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500" @@ -2987,6 +2989,7 @@ function DiscoverPageContent() { updateFilter('units_min', e.target.value)} className="w-16 px-2 py-2 border border-gray-300 rounded-md text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500" @@ -2995,6 +2998,7 @@ function DiscoverPageContent() { updateFilter('units_max', e.target.value)} className="w-16 px-2 py-2 border border-gray-300 rounded-md text-sm focus:ring-2 focus:ring-blue-500 focus:border-blue-500" From a8b48d512d2e7d9d656da9666fc0c18abbc5e985 Mon Sep 17 00:00:00 2001 From: Dan Lackner Date: Thu, 8 Jan 2026 05:56:17 -0500 Subject: [PATCH 2/2] Small change to onboardign instructions --- app/dashboard/onboarding/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/onboarding/page.tsx b/app/dashboard/onboarding/page.tsx index 23cba83..aa24f46 100644 --- a/app/dashboard/onboarding/page.tsx +++ b/app/dashboard/onboarding/page.tsx @@ -62,7 +62,7 @@ export default function OnboardingPage() { { id: 'whitelist-email', title: 'Add MultiFamilyOS to Your Safe Senders', - description: 'Send a quick email to info@multifamilyos.ai from the email address you used to log in. This ensures our support messages, property alerts, and system notifications reach your inbox instead of junk mail.', + description: 'Follow the instructions in the Email Set Up Guide at the top of the page before doing this. Send a quick email to info@multifamilyos.ai from the email address you used to log in. This ensures our support messages, property alerts, and system notifications reach your inbox instead of junk mail.', day: 1, icon: , completed: false,