TF-4243 Implement delete a label in presentation layer

This commit is contained in:
dab246
2026-01-12 15:58:53 +07:00
committed by Dat H. Pham
parent 327d05d20b
commit 9760b6f077
11 changed files with 144 additions and 9 deletions
@@ -380,6 +380,7 @@ abstract class BaseMailboxView extends GetWidget<MailboxController>
onToggleLabelListState: labelController.toggleLabelListState,
onAddNewLabel: () =>
labelController.handleLabelActionType(
context: context,
actionType: LabelActionType.create,
accountId: accountId,
),