mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 10:25:59 +02:00
add file table view select actions, fix error when uploading over file quota, add welcome + quota stats on home page, update server settings rendering, fix server settings tab being visible in sidebat by admin (non-superadmin), add disabled status for checkbox, increase folder select menu height
This commit is contained in:
parent
c7d0454195
commit
b2b22c6bb8
21 changed files with 2122 additions and 2105 deletions
|
@ -561,6 +561,7 @@ export default function LargeFileDisplay({ file, hidden, onClose }: Props) {
|
|||
ToastAndroid.SHORT,
|
||||
);
|
||||
}}
|
||||
maxHeight={400}
|
||||
/>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue