TF-801 Show notification message when vacation enabled

This commit is contained in:
dab246
2022-08-17 22:10:11 +07:00
committed by Dat H. Pham
parent 04b3b49c23
commit f2a72ac883
32 changed files with 531 additions and 365 deletions
@@ -138,6 +138,7 @@ extension AppColor on Color {
static const colorBackgroundFieldConditionRulesFilter = Color(0xFFF2F3F5);
static const colorDividerRuleFilter = Color(0xFFE7E8EC);
static const colorIconTextField = Color(0xFFB8C1CC);
static const colorVacationNotificationMessageBackground = Color(0x2999A2AD);
static const mapGradientColor = [
[Color(0xFF21D4FD), Color(0xFFB721FF)],
@@ -155,6 +155,10 @@ class ImagePaths {
String get icDeleteEmailForward => _getImagePath('ic_delete_email_forward.svg');
String get icVacation => _getImagePath('ic_vacation.svg');
String get icSignOut => _getImagePath('ic_sign_out.svg');
String get icSwitchOn => _getImagePath('ic_switch_on.svg');
String get icSwitchOff => _getImagePath('ic_switch_off.svg');
String get icClock => _getImagePath('ic_clock.svg');
String get icCalendar => _getImagePath('ic_calendar.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;