aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-20 06:56:43 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-20 06:56:43 +0100
commitefb92a00185963a763217d4bedce7a1591c6dc22 (patch)
tree0ac7d86154b286195819de06decdbd850561bdcb /README.md
parentf6b7fe33ee7c08761f3403ca77b7530dbb2763df (diff)
image: implement removing
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9f496bd..db6b884 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,13 @@
### Frontend
- [ ] Shuffle-Mode
- [ ] Something like *X* years/months/days ago this happened.
-- [ ] Settings
+- [x] Settings
- [x] Profile picture
- [x] Profile name
- - [ ] Birthday such we can flag pictures as birthday pictures.
-- [ ] Upload progress bar
+ - [x] Birthday such we can flag pictures as birthday pictures.
+- [x] Upload progress bar
### Backend
-- [ ] Not all files are delivered.
+- [x] Not all files are delivered.
+- [ ] **Removing file makes date ordering wrong**.
- [ ] Cache shuffle data in backend and drop them when next day starts.