summaryrefslogtreecommitdiff
path: root/Todo.md
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-22 12:46:00 +1000
committerJake Mannens <jake@asger.xyz>2026-05-23 22:13:00 +1000
commit4ea3ddb38d010c2f85c22b7f1c3f2d7e0c1355e3 (patch)
tree90af9203059d645eb77216f1a091722ee9702438 /Todo.md
parent6de5d7f5364fe1d54703da6d6b7cb08ea26e939f (diff)
Initial commitwasm-oldserver
Diffstat (limited to 'Todo.md')
-rw-r--r--Todo.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/Todo.md b/Todo.md
deleted file mode 100644
index 23c406d..0000000
--- a/Todo.md
+++ /dev/null
@@ -1,41 +0,0 @@
-# Bugs
- - [X] Images in the gallery on mobile can easily exceed screen width
- - [X] Images smaller than the requested thumbnail size aren't delivered
- - [X] Autocorrect needs to be disabled on inputs such as username, tag name, etc
- - [X] Mobile menu does not automatically hide upon page navigation
- - [X] Input not focused
- - [ ] Setting implicit tags removes builtin tags
- - [X] UserService listeners don't seem to be removed after disposal
- - [X] Cancelling tag creation creates the tag anyway
- - [ ] Prevent marking tagging complete unless there are actually user tags
- - [X] Media upload not deduping media
- - [ ] Can't delete media
-
-# Short-term Features
- - [ ] Ability to set password (at least via API)
- - [ ] PowerShell uploading with initial tagging
- - [ ] Proper thumbnail generation
- - [ ] Video support
- - [ ] User/security support
- - [X] Record in UploadedFiles whether the checksums was verified at upload time
- - [X] Record in Media which UploadedFile actually holds the current content
-
-# Long-term Features
- - [ ] Redirect to last page after login
- - [ ] Enlarge image view in ViewMedia
- - [ ] Periodic thumbnail scrubbing
- - [ ] Loading animations
- - [ ] Keyboard shortcuts
- - [ ] Find source
- - [ ] Collections
- - [ ] Search memes by audio (for some reason)
- - [ ] Jump into ingest feed at random point
- - [ ] Rating system
- - [ ] Instantaneous OCR processing when media is uploaded
- - [ ] OCR status reporting on admin page
- - [ ] Dynamically update OCR data on ViewMedia page
- - [ ] Image deduplication by visual similarity
- - [ ] Audit log
- - [ ] Journaled operations
- - [ ] Confirmation dialog before enabling NSFW mode
- - [ ] Upload progress bars