From bba5d8a004c47a19e2187560a3ce0ca411c49322 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 20 Dec 2024 13:22:35 +0700 Subject: [PATCH 1/7] fix: update scroll issue and copywritting --- web/containers/ModelDropdown/index.tsx | 4 +- .../ChatBody/EmptyThread/index.tsx | 4 +- .../ThreadCenterPanel/ChatBody/index.tsx | 62 +++++++++++++------ 3 files changed, 47 insertions(+), 23 deletions(-) diff --git a/web/containers/ModelDropdown/index.tsx b/web/containers/ModelDropdown/index.tsx index 09240845d3..f5ad55ad51 100644 --- a/web/containers/ModelDropdown/index.tsx +++ b/web/containers/ModelDropdown/index.tsx @@ -378,14 +378,14 @@ const ModelDropdown = ({ !selectedModel && 'text-[hsla(var(--text-tertiary))]' )} > - {selectedModel?.name || 'Select Model'} + {selectedModel?.name || 'Select a model'} ) : ( { {showOnboardingStep ? ( <> -

- {`You don't have a local model yet.`} -

+

{`You don't have any model`}