TF-4308 Add NoLabelYetWidget for choose label modal

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2026-04-16 19:33:35 +07:00
committed by Dat H. Pham
parent c5eb4a011d
commit 35b46ff21b
9 changed files with 288 additions and 89 deletions
@@ -5839,4 +5839,25 @@ class AppLocalizations {
name: 'addListLabelToListEmailFailureMessage',
);
}
String get noLabelsYet {
return Intl.message(
'No Labels yet',
name: 'noLabelsYet',
);
}
String get noLabelsYetMessageDescriptions {
return Intl.message(
'Create your first label to organize your emails more efficiently.',
name: 'noLabelsYetMessageDescriptions',
);
}
String get createALabel {
return Intl.message(
'Create a label',
name: 'createALabel',
);
}
}