From 53ed0fc87cfd787e75c4dc3067ed4e7cc11c2a91 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 28 Jun 2026 22:24:28 +0800 Subject: [PATCH] docs: mark file trash restore 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 b45ff8d..20819bd 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -94,7 +94,7 @@ Tasks: - [x] improve Notes rename/conflict UX; - [x] add Notes delete/trash through Files API with confirmation; - [x] add Files restore metadata view; -- add Files restore command later; +- [x] add Files restore command; - [x] define external open/show-in-folder as a public v2 API, replacing fallback; - add watcher-based refresh for Files/Notes after external changes; - add safe binary read/streaming contract only after text workflows are stable.