• Joined on 2026-02-16
hugo commented on issue hugo/Gotcha#31 2026-07-31 15:15:01 +00:00
Diffs are word wrapped

Implemented in 5b29e18.

  • Replaced the wrapping diff text view with the same native CodeScrollView now used by repository source files.
  • Commit and pull-request diffs preserve line numbers,…
hugo pushed to main at hugo/Gotcha 2026-07-31 15:14:43 +00:00
5b29e18942 Show diffs without word wrapping
hugo closed issue hugo/Gotcha#30 2026-07-31 15:08:02 +00:00
Issue lists must also show the icon for open/closed
hugo commented on issue hugo/Gotcha#30 2026-07-31 15:07:55 +00:00
Issue lists must also show the icon for open/closed

Implemented in e39695f.

  • Added issue state to the Rust-owned IssueRow presentation record so every issue-list surface receives view-ready state.
  • Added shared native SF Symbol rendering for…
hugo pushed to main at hugo/Gotcha 2026-07-31 15:07:34 +00:00
e39695fc60 Show issue state icons in lists
hugo opened issue hugo/Gotcha#36 2026-07-31 14:56:08 +00:00
Branch connections are cluttered and straight
hugo opened issue hugo/Gotcha#35 2026-07-31 14:54:36 +00:00
The activity bar on Home Screen must be centered
hugo opened issue hugo/Gotcha#34 2026-07-31 14:51:32 +00:00
Home Screen pull request filter is empty
hugo opened issue hugo/Gotcha#33 2026-07-31 14:49:27 +00:00
Filter pane needs to show which filter is set
hugo opened issue hugo/Gotcha#32 2026-07-31 14:44:29 +00:00
File list for pull requests must look like file lists for commits
hugo pushed to main at hugo/Gotcha 2026-07-31 14:44:26 +00:00
f38c3c4939 Centralize Gitea domain workflows
hugo opened issue hugo/Gotcha#31 2026-07-31 14:36:48 +00:00
Diffs are word wrapped
hugo opened issue hugo/Gotcha#30 2026-07-31 14:31:24 +00:00
Issue lists must also show the icon for open/closed
hugo closed issue hugo/Gotcha#22 2026-07-31 14:11:40 +00:00
complete the features of the gotcha cli for issues
hugo commented on issue hugo/Gotcha#22 2026-07-31 14:11:25 +00:00
complete the features of the gotcha cli for issues

Final implementation is in amended commit b468a26, which supersedes the earlier incomplete 6f7ade1 while preserving one commit for this issue.

The post-close review found that list output still…

hugo pushed to main at hugo/Gotcha 2026-07-31 14:11:06 +00:00
b468a2670c Complete Gotcha issue CLI workflow
hugo reopened issue hugo/Gotcha#22 2026-07-31 14:07:54 +00:00
complete the features of the gotcha cli for issues
hugo closed issue hugo/Gotcha#22 2026-07-31 14:01:21 +00:00
complete the features of the gotcha cli for issues
hugo commented on issue hugo/Gotcha#22 2026-07-31 14:01:05 +00:00
complete the features of the gotcha cli for issues

Implemented in commit 6f7ade1.

Completed the Gotcha issue CLI workflow:

  • added issue-list filters for state, kind, keyword, labels, milestones, author, assignee, mentions, activity dates, page,…
hugo pushed to main at hugo/Gotcha 2026-07-31 13:59:39 +00:00
6f7ade14cf Complete Gotcha issue CLI workflow