add contests
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
sendGroupMessage,
|
||||
setGroupChatStatus,
|
||||
} from '../../../../redux/slices/groupChat';
|
||||
import { SearchInput } from '../../../../components/input/SearchInput';
|
||||
import { MessageItem } from './MessageItem';
|
||||
import { Send } from '../../../../assets/icons/input';
|
||||
|
||||
@@ -169,15 +168,7 @@ export const Chat: FC<GroupChatProps> = ({ groupId }) => {
|
||||
|
||||
return (
|
||||
<div className="h-full relative">
|
||||
<div className="grid grid-rows-[40px,1fr,40px] h-full relative min-h-0 gap-[20px]">
|
||||
<div className="relative">
|
||||
<SearchInput
|
||||
className="w-[216px]"
|
||||
onChange={() => {}}
|
||||
placeholder="Поиск сообщений"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-rows-[1fr,40px] h-full relative min-h-0 gap-[20px]">
|
||||
<div
|
||||
className="min-h-0 overflow-y-scroll thin-dark-scrollbar"
|
||||
ref={scrollRef}
|
||||
|
||||
Reference in New Issue
Block a user