diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-20 06:56:43 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-20 06:56:43 +0100 |
| commit | efb92a00185963a763217d4bedce7a1591c6dc22 (patch) | |
| tree | 0ac7d86154b286195819de06decdbd850561bdcb /README.md | |
| parent | f6b7fe33ee7c08761f3403ca77b7530dbb2763df (diff) | |
image: implement removing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |