bug fixes, accessiblity improvements, and more

This commit is contained in:
Zoe
2024-09-12 00:43:17 -05:00
parent 1fb4c71b2b
commit cbeafb3995
20 changed files with 241 additions and 271 deletions

View File

@@ -65,7 +65,7 @@ func UploadFile(c echo.Context) error {
Name: entry.Name(),
IsDir: entry.IsDir(),
Size: entry.Size(),
LastModified: entry.ModTime().Format("1/2/2006"),
LastModified: entry.ModTime().Format("2 Jan 06"),
},
}
@@ -139,7 +139,7 @@ func UploadFile(c echo.Context) error {
Name: entry.Name(),
IsDir: entry.IsDir(),
Size: entry.Size(),
LastModified: entry.ModTime().Format("1/2/2006"),
LastModified: entry.ModTime().Format("2 Jan 06"),
},
}