From bc327c40d4c2df3798d73fdea85c5b22d3df2be0 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Sun, 18 May 2025 14:58:15 +0700 Subject: [PATCH] chore: update empty state thread list, search, and no model --- web-app/src/containers/LeftPanel.tsx | 53 ++++++++------ .../settings/providers/$providerName.tsx | 73 +++++++++++-------- web-app/src/routes/threads/$threadId.tsx | 1 - 3 files changed, 76 insertions(+), 51 deletions(-) diff --git a/web-app/src/containers/LeftPanel.tsx b/web-app/src/containers/LeftPanel.tsx index 0748a5855..523b4d0a8 100644 --- a/web-app/src/containers/LeftPanel.tsx +++ b/web-app/src/containers/LeftPanel.tsx @@ -8,6 +8,7 @@ import { IconSettingsFilled, IconTrash, IconStar, + IconMessageFilled, IconAppsFilled, IconX, IconSearch, @@ -50,9 +51,6 @@ const mainMenus = [ icon: IconAppsFilled, route: route.hub, }, -] - -const secondaryMenus = [ { title: 'common.settings', icon: IconSettingsFilled, @@ -89,6 +87,8 @@ const LeftPanel = () => { const [openDropdown, setOpenDropdown] = useState(false) + console.log(threads) + return (