From 230bc94ffc46c79eb484d4e381adb4d8fbc896e1 Mon Sep 17 00:00:00 2001 From: ABL Date: Sat, 27 Apr 2024 11:02:39 -0400 Subject: [PATCH 1/4] fix property list controls --- src/components/SidePanelControlBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SidePanelControlBar.tsx b/src/components/SidePanelControlBar.tsx index 18864860..944aec05 100644 --- a/src/components/SidePanelControlBar.tsx +++ b/src/components/SidePanelControlBar.tsx @@ -37,7 +37,7 @@ const SearchBarComponent: FC = ({
{/* Keep empty while loading */}
) : ( <> -
+
{/* Left-aligned content: Total Properties in View */} Date: Mon, 29 Apr 2024 09:41:32 -0400 Subject: [PATCH 2/4] removed left padding from properties and right padding from download button --- src/components/SidePanelControlBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SidePanelControlBar.tsx b/src/components/SidePanelControlBar.tsx index 82cce7dc..c5e49e8e 100644 --- a/src/components/SidePanelControlBar.tsx +++ b/src/components/SidePanelControlBar.tsx @@ -86,7 +86,7 @@ const SearchBarComponent: FC = ({ ) } /> -
+

{shouldFilterSavedProperties @@ -151,7 +151,7 @@ const SearchBarComponent: FC = ({ label={Download} className={`max-md:min-w-[4rem] ${ smallScreenMode === "map" ? "max-sm:hidden" : "" - }`} + } px-0`} />

From b3519cee737b4cbb24be9760fe6696406fba1cbf Mon Sep 17 00:00:00 2001 From: ABL Date: Mon, 29 Apr 2024 10:11:55 -0400 Subject: [PATCH 3/4] add left margin to properties in view for sm and md screens --- src/components/SidePanelControlBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SidePanelControlBar.tsx b/src/components/SidePanelControlBar.tsx index c5e49e8e..e8a430a5 100644 --- a/src/components/SidePanelControlBar.tsx +++ b/src/components/SidePanelControlBar.tsx @@ -86,7 +86,7 @@ const SearchBarComponent: FC = ({ ) } /> -
+

{shouldFilterSavedProperties From e492af265f179609f8313752c877c0ab52a417e1 Mon Sep 17 00:00:00 2001 From: ABL Date: Thu, 2 May 2024 13:54:55 -0400 Subject: [PATCH 4/4] added top margin property table container div --- src/components/PropertyDetailSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PropertyDetailSection.tsx b/src/components/PropertyDetailSection.tsx index 37704d1e..d483bf1a 100644 --- a/src/components/PropertyDetailSection.tsx +++ b/src/components/PropertyDetailSection.tsx @@ -191,7 +191,7 @@ const PropertyDetailSection: FC = ({ /> ) : ( <> -
+
{display === "list" ? (