Block a user
Favoriting a repo must be local to the pane I am in
Open/closed status also for milestones and pull requests
The activity bar on Home Screen must be centered
The activity bar on Home Screen must be centered
Implemented in 9c7cef3.
- Centered the complete nine-month Home activity strip from its measured graph width instead of a fixed leading origin.
- Included inter-month spacing in both cell sizing…
Filter pane needs to show which filter is set
Filter pane needs to show which filter is set
Implemented in de49db0.
- Added independent blue state indicators to the Status, Milestone, and Labels entries in the native issue filter menu, and to Status and Milestone in the pull-request…
Branch connections are cluttered and straight
Implemented in eadbadd.
- Split commit-graph connections into Rust-owned incoming merge and outgoing branch edges instead of flattening them into undirected horizontal segments.
- Propagated the…
Branch connections are cluttered and straight
Home Screen pull request filter is empty
Implemented in dba6359.
- Added reusable filtered activity streams to
gotcha_gitea::Client, including issue and pull-request event classification and a continuation cursor that skips server…
Home Screen pull request filter is empty
Ratatui based terminal version of the app
File list for pull requests must look like file lists for commits
File list for pull requests must look like file lists for commits
Implemented in 822cf1f.
- Replaced the pull-request detail's ad-hoc blue file buttons with a native non-scrolling
UITableViewsection. - Pull-request and commit file rows now use the same…