TODO 1.2 KB

1234567891011121314151617181920
  1. - There's a vertical scrollbar on seemingly all pages even though there is no need for it
  2. - "Tags" button on dashboard 404s
  3. - Passwords that contain special characters don't seem to work (refer to previous dms)
  4. - Uploaded text file (via ShareX) does not show up in the dashboard's "Files" area
  5. * Currently only pictures show up on the dashboard due to having thumbs
  6. - Tags button when hovering over an image in the "Files" section do nothing
  7. - 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)
  8. * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0
  9. - 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)
  10. * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0
  11. - Same as above happens even when the album link is disabled, (dis-)allow download makes no difference
  12. * This is an issue with SQLite not supporting boolean fields, they get converted to 1 and 0
  13. Think about implementing this https://i.kana.dev/24rcxzop.png
  14. - Invalidate a file after it has been downloaded/viewed.