Open jmarmstrong1207 opened 3 months ago
I prefer to have the buttons for mass delete/unarchive in the top of the table, similar to the ones in the user edit table (.../admin/usertable):
Looks like this now. It looks off; is this style good? I'm also thinking of adding bulk read status buttons too in this PR
Okay, got it to work. Had to use $(document).on('click', '#id', function....)
instead of $('#id').click()
for the buttons because adding the buttons within the table header makes them dynamically-added elements.
Also added the bulk read/unread buttons. I have tested it to work, but of course testing yourself would be best
Alright, final feature for this PR. I added bulk metadata editing. No more additional features will be added from now on as I've done what I intended to do!
Let me know if I am missing anything. Fleshed out basically everything I can think of myself
@OzzieIsaacs This PR is ready to review now, whenever you're ready
Do you know if this will be reviewed soon? @OzzieIsaacs
This PR adds the following:
Screenshots below show the workflow for deleting for end-users, but is the same as for archive/unarching in bulk. Read comments below for more screenshots:
Select books
Delete books
Book list after deletion