GUI option - Remove files from queue on completion #60
Loading…
x
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?
Prompt:
I want to try implementing a fun feature for the GUI Module.
The feature could be considered to have three stages of complexity:
Add a button "Clear queue on completion". Remove every source item from the list that has processed succesfully.
clear the items in real-time as items are processed, this should be possible, as the GUI already recieves context about what the processor is doing in the form of task-updates.
change the row color of individually items as they are being processed: Pastal Blue for "processing", light green for "processed"