TF-1427 Create new mailbox search view on web

This commit is contained in:
dab246
2023-02-09 15:08:40 +07:00
committed by Dat Vu
parent e2c0cb52a6
commit 705dd5d28c
18 changed files with 1021 additions and 38 deletions
@@ -167,6 +167,8 @@ class ImagePaths {
String get icInfoCircleOutline => _getImagePath('ic_info_circle_outline.svg');
String get icSpamReportDisable => _getImagePath('ic_spam_report_disable.svg');
String get icSpamReportEnable => _getImagePath('ic_spam_report_enable.svg');
String get icClearSearchInput => _getImagePath('ic_clear_search_input.svg');
String get icHideFolder => _getImagePath('ic_hide_folder.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;