From 30c0103b0675d190ae1ce3205b80138f1d24428e Mon Sep 17 00:00:00 2001 From: ghaddaditw <40211818-ghaddaditw@users.noreply.replit.com> Date: Sun, 8 Jun 2025 16:13:40 +0000 Subject: [PATCH] Improve loading appearance on the chat page and fix task retrieval Updates the ChatPage to display skeleton loaders and fixes task fetching logic on TasksPage.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d7e7c4e8-20cb-41c4-9d0e-79f48938fede Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/770bda08-8bb3-4f8f-a35e-cc26aba28071.jpg --- client/src/pages/ChatPage.tsx | 35 +++++++++++++++++++++++++++------- client/src/pages/TasksPage.tsx | 7 +++++-- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/client/src/pages/ChatPage.tsx b/client/src/pages/ChatPage.tsx index 036cf75..63d3f70 100644 --- a/client/src/pages/ChatPage.tsx +++ b/client/src/pages/ChatPage.tsx @@ -214,13 +214,34 @@ export default function ChatPage() { return (