add group chat

This commit is contained in:
Виталий Лавшонок
2025-11-23 10:30:31 +03:00
parent abb7301c16
commit 390f1f52c8
28 changed files with 414 additions and 217 deletions

View File

@@ -58,7 +58,9 @@ export const Posts: FC<PostsProps> = ({ groupId }) => {
<div className="h-[40px] mb-[20px] relative">
<SearchInput
className="w-[216px]"
onChange={(v) => {}}
onChange={(v) => {
v;
}}
placeholder="Поиск сообщений"
/>
{isAdmin && (