feat: create new file page with improved UI, combine upload and download functionality

This commit is contained in:
2024-09-15 17:24:18 +07:00
parent b54d0f16a5
commit eee047a9b0
22 changed files with 1189 additions and 1137 deletions

View File

@ -30,7 +30,7 @@ type FileData struct {
ID string
Name string
Size string
Downloaded uint64
Downloaded string
}
type FileWithDetail struct {