Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WAIT FOR DESIGN MOBILE] TW-1942: Change the design of log out dialog #1952

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hieutbui
Copy link
Member

@hieutbui hieutbui commented Jul 16, 2024

Ticket

Impact description

  • Update style of logout confirm dialog follow new design.

Test recommendations

  • Open a dialog and test for: Adaptive, buttons function in all platforms.

Resolved

  • Web:
1942.mp4
  • Android:
  • IOS:

Copy link

This PR has been deployed to https://linagora.github.io/twake-on-matrix/1952

@nqhhdev
Copy link
Member

nqhhdev commented Jul 16, 2024

Screenshot 2024-07-16 at 14 27 49

Pls check pipeline

@hieutbui hieutbui force-pushed the TW-1942-Change-design-of-log-out-dialog branch from 94fd5c8 to 88a6333 Compare July 18, 2024 05:00
@hieutbui hieutbui changed the title [WIP] TW-1942: Change the design of log out dialog TW-1942: Change the design of log out dialog Jul 18, 2024
@@ -3082,5 +3082,6 @@
"byContinuingYourAgreeingToOur": "By continuing, you're agreeing to our",
"youDontHaveAnyContactsYet": "You dont have any contacts yet.",
"loading": "Loading...",
"errorDialogTitle": "Oops, something went wrong"
"errorDialogTitle": "Oops, something went wrong",
"logoutDialogWarning": "You will lose access to encrypted messages. We recommend that you enable chat backups before loggingout"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a missing space between "logging" and "out."

child: Container(
constraints: BoxConstraints(
maxWidth: responsiveUtils.isMobile(context)
? responsiveUtils.getSizeScreenWidth(context) - 48
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if width of the screen is less than 48 ?

Comment on lines +277 to +290
boxShadow: [
BoxShadow(
color: Colors.black.withOpacity(0.15),
blurRadius: 8,
offset: const Offset(0, 4),
spreadRadius: 3,
),
BoxShadow(
color: Colors.black.withOpacity(0.3),
blurRadius: 3,
offset: const Offset(0, 1),
),
],
),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should move it into style file

@sherlockvn sherlockvn changed the title TW-1942: Change the design of log out dialog [WAIT FOR DESIGN MOBILE] TW-1942: Change the design of log out dialog Jul 22, 2024
@hoangdat hoangdat self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants