From 137fb05f8bfc917edde778d6df8c245804d4af2d Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Thu, 16 Oct 2025 18:46:14 +0000
Subject: [PATCH] Refactor chat view and add features
---
src/components/Layout.tsx | 12 --
src/components/chat/ChatSidebar.tsx | 324 ++++++++++++++++++++++++++++
src/components/chat/ChatView.tsx | 57 ++---
3 files changed, 356 insertions(+), 37 deletions(-)
create mode 100644 src/components/chat/ChatSidebar.tsx
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index a92a3e7..5e23ff9 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -60,18 +60,6 @@ export const Layout = ({ children, activeTab, onTabChange }: LayoutProps) => {
- {/* Recent Section */}
-
-
- Recentes
-
-
-
- Conversa anterior...
-
-
-
-
{/* Settings */}