TF-4229 Add widget for label search field

This commit is contained in:
dab246
2026-01-19 17:49:14 +07:00
committed by Dat H. Pham
parent e1d1f2e066
commit 7839e6b339
22 changed files with 293 additions and 87 deletions
@@ -13,6 +13,7 @@ enum FilterField {
mailBox,
date,
sortBy,
labels,
hasAttachment,
deletionDate,
receptionDate,
@@ -49,6 +50,8 @@ enum FilterField {
return appLocalizations.headerRecipients;
case FilterField.sender:
return appLocalizations.sender;
case FilterField.labels:
return appLocalizations.labels;
default:
return '';
}
@@ -77,6 +80,8 @@ enum FilterField {
case FilterField.recipients:
case FilterField.sender:
return appLocalizations.addAnEmailAddress;
case FilterField.labels:
return appLocalizations.allLabels;
default:
return '';
}