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
@@ -5673,4 +5673,11 @@ class AppLocalizations {
name: 'youDoNotHaveAnyEmailTaggedWithThis',
);
}
String get allLabels {
return Intl.message(
'All labels',
name: 'allLabels',
);
}
}