the tui should have a progress bar for milestones like the GUI app and use colored icons for open and closed #69
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?
the tui should follow the layout of the gui and have a progress bar for milestones and colored icons for open and closed state. Also it should follow the same ordering as the gui. and issues should have the same treatment, proper handling of open and closed and colored icons.
Implemented in
6d271e7.Verification:
cargo build -p gotcha-tuicargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace