the tui should designate different activity-types with icons #68
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?
since we can use unicode, we should have proper icons before issues to denote the type. those icons should have different colors for different types. also the lhome page should lnclude the title for issue acitvities and pull request issues and commits, jusst shortened to fit in the screen area of the activity overview.
Implemented in
e5131f6.Verification:
cargo build -p gotcha-tuicargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspaceAdd tagged CLI and TUI releases (#67), distinct icons were visible, long titles were ellipsized, and an automatic refresh completed successfully.