TF-2666 Apply new design for edit recipient card on web

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-24 16:59:15 +07:00
committed by Dat H. Pham
parent 7ca3950c34
commit 6653551609
15 changed files with 420 additions and 87 deletions
@@ -4862,4 +4862,18 @@ class AppLocalizations {
name: 'modifyEmailAddress',
);
}
String get editEmail {
return Intl.message(
'Edit email',
name: 'editEmail',
);
}
String get createARule {
return Intl.message(
'Create a rule',
name: 'createARule',
);
}
}