sforkowany z mirror/soapbox
Chats: improve uploading progress bar styles
rodzic
9e39415ca8
commit
5b1de5da8c
|
@ -184,7 +184,9 @@ const Chat: React.FC<ChatInterface> = ({ chat, inputRef, className }) => {
|
|||
{renderAttachment()}
|
||||
|
||||
{isUploading && (
|
||||
<div className='p-4'>
|
||||
<UploadProgress progress={uploadProgress * 100} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
<ChatComposer
|
||||
|
|
Ładowanie…
Reference in New Issue