File upload status (v2 backport) (#4219)
This commit is contained in:
parent
2eda1995b9
commit
12242848b0
4 changed files with 156 additions and 25 deletions
|
@ -13,6 +13,7 @@ import tw from 'twin.macro';
|
|||
import { Button } from '@/components/elements/button/index';
|
||||
import { ServerContext } from '@/state/server';
|
||||
import useFileManagerSwr from '@/plugins/useFileManagerSwr';
|
||||
import FileManagerStatus from '@/components/server/files/FileManagerStatus';
|
||||
import MassActionsBar from '@/components/server/files/MassActionsBar';
|
||||
import UploadButton from '@/components/server/files/UploadButton';
|
||||
import ServerContentBlock from '@/components/elements/ServerContentBlock';
|
||||
|
@ -104,6 +105,7 @@ export default () => {
|
|||
<FileObjectRow key={file.key} file={file} />
|
||||
))}
|
||||
<MassActionsBar />
|
||||
<FileManagerStatus />
|
||||
</div>
|
||||
</CSSTransition>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue