From a120d0993b7f2cfe006b96f99f451d0ed75bb9c0 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Thu, 30 Oct 2025 10:53:41 +0530 Subject: [PATCH] Align "Search Notes" Input & "Contacts" Tab on Same Horizontal Line Below Notes Tab --- src/components/Directory/CardViewContact.jsx | 4 ++-- src/components/Directory/NoteCardDirectoryEditable.jsx | 4 ++-- src/pages/Directory/DirectoryPage.jsx | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/Directory/CardViewContact.jsx b/src/components/Directory/CardViewContact.jsx index 8e6c8068..010d652e 100644 --- a/src/components/Directory/CardViewContact.jsx +++ b/src/components/Directory/CardViewContact.jsx @@ -120,13 +120,13 @@ const CardViewContact = ({
{ diff --git a/src/components/Directory/NoteCardDirectoryEditable.jsx b/src/components/Directory/NoteCardDirectoryEditable.jsx index 5ef8d08f..49fbda73 100644 --- a/src/components/Directory/NoteCardDirectoryEditable.jsx +++ b/src/components/Directory/NoteCardDirectoryEditable.jsx @@ -77,7 +77,7 @@ const NoteCardDirectoryEditable = ({ key={noteItem.id} > {/* Header */} -
+
) : (
)} diff --git a/src/pages/Directory/DirectoryPage.jsx b/src/pages/Directory/DirectoryPage.jsx index e0871446..d9b4885c 100644 --- a/src/pages/Directory/DirectoryPage.jsx +++ b/src/pages/Directory/DirectoryPage.jsx @@ -44,7 +44,7 @@ export default function DirectoryPage({ IsPage = true, projectId = null }) { const [searchNote, setSearchNote] = useState(""); const [activeTab, setActiveTab] = useState("notes"); const { setActions } = useFab(); - const [gridView, setGridView] = useState(false); + const [gridView, setGridView] = useState(true); const [isOpenBucket, setOpenBucket] = useState(false); const [isManageContact, setManageContact] = useState({ isOpen: false, @@ -167,7 +167,7 @@ export default function DirectoryPage({ IsPage = true, projectId = null }) {
setSearchNote(e.target.value)} @@ -181,14 +181,14 @@ export default function DirectoryPage({ IsPage = true, projectId = null }) {
setsearchContact(e.target.value)} />