TODO 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. - FAQ 404s
  2. - There's a vertical scrollbar on seemingly all pages even though there is no need for it
  3. - "Upload files" button on the dashboard doesn't do anything
  4. - "Tags" button on dashboard 404s
  5. - Passwords that contain special characters don't seem to work (refer to previous dms)
  6. - Users section on dashboard doesn't properly display the Enabled / Admin options (shows both as false for my admin account, the only one that exists)
  7. * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0
  8. - Purge files button in Users section doesn't seem to do anything (files remain in uploads folder)
  9. - Trying to access an album link seems to load endlessly if the album contains no images
  10. - Same as above happens even when the album link is disabled, (dis-)allow download makes no difference
  11. * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0
  12. - You can only disable but not delete album links, so if you make five you're stuck with those 5 forever
  13. - There is no tab name (just shows the web address) and no favicon (blank), even though instance name was set to "lolisafe" in wizard
  14. - "Classic mode for store/ is deprecated and will be removed in Nuxt 3."
  15. - Uploaded text file (via ShareX) does not show up in the dashboard's "Files" area
  16. * Currently only pictures show up on the dashboard due to having thumbs
  17. - Albums and Tags buttons when hovering over an image in the "Files" section do nothing
  18. * Album is fixed
  19. * Tags is not
  20. - On the front page, the top left logo and text for lolisafe is very hard to read
  21. * Not gonna bother with this, anyone can upload their own background and it's different on every screen resolution
  22. - Can't find a button to delete an album
  23. - Clicking on an album name leads to a 404 (e.g. https://i.robflop.me/dashboard/albums/1)
  24. - When toggling album options, it says "Editing the link was successfull", the 2nd l should be removed
  25. - Album options don't always seem to work? Sometimes I need to toggle an option on and off again for it to take effect (both dis-/enabled and downloads)
  26. * Might be related to SQLite not supporting boolean fields issue