diff options
| author | Pitu <[email protected]> | 2021-01-04 01:02:27 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-01-04 01:02:27 +0900 |
| commit | f20963b4a1dcc4974523f8e0e25a2f0e4cc3e92d (patch) | |
| tree | 799ea8208c9a347a2a12aebf1f78d3204658fed7 /TODO | |
| parent | chore: update docs (diff) | |
| download | host.fuwn.me-f20963b4a1dcc4974523f8e0e25a2f0e4cc3e92d.tar.xz host.fuwn.me-f20963b4a1dcc4974523f8e0e25a2f0e4cc3e92d.zip | |
chore: update todo
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ - When you are on the table view of files, the column `Albums` doesn't get populated unless you fetch them, obviously. - Think of a strategy to achieve this in a nice manner -- Can't delete/rename albums when going into album view. Or ever. -- Dark theme the annoying popups for deleting and other stuff - +- There's nowhere to rename albums - Finish /dashboard/tags - right now all it does is ask if you want to delete a tag (make it like the albums page) - Make the settings page work properly - Add an stats page that displays statistics about the server like free space, free/used memory, etc - Add statistics of total disk space used by a specific user (?) - Page that lists all files ordered by size, useful to find big files + +- databaseMigration.js generates thumbnails, make it use the ThumbUtil.js functions for consistency +- Add pagination to user files +- Add pagination to public album links |