From 4827e5007d4c0a1a79f422390c2d1ecb43693e46 Mon Sep 17 00:00:00 2001 From: Shyam Prakash <106866225+shyamprakash123@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:02:05 +0530 Subject: [PATCH 01/11] Fixed Non-uniform height of Asset List Tiles. (#6578) --- src/Components/Assets/AssetsList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Assets/AssetsList.tsx b/src/Components/Assets/AssetsList.tsx index 8c19928fbee..df6326c6e79 100644 --- a/src/Components/Assets/AssetsList.tsx +++ b/src/Components/Assets/AssetsList.tsx @@ -189,12 +189,12 @@ const AssetsList = () => {
From 826223779d14a94ae86b149a4c749cd056cf1da7 Mon Sep 17 00:00:00 2001 From: Ashraf Mohammed <98876115+AshrafMd-1@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:02:30 +0530 Subject: [PATCH 02/11] fix styling issues (#6639) --- .../Common/RelativeDateUserMention.tsx | 2 +- src/Components/Facility/ConsultationCard.tsx | 26 +++++++++++-------- src/Components/Patient/PatientHome.tsx | 6 ++--- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/src/Components/Common/RelativeDateUserMention.tsx b/src/Components/Common/RelativeDateUserMention.tsx index 55c7a81518b..18fb431574f 100644 --- a/src/Components/Common/RelativeDateUserMention.tsx +++ b/src/Components/Common/RelativeDateUserMention.tsx @@ -8,7 +8,7 @@ function RelativeDateUserMention(props: { tooltipPosition?: "top" | "bottom" | "left" | "right"; }) { return ( -
From 21f53752d2ce85b300a2584b122140d2f0c0e46a Mon Sep 17 00:00:00 2001 From: Shyam Prakash <106866225+shyamprakash123@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:09:53 +0530 Subject: [PATCH 08/11] Improved look of vitals monitor in mobile view. (#6574) --- src/Components/VitalsMonitor/HL7PatientVitalsMonitor.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/VitalsMonitor/HL7PatientVitalsMonitor.tsx b/src/Components/VitalsMonitor/HL7PatientVitalsMonitor.tsx index 071da764676..6533d133089 100644 --- a/src/Components/VitalsMonitor/HL7PatientVitalsMonitor.tsx +++ b/src/Components/VitalsMonitor/HL7PatientVitalsMonitor.tsx @@ -43,7 +43,7 @@ export default function HL7PatientVitalsMonitor(props: IVitalsComponentProps) {