This PR adds the ability to delete more than one archived action item at a time. You can manually select the ones you wish to delete, or you can select all and delete.
Demo
Testing Instructions
1) Create and close a bunch of action items. Archive that board.
2) Go to the action items archive page.
3) Ensure there is no "Delete selected" button yet, but that you can now see checkboxes on each card, and a "Select All" checkbox at the top.
3) Click the checkbox on a couple different action items. Ensure a "Delete Selected" button pops up at the top.
4) Click the "Delete Selected" button. A modal should pop up. Ensure clicking cancel closes the modal. Ensure clicking, "Yes, Delete" deletes the selected action items.
5) Click the "Select All" checkbox. Ensure all get selected.
6) Click the "Delete Selected" button again and confirm. Ensure all items got deleted.
Overview
This PR adds the ability to delete more than one archived action item at a time. You can manually select the ones you wish to delete, or you can select all and delete.
Demo
Testing Instructions
1) Create and close a bunch of action items. Archive that board. 2) Go to the action items archive page. 3) Ensure there is no "Delete selected" button yet, but that you can now see checkboxes on each card, and a "Select All" checkbox at the top. 3) Click the checkbox on a couple different action items. Ensure a "Delete Selected" button pops up at the top. 4) Click the "Delete Selected" button. A modal should pop up. Ensure clicking cancel closes the modal. Ensure clicking, "Yes, Delete" deletes the selected action items. 5) Click the "Select All" checkbox. Ensure all get selected. 6) Click the "Delete Selected" button again and confirm. Ensure all items got deleted.