Add responsiveness to file page and use correct file icons based on file type
This commit is contained in:
@ -31,6 +31,7 @@ type FileData struct {
|
||||
Name string
|
||||
Size string
|
||||
IsPrivate bool
|
||||
Type string
|
||||
Downloaded string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user