TF-4243 Add Delete label action to context menu

This commit is contained in:
dab246
2026-01-27 12:38:58 +07:00
committed by Dat H. Pham
parent 6aab6f83eb
commit 5914877b1b
8 changed files with 88 additions and 14 deletions
@@ -12,7 +12,7 @@ import 'package:tmail_ui_user/main/localizations/app_localizations.dart';
import 'package:tmail_ui_user/main/routes/route_navigation.dart';
mixin LabelContextMenuMixin on PopupContextMenuActionMixin {
static const _labelActions = [LabelActionType.edit];
static const _labelActions = [LabelActionType.edit, LabelActionType.delete];
Future<void> _openLabelPopupMenuAction(
BuildContext context,