ui(admin): add "working" React admin ui
This commit is contained in:
parent
d1c7494933
commit
5402584508
199 changed files with 13387 additions and 151 deletions
|
@ -138,7 +138,7 @@ const FileDropdownMenu = ({ file }: { file: FileObject }) => {
|
|||
onConfirmed={doDeletion}
|
||||
>
|
||||
You will not be able to recover the contents of
|
||||
<span className={'font-semibold text-gray-50'}>{file.name}</span> once deleted.
|
||||
<span className={'font-semibold text-slate-50'}>{file.name}</span> once deleted.
|
||||
</Dialog.Confirm>
|
||||
<DropdownMenu
|
||||
ref={onClickRef}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue