Home Screen pull request filter is empty #34
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 pull request filter icon claims no activities, but that is wrong, there are pull requests on the server and they need to be shown. They show up when I use pull-up, but of course the starting screen should show available pull request activity and not just claim nothing is there.
Implemented in
dba6359.gotcha_gitea::Client, including issue and pull-request event classification and a continuation cursor that skips server pages with no matching events.Verified in the iPhone 17 Pro simulator: selecting Pull requests immediately displayed older open, merge, and review activity without a manual pull-up; Issues and All activity also restored the correct streams. The simulator build succeeded, and all required formatting, warning-free check, Clippy, and workspace test gates passed.