derpac / derpic

derpic is an app developed to go alongside a blog that allows users to upload images and put those images in the blog. But at its core derpic is a fun project for an amateur coder :D
0 stars 0 forks source link

Add multi-delete functionality #4

Closed derpac closed 2 months ago

derpac commented 2 months ago

allow users to select multiple images, show on a preview to make it clear they are deleting many, ask for confirmation before deletion due to the higher risk involved, and finally delete all selected images with the deleteAPI function.

Suggested method would be to populate an array with slugs of the selected images and traverse through this array with delete API.

derpac commented 2 months ago

Basic multi-delete functionality added however while functional in of itself has lead to the copy URL function to not work entirely.

The user now must be shown when multiple images are selected.

derpac commented 2 months ago

To-do:

-nightmode for popup?...

derpac commented 2 months ago