in the TUI overview, commits are showing weird json for the included files instead of the file information #60
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?
when I go through activities and am on a commit, in the preview to the right JSON shows up where I would expect file information. the json has the file information inside, so it is generally looking at the right stuff, but it is not formatting it.
Implemented in
61e96cc.Commits,HeadCommit, andLenfields.TESTING.mdand added regression coverage at both the activity parser and TUI presentation boundaries.Verification:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(48 passed)This is a TUI issue, so no iPhone release build or deployment was performed, as requested.