From 75b1664b48b562a2f65a353b4f206f4fa4ee79ed Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Thu, 30 Oct 2025 10:28:59 +0530 Subject: [PATCH 1/2] Task Count Number Font Size Inconsistent on Dashboard --- src/components/Dashboard/Tasks.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Dashboard/Tasks.jsx b/src/components/Dashboard/Tasks.jsx index c386eb15..76072cfb 100644 --- a/src/components/Dashboard/Tasks.jsx +++ b/src/components/Dashboard/Tasks.jsx @@ -44,9 +44,9 @@ const TasksCard = () => { ) : ( -
+
{/* Total Tasks */} -
+

{formatFigure(tasksCardData?.totalTasks ?? 0, { notation: "compact", @@ -56,7 +56,7 @@ const TasksCard = () => {

{/* Completed Tasks */} -
+

{formatFigure(tasksCardData?.completedTasks ?? 0, { notation: "compact", -- 2.43.0 From a120d0993b7f2cfe006b96f99f451d0ed75bb9c0 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Thu, 30 Oct 2025 10:53:41 +0530 Subject: [PATCH 2/2] 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 = ({

    -
  • +
  • {contact?.organization}
{ 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)} />