From 349ad73e60b14d3d253ecee8ea6758ead1b907d1 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 29 Jun 2026 03:23:45 +0800 Subject: [PATCH] docs: mark sync error display complete --- 07_Full_Implementation_Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index 268e69b..d4e7c09 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -112,7 +112,7 @@ Tasks: - define conflict UX contract for desktop and sync plugin; - [x] add server/device revocation checks for sync auth paths; -- persist and display sync errors in Sync plugin; +- [x] persist and display sync errors in Sync plugin; - add retry/backoff for sync client operations; - [x] add real two-vault sync smoke scenarios for create/update/move/trash folders and files;