Add progress spinner/status to index output #2
Loading…
Add table
Add a link
Reference in a new issue
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?
The index tab in the UI currently has no indication of execution status. A status monitor needs to be added in the form of a console readout or another rich progress bar (or equivalent). If
halopackage works, this would be ideal for indicating progress movement.This will require further refactoring to allow for the UI to run on a separate thread from the indexing operation. The two currently run in the same process, meaning that a progress bar wouldn't change until after
cmd_indexis run.CTkProgressBar