fix: add edit button, bypass constraints on manual sync

- Add Edit icon to PairDetailScreen top bar
- Wire onEdit callback through NavGraph to AddPairScreen with pairId
- Manual "Sync now" (home card + detail screen) now ignores wifiOnly
  and chargingOnly constraints so it runs immediately on tap

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 23:32:46 +00:00
parent c8e50ac17e
commit d6220b7bd7
6 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.2
VERSION_CODE=3
VERSION_NAME=1.0.3
VERSION_CODE=4