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