repository "all" view in the TUI needs to use colors for branches #54
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 branch lines are simple lines and they should be different color for each branch.
Implemented in
c7c4467.Verification:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(44 tests plus doc tests)gotchaandgotcha-tuibuilt and installed to~/.local/bin; installed artifacts byte-match the release buildThis is a TUI-only change, so no iPhone build or deployment is required.