diff --git a/TODO.md b/TODO.md index 8775f9f..91b204f 100644 --- a/TODO.md +++ b/TODO.md @@ -32,6 +32,7 @@ This may prevent proper async load of JS assets, which I'd like to look into, in * [ ] Remember last pages of uploads & users lists. Consider remembering last pages of each individual albums as well. When deleting an album, properly delete its remembered last page, if any. When listing albums sidebar and/or listing albums in Manage your albums, also delete remembered last pages of any missing albums (assume the albums were deleted from another device). * [x] Descriptive upload progress, such as upload speed. Also tell user which chunk is currently being uploaded, to avoid confusion when progress "stops" when shifting to the next chunk. +* [ ] Delete own account feature. Since we already have delete user API endpoint, which also already includes the ability to delete uploads associated with the account, it should be easy to expand it a little to allow deleting own account and uploads. Low priority: diff --git a/views/faq.njk b/views/faq.njk index 2baedce..079975d 100644 --- a/views/faq.njk +++ b/views/faq.njk @@ -15,7 +15,8 @@