From bed5768bf01939c1a26702be0a780eaea9867061 Mon Sep 17 00:00:00 2001 From: Oleg Shulyakov Date: Sun, 14 Sep 2025 00:14:09 +0300 Subject: [PATCH 1/8] feat: Settings is displayed as page instead of modal --- src/App.tsx | 7 +- src/components/ChatInput.tsx | 6 +- src/components/Header.tsx | 115 ++++---- src/components/SettingDialog.tsx | 439 ++++++++++++++++--------------- src/lang/en.json | 1 + 5 files changed, 298 insertions(+), 270 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9f1c8e6..6782b35 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -43,6 +43,7 @@ const App: FC = () => { }> } /> + } /> } /> @@ -141,12 +142,6 @@ const AppLayout: FC = () => {