Add multi-select and bulk delete to the GCode browser #94
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Please add a multi-selection feature (such as checkboxes) to the GCode browser tab to allow users to select and delete multiple uploaded models/files at the same time.
Motivation
When making quick iterative adjustments to slicer settings, or realizing a setting was forgotten right after sending a print, the file browser quickly becomes cluttered with multiple, nearly identical iterations of the same file. Currently, deleting these redundant or incorrect files one by one is tedious. A bulk-delete option would save time and make it much easier to keep the printer's storage organized.
Proposed Implementation
Implemented: checkbox on every file card, click anywhere on a card to toggle it once in select mode, Select All (respects your current search/filter), and Delete Selected with one confirmation dialog. Will be in the next nightly build.