From a46454df67bfe0e5132c8381761ea12a136e7ffc Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Sun, 21 Dec 2025 03:43:24 +0000 Subject: [PATCH] Remove chat bubble and fix dock icon sizing for better usability Remove Chatbot component from App.tsx and adjust dock icon sizes in os.tsx to fit containers. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 279f1558-c0e3-40e4-8217-be7e9f4c6eca Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: 12d0732e-a7dc-4ae4-9d8b-9e68f0699715 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/b984cb14-1d19-4944-922b-bc79e821ed35/279f1558-c0e3-40e4-8217-be7e9f4c6eca/iz083Bf Replit-Helium-Checkpoint-Created: true --- client/src/App.tsx | 2 -- client/src/pages/os.tsx | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 0757de1..afcb845 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -27,7 +27,6 @@ import AdminNotifications from "@/pages/admin-notifications"; import AeThexOS from "@/pages/os"; import Network from "@/pages/network"; import NetworkProfile from "@/pages/network-profile"; -import { Chatbot } from "@/components/Chatbot"; function Router() { return ( @@ -66,7 +65,6 @@ function App() { - diff --git a/client/src/pages/os.tsx b/client/src/pages/os.tsx index a6e0a61..26552fd 100644 --- a/client/src/pages/os.tsx +++ b/client/src/pages/os.tsx @@ -1674,7 +1674,10 @@ function Taskbar({ windows, activeWindowId, apps, time, showStartMenu, user, isA }} data-testid={`dock-${appId}`} > -
+
{app.icon}
{isOpen && (