Favoriting a repo must be local to the pane I am in #39

Closed
opened 2026-07-31 16:08:14 +00:00 by hugo · 1 comment
Owner

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.

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.
hugo added this to the first feature complete release milestone 2026-07-31 16:08:14 +00:00
hugo added the bug label 2026-07-31 16:08:14 +00:00
Author
Owner

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.
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.
hugo closed this issue 2026-07-31 16:19:58 +00:00
Sign in to join this conversation.