little filter icons on the home screen to filter the activities by types #17
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 homescreen should have little icons below the activity bar in a row that filter the activity log according to the selected types. the following types are to be shown as little icons:
Implemented in
5e00c10. Home now has compact, borderless clock, issue, pull-request, and milestone icons that filter recent activity, show a native empty state, and expose selection to VoiceOver. Updated TESTING.md. All required Cargo gates passed; verified the affected Home scenarios in the iPhone 17 Pro simulator on iOS 26.5; signed build installed on the connected iPhone 17.Corrected in
c44e5f1after simulator verification. The Home selector now contains only All, Issues, and Pull requests. Milestones was removed because Gitea 1.25 has no milestone activity event type. The existing user activity feed is now paginated, so native PR opened, merged, closed, and related review/comment events beyond the first 40 rows appear in the PR filter. Verified with real events across Gotcha, DS4Server, and RuDS; all required gates passed; corrected signed build installed on the connected iPhone.