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

larger sceen support for sending #624

Merged
merged 1 commit into from
Sep 25, 2023
Merged

larger sceen support for sending #624

merged 1 commit into from
Sep 25, 2023

Conversation

ubbabeck
Copy link
Contributor

Fixes #619.

@ubbabeck ubbabeck linked an issue Sep 14, 2023 that may be closed by this pull request
@ubbabeck
Copy link
Contributor Author

issue-619-bad-ui.mov

@ubbabeck ubbabeck marked this pull request as ready for review September 14, 2023 13:43
@ubbabeck ubbabeck self-assigned this Sep 14, 2023
Copy link
Collaborator

@ademar111190 ademar111190 left a comment

Choose a reason for hiding this comment

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

The buttons being one on top of the other is not a bug, it is how the dialog adapts itself when there is not enough available space for adding the buttons in the same row.

That is especially useful when we support multiple languages, e.g.:

  • English: "approve"/"cancel" (13 chars)
  • French: "approuver"/"annuler" (16 chars)
    We can have scenarios where 13 chars fit in the same row but 16 do not.

The bug reported on #619 seems to be a problem with padding, we are not padding properly so the final space for the button is not what it looks like to be

@ubbabeck ubbabeck force-pushed the 619-bad-ui-when-sending branch 2 times, most recently from a612ecc to 1d8c90b Compare September 25, 2023 10:26
@ubbabeck
Copy link
Contributor Author

big
normal

Since latest rebase this is how it looks.

@ubbabeck ubbabeck changed the title move action buttons in a row larger sceen support for sending Sep 25, 2023
@ubbabeck ubbabeck merged commit 9e6dcbc into main Sep 25, 2023
1 check passed
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.

Bad UI when sending
3 participants