From 4419151510d6ba5d29053307196f403ba0122798 Mon Sep 17 00:00:00 2001 From: Lionarius Date: Wed, 21 May 2025 16:56:54 +0300 Subject: [PATCH] . --- app/components/app-layout.tsx | 2 +- app/components/chat-message.tsx | 9 +- .../custom-ui/channel-list-item.tsx | 148 +++++----- app/components/custom-ui/home-button.tsx | 6 +- app/components/custom-ui/online-status.tsx | 56 +++- .../custom-ui/private-channel-list-item.tsx | 22 +- app/components/custom-ui/server-button.tsx | 12 +- .../gateway-websocket-connection-manager.tsx | 2 +- app/components/ui/button.tsx | 2 +- app/hooks/use-fetch-user.ts | 46 ++++ app/lib/api/types.ts | 2 +- app/routes/app/providers.tsx | 11 +- bun.lock | 255 +++++++++++------- package.json | 49 ++-- vite.config.ts | 18 +- 15 files changed, 422 insertions(+), 218 deletions(-) create mode 100644 app/hooks/use-fetch-user.ts diff --git a/app/components/app-layout.tsx b/app/components/app-layout.tsx index 7dcb8ba..be2b998 100644 --- a/app/components/app-layout.tsx +++ b/app/components/app-layout.tsx @@ -43,7 +43,7 @@ export default function AppLayout({ children }: AppLayoutProps) { >
-