From 875acf2e20316ddc677b98ae5887ad2feb0a3539 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Sun, 28 Jun 2026 17:05:04 +0800 Subject: [PATCH] docs: update files trash roadmap --- 07_Full_Implementation_Roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/07_Full_Implementation_Roadmap.md b/07_Full_Implementation_Roadmap.md index fe34f1a..b45ff8d 100644 --- a/07_Full_Implementation_Roadmap.md +++ b/07_Full_Implementation_Roadmap.md @@ -93,7 +93,8 @@ Tasks: - [x] improve Notes list filtering, sorting, and filtered empty states; - [x] improve Notes rename/conflict UX; - [x] add Notes delete/trash through Files API with confirmation; -- add Files restore metadata view and later restore command; +- [x] add Files restore metadata view; +- add Files restore command later; - [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.