fix: implement global undo UI and optimistic IMAP moves for better UX

This commit is contained in:
Thomas SharedInbox
2026-05-09 15:35:17 +02:00
parent e2759ac062
commit d405b37308
18 changed files with 306 additions and 143 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class FakeEmailRepository implements EmailRepository {
Future<void> restoreEmails(List<Email> emails) async {}
@override
Future<void> deleteEmail(String emailId) async {}
Future<String?> deleteEmail(String emailId) async => null;
@override
Stream<String> get onChangesQueued => const Stream.empty();