TF-3911 Support mail keyboard shortcut actions in email searched list view on web desktop

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-08-04 11:58:48 +07:00
committed by Dat H. Pham
parent 6c86682111
commit d61468e73b
3 changed files with 61 additions and 3 deletions
@@ -0,0 +1,9 @@
import 'package:tmail_ui_user/features/thread/presentation/model/mail_list_shortcut_action_view_event.dart';
class MailSearchedListShortcutActionViewEvent
extends MailListShortcutActionViewEvent {
MailSearchedListShortcutActionViewEvent(
super.actionType,
super.listPresentationEmail,
);
}