You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve locally modified bookmark titles and folders during sync
Previously, locallyModifiedBookmarkIds protection only skipped index-only
changes from cloud. Title and folder changes were allowed through, which
caused local edits (e.g., renaming a bookmark label) to be overwritten by
stale cloud data during the pull phase. By the time the push phase ran,
the local change had already been reverted, so nothing got pushed.
Now ALL cloud-driven updates are skipped for locally modified bookmarks,
allowing local title, folder, and index changes to survive the pull phase
and get pushed to cloud correctly.
0 commit comments