diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-07 10:07:58 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-07 10:07:58 +1000 |
| commit | a8903ce81b81e62e87b9841c09c4be251b3ba41e (patch) | |
| tree | d7db96bc28aa568e3177b23136a7278688796e1a | |
| parent | 17b6539796f0ed4ce23da2e88d0f520959908606 (diff) | |
Updated Todo
| -rw-r--r-- | Todo.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,16 +1,16 @@ # Bugs - - [ ] Input not focused + - [X] Input not focused - [ ] Setting implicit tags removes builtin tags - - [ ] UserService listeners don't seem to be removed after disposal - - [ ] Cancelling tag creation creates the tag anyway + - [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 # Short-term Features - [ ] Proper thumbnail generation - [ ] Video support - [ ] User/security support - - [ ] Record in UploadedFiles whether the checksums was verified at upload time - - [ ] Record in Media which UploadedFile actually holds the current content + - [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 - [ ] Enlarge image view in ViewMedia |
