From 5ea49d1b6e0d33fed4fbf69435c89bcd77c3c6e6 Mon Sep 17 00:00:00 2001 From: Shivank Kacker Date: Fri, 27 Sep 2024 19:26:31 +0530 Subject: [PATCH 1/3] Fix camera feed fullscreen bug (#8650) --- src/Components/CameraFeed/CameraFeed.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Components/CameraFeed/CameraFeed.tsx b/src/Components/CameraFeed/CameraFeed.tsx index 863a6bbac8a..a52214f5946 100644 --- a/src/Components/CameraFeed/CameraFeed.tsx +++ b/src/Components/CameraFeed/CameraFeed.tsx @@ -145,10 +145,10 @@ export default function CameraFeed(props: Props) { ); return ( -
+
{ if (playerStatus !== "playing") { return "bg-black text-zinc-400"; @@ -202,7 +202,7 @@ export default function CameraFeed(props: Props) { )}
-
+
{/* Notifications */} {playerStatus === "playing" && } @@ -250,7 +250,7 @@ export default function CameraFeed(props: Props) { { setPlayedOn(new Date()); setState("playing"); @@ -266,6 +266,7 @@ export default function CameraFeed(props: Props) { }} onError={props.onStreamError} /> + {inlineControls && playerStatus === "playing" && controls}
{!inlineControls && ( From 96407c12977cf137cf5144b143322a760a5b8cfd Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Fri, 27 Sep 2024 21:31:25 +0530 Subject: [PATCH 2/3] Allow archiving consent records (#8654) --- src/Components/Patient/PatientConsentRecordBlock.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Patient/PatientConsentRecordBlock.tsx b/src/Components/Patient/PatientConsentRecordBlock.tsx index 6832de87679..07931380cb6 100644 --- a/src/Components/Patient/PatientConsentRecordBlock.tsx +++ b/src/Components/Patient/PatientConsentRecordBlock.tsx @@ -103,6 +103,7 @@ export default function PatientConsentRecordBlockGroup(props: { file={file} editable={hasEditPermission(file)} associating_id={consentRecord.id} + archivable /> ))}
From 55347624f19679fb7e11299341367bc27d91c2aa Mon Sep 17 00:00:00 2001 From: Mohammed Nihal <57055998+nihal467@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:27:13 +0200 Subject: [PATCH 3/3] Fixed translation of Spo2 in criticalcare (#8656) --- src/Components/LogUpdate/Sections/Vitals.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/LogUpdate/Sections/Vitals.tsx b/src/Components/LogUpdate/Sections/Vitals.tsx index 44902bbf0b8..2d533d529e4 100644 --- a/src/Components/LogUpdate/Sections/Vitals.tsx +++ b/src/Components/LogUpdate/Sections/Vitals.tsx @@ -29,7 +29,7 @@ const Vitals = ({ log, onChange }: LogUpdateSectionProps) => {
onChange({ ventilator_spo2: c.value })} value={log.ventilator_spo2}