Simplified sync UI updates - #9363
Merged
MiSikora merged 15 commits intoAug 4, 2026
Merged
Conversation
This was referenced Jul 31, 2026
Contributor
Author
18 tasks
MiSikora
changed the base branch from
feature/mehow/simple-sync/sync-recovery
to
graphite-base/9363
July 31, 2026 13:43
MiSikora
changed the base branch from
graphite-base/9363
to
feature/mehow/simple-sync/sync-exchange-code
July 31, 2026 13:43
MiSikora
force-pushed
the
feature/mehow/simple-sync/ship-review-feedback
branch
from
July 31, 2026 13:47
18cd83b to
6ff565b
Compare
MiSikora
force-pushed
the
feature/mehow/simple-sync/ship-review-feedback
branch
from
July 31, 2026 15:06
1089815 to
2e019fe
Compare
MiSikora
force-pushed
the
feature/mehow/simple-sync/sync-exchange-code
branch
from
July 31, 2026 15:06
e153dd4 to
ce7b2d0
Compare
This was referenced Jul 31, 2026
MiSikora
force-pushed
the
feature/mehow/simple-sync/sync-exchange-code
branch
from
August 3, 2026 12:44
ce7b2d0 to
6df1933
Compare
MiSikora
force-pushed
the
feature/mehow/simple-sync/ship-review-feedback
branch
from
August 3, 2026 12:44
2e019fe to
6863923
Compare
MiSikora
force-pushed
the
feature/mehow/simple-sync/sync-exchange-code
branch
from
August 3, 2026 13:13
6df1933 to
fcce549
Compare
MiSikora
force-pushed
the
feature/mehow/simple-sync/ship-review-feedback
branch
from
August 3, 2026 13:13
6863923 to
6867b7f
Compare
CDRussell
approved these changes
Aug 3, 2026
MiSikora
force-pushed
the
feature/mehow/simple-sync/ship-review-feedback
branch
from
August 3, 2026 16:30
6867b7f to
821c26d
Compare
MiSikora
force-pushed
the
feature/mehow/simple-sync/sync-exchange-code
branch
2 times, most recently
from
August 4, 2026 07:11
6d98821 to
c46a8f2
Compare
MiSikora
force-pushed
the
feature/mehow/simple-sync/ship-review-feedback
branch
from
August 4, 2026 07:11
821c26d to
b177968
Compare
Contributor
Author
Merge activity
|
MiSikora
changed the base branch from
feature/mehow/simple-sync/sync-exchange-code
to
graphite-base/9363
August 4, 2026 13:54
- Limit QR code to 400 dp to fit it fully on smaller devices - Inline 'and scan this code' text - swap buttons order - make buttons small - add space between text and buttons
MiSikora
force-pushed
the
feature/mehow/simple-sync/ship-review-feedback
branch
from
August 4, 2026 14:10
b177968 to
7d68652
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Task/Issue URL: https://app.asana.com/1/137249556945/project/1216103556496795/task/1217053641897212?focus=true
Tech Design URL (if applicable): N/A
API Proposals URL(s) (if applicable): N/A
Description
Applies the ship review feedback to the simplified sync screens. All strings used by the simplified sync UI move to dedicated per-screen resources.
Strings and copy:
sync_simplified_<screen>_<placement>strings indonottranslate.xmlinstead of sharing strings between screens.Sync Settings screen:
Sync This Device screen:
QR Code screen:
Pairing screen:
Edit Device screen:
Recovery Code screen:
Steps to test this PR
Sync Settings screen
QR Code screen
Pairing completion
Edit Device screen
Recovery Code screen
UI changes
Note
Low Risk
UI, layout, and string resource changes only; no sync protocol or account logic changes beyond a post-animation delay on the pairing screen.
Overview
Applies ship review feedback to the simplified sync (v2) experience: updated copy, layout tweaks, and a dedicated
sync_simplified_*string set indonottranslate.xmlso each screen has its own resources (aligned with iOS wording, including “sync and back up” and non-breaking spaces for terms like Sync & Backup).Sync Settings when sync is off: full-width Sync With Another Device, a Recover Synced Data section with I Have a Recovery Code (no icon), and a Download section above get-on-other-platforms; desktop browser is a single-line item.
QR code screen: larger max QR size (400dp), Share above Copy Text Code as small buttons pinned to the bottom of the panel.
Pairing (
ExchangeSyncCodeActivity): 1 second delay after the lock animation before continuing.Edit device: Sync This Device toggle is a plain list item (no rounded card).
Recovery code card: denser dashed border (4dp). Sync This Device setup uses updated illustration and spacing.
Tests updated for new string IDs.
Reviewed by Cursor Bugbot for commit 7d68652. Bugbot is set up for automated code reviews on this repo. Configure here.