From 92906ea2fa790be7e06e43e1a2dace893319c9c5 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 4 Nov 2024 20:36:25 +0700 Subject: [PATCH] ui: system monitor should not cover input box (#3942) --- .../Layout/BottomPanel/SystemMonitor/index.tsx | 2 +- web/screens/Thread/ThreadCenterPanel/index.tsx | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx b/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx index 7fdc598ec..ae91cfa9d 100644 --- a/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx +++ b/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx @@ -94,7 +94,7 @@ const SystemMonitor = () => {
{ const isGeneratingResponse = useAtomValue(isGeneratingResponseAtom) + const showSystemMonitorPanel = useAtomValue(showSystemMonitorPanelAtom) + return (
{
)} -
+
{activeThread ? (