From caef00bb5c4524f529e194d35f12219e5c1d337d Mon Sep 17 00:00:00 2001 From: mahmoodsht <106068383+mahmoodsht@users.noreply.github.com> Date: Sat, 23 May 2026 18:55:00 +0330 Subject: [PATCH] .... --- dist/index.html | 4 +- dist/web.config | 17 +++++++ index.html | 2 +- public/web.config | 17 +++++++ src/app/components/CommentsModal.tsx | 2 +- src/app/components/LoginPage.tsx | 44 +++++++++++++++---- src/app/components/PostCard.tsx | 7 ++- src/app/components/PublicChatPage.tsx | 28 +++++------- .../public-chat/ChatHistoryModal.tsx | 3 ++ .../components/public-chat/ChatMessages.tsx | 7 ++- src/config/api.ts | 1 + src/hooks/useChatFlow.ts | 2 +- src/services/feedService.ts | 25 ++++++++--- src/services/profileService.ts | 17 +++++-- src/services/publicChatService.ts | 12 +++-- src/utils/feedMapper.ts | 3 +- src/utils/textFormat.ts | 9 ++++ 17 files changed, 152 insertions(+), 48 deletions(-) create mode 100644 dist/web.config create mode 100644 public/web.config create mode 100644 src/utils/textFormat.ts diff --git a/dist/index.html b/dist/index.html index 6f862e5..4f682e2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -4,7 +4,7 @@
-