Scoped repository favorites by Issues, Repos, and Milestones pane in Rust-owned preferences.
Migrated existing global favorites into each pane so upgrades preserve current selections.
Passed the pane through UniFFI, regenerated Swift/C bindings, and updated the release checklist.
Verified on the iPhone 17 Pro simulator that different pane favorites remain isolated after app relaunch.
Passed cargo fmt --all -- --check, warning-free workspace check, Clippy with warnings denied, all workspace tests, and the arm64 iOS simulator build.
Implemented in `0a38dbe`.
- Scoped repository favorites by Issues, Repos, and Milestones pane in Rust-owned preferences.
- Migrated existing global favorites into each pane so upgrades preserve current selections.
- Passed the pane through UniFFI, regenerated Swift/C bindings, and updated the release checklist.
- Verified on the iPhone 17 Pro simulator that different pane favorites remain isolated after app relaunch.
- Passed `cargo fmt --all -- --check`, warning-free workspace check, Clippy with warnings denied, all workspace tests, and the arm64 iOS simulator build.
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.
Favoriting a repo should not be global but local to each pane. So fav on a repo in issues does not make it fav in milestones.
Implemented in
0a38dbe.cargo fmt --all -- --check, warning-free workspace check, Clippy with warnings denied, all workspace tests, and the arm64 iOS simulator build.