Apply new style modal profile UI for desktop

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-02 17:04:46 +07:00
committed by Dat H. Pham
parent 5744e4782d
commit 722a2d94e1
8 changed files with 197 additions and 189 deletions
@@ -1,3 +1,4 @@
import 'package:core/presentation/extensions/string_extension.dart';
import 'package:core/presentation/resources/image_paths.dart';
import 'package:flutter/material.dart';
import 'package:tmail_ui_user/features/base/widget/application_logo_with_text_widget.dart';
@@ -48,7 +49,7 @@ class MailboxAppBar extends StatelessWidget {
onTapAction: openAppGridAction!,
),
UserAvatarBuilder(
username: username,
username: username.firstLetterToUpperCase,
padding: const EdgeInsetsDirectional.only(start: 4),
onTapAction: openSettingsAction,
),