Add responsiveness to file page and use correct file icons based on file type

This commit is contained in:
2024-09-16 11:02:25 +07:00
parent b246d85fac
commit dd8d0c0f4f
21 changed files with 797 additions and 590 deletions

View File

@ -31,6 +31,7 @@ type FileData struct {
Name string
Size string
IsPrivate bool
Type string
Downloaded string
}