Close and reopen issues on the iPhone #48
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 iPhone app should be able to open and close issues. Add a checkbox to the issue editor to allow that.
Issues also should be able to be closed and opened from the list view with a swipe gesture that reveals a open/close button (depending on state) and a delete button. Full sweep will activate the open/close action, as that is the most common one we want. Delete requires confirmation, as that is a rare and destructive action.
Implemented in
5a48456.gotcha_gitea, exposed narrow app operations, regenerated UniFFI Swift/C bindings, tied mutation tasks to controller lifetime, and updatedTESTING.md.Verification:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(31 tests passed)