andrii-kryvoviaz / slink

Self-hosted image sharing service.
GNU Affero General Public License v3.0
313 stars 9 forks source link

[ Feature Request ] Add ability to delete uploaded images from upload history #4

Closed arpanghosh8453 closed 8 months ago

arpanghosh8453 commented 8 months ago

Currently there is no option to remove an uploaded image from the UI. I think this is an essential feature for management.

andrii-kryvoviaz commented 8 months ago

Agree, that feature is missing. How I actually see it, it can be removed from the database, preserving the actual image on the disk, or removed from both placed. Thre should be a choice.

andrii-kryvoviaz commented 8 months ago

Slink v1.0.0-rc.9 now supports image deletion on the detailed information page:

image

This will come to upload history page (at least for list view), when I get to redo its layout as mentioned here #3. Stay tuned :)

arpanghosh8453 commented 8 months ago

Thank you, I will be waiting :). The interface looks fantastic.