Fix Rust Status Bar #36
Notifications
Total Time Spent: 14 minutes
mysticmomba
14 minutes
No due date set.
Dependencies
No dependencies set.
Reference: mysticmomba/AirlockTools#36
Reference in New Issue
Block a user
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?
Currently, the status bar from the Rust library stops the python GIL, and shows up through the textual TUI. This breaks the seamless UI component/look of the program.
I'm also going to fix the progress by ignoring the date from the first generated checkpoint by the script, and we will use the date from the first checkpoint received from airlock to be the lowest point in the progress bar.
Mostly fixed now by
797d0f4462While the text shows through, i'm blanking the screen in order to have a clean landing. Removing excessive debug messages next push should clear up some of of the "INFO" messages that are popping up over the ui.