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.
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.
hugo
added this to the first feature complete release milestone 2026-07-31 14:51:32 +00:00
hugo
added the bug label 2026-07-31 14:51:32 +00:00
Added reusable filtered activity streams to gotcha_gitea::Client, including issue and pull-request event classification and a continuation cursor that skips server pages with no matching events.
Updated the Rust app boundary and regenerated UniFFI bindings so iOS requests the selected stream instead of filtering incomplete pages in Swift.
Updated Home to load the selected stream immediately and only show the empty state after the complete available feed has been checked.
Added Rust coverage for activity classification and continuation presentation.
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.
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 pages with no matching events.
- Updated the Rust app boundary and regenerated UniFFI bindings so iOS requests the selected stream instead of filtering incomplete pages in Swift.
- Updated Home to load the selected stream immediately and only show the empty state after the complete available feed has been checked.
- Added Rust coverage for activity classification and continuation presentation.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.