Apply new design for spam alert on desktop

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-08 11:02:53 +07:00
committed by Dat H. Pham
parent da71890120
commit 290372cb75
9 changed files with 216 additions and 307 deletions
@@ -4801,4 +4801,19 @@ class AppLocalizations {
name: 'youAreNotInvitedToThisEventPleaseContactTheOrganizer',
);
}
String countMessageInSpam(String count) {
return Intl.message(
'$count message in spam',
name: 'countMessageInSpam',
args: [count],
);
}
String get view {
return Intl.message(
'View',
name: 'view',
);
}
}