TF-4179 Display tag list in sidebar

This commit is contained in:
dab246
2025-11-25 18:54:54 +07:00
committed by Dat H. Pham
parent 75f55e6507
commit e2fe0a0676
8 changed files with 215 additions and 4 deletions
@@ -275,6 +275,7 @@ class ImagePaths {
String get icAiMoreDetail => _getImagePath('ic_ai_more_detail.svg');
String get icAiMoreProfessional => _getImagePath('ic_ai_more_professional.svg');
String get icAiMorePolite => _getImagePath('ic_ai_more_polite.svg');
String get icTag => _getImagePath('ic_tag.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;