From 315163ca626e3616cbbb3618a0aa2d5a3b752c04 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Thu, 23 May 2024 22:48:46 +0530 Subject: [PATCH] chore: Update Lucide icons and add Current Chat Model Settings to Sidepanel --- src/assets/locale/en/common.json | 2 +- src/components/Layouts/Layout.tsx | 3 +-- src/components/Sidepanel/Chat/header.tsx | 16 +++++++++++++++- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/assets/locale/en/common.json b/src/assets/locale/en/common.json index 553c5f7..d03b6b9 100644 --- a/src/assets/locale/en/common.json +++ b/src/assets/locale/en/common.json @@ -49,11 +49,11 @@ "noData": "No data", "noHistory": "No chat history", "chatWithCurrentPage": "Chat with current page", + "currentChatModelSettings":"Current Chat Model Settings", "beta": "Beta", "tts": "Read aloud", "modelSettings": { "label": "Model Settings", - "currentChatModelSettings":"Current Chat Model Settings", "description": "Set the model options globally for all chats", "form": { "keepAlive": { diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index 676623d..200d0ef 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -13,7 +13,6 @@ import { ComputerIcon, GithubIcon, PanelLeftIcon, - SlashIcon, SquarePen, ZapIcon } from "lucide-react" @@ -195,7 +194,7 @@ export default function OptionLayout({
- + +
+
) }