TF-4179 Add Label bar in sidebar

This commit is contained in:
dab246
2025-11-25 17:36:05 +07:00
committed by Dat H. Pham
parent a684051cc9
commit 75f55e6507
6 changed files with 169 additions and 3 deletions
@@ -5499,4 +5499,18 @@ class AppLocalizations {
name: 'aiNeedsActionSettingExplanation',
);
}
String get labels {
return Intl.message(
'Labels',
name: 'labels',
);
}
String get newLabel {
return Intl.message(
'New label',
name: 'newLabel',
);
}
}