mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
✨ feat: Add CallButton component and integrate with SendButton for improved messaging functionality
This commit is contained in:
parent
52a6de2aa7
commit
12d7028a18
5 changed files with 115 additions and 20 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { useWatch } from 'react-hook-form';
|
||||
import { memo, useRef, useMemo, useEffect, useState } from 'react';
|
||||
import { useRecoilState, useRecoilValue } from 'recoil';
|
||||
import {
|
||||
|
|
@ -31,6 +32,7 @@ import AudioRecorder from './AudioRecorder';
|
|||
import { mainTextareaId } from '~/common';
|
||||
import CollapseChat from './CollapseChat';
|
||||
import StreamAudio from './StreamAudio';
|
||||
import CallButton from './CallButton';
|
||||
import StopButton from './StopButton';
|
||||
import SendButton from './SendButton';
|
||||
import Mention from './Mention';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue