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

fix: always use fixed height for error/remaining label in create artwork list flow #8626

Merged
merged 1 commit into from
May 5, 2023

Conversation

dimatretyak
Copy link
Contributor

@dimatretyak dimatretyak commented May 4, 2023

This PR resolves []

Description

Fix the problem that was discussed in this Slack thread

Demo

iOS

Before After
before-ios.mp4
after-ios.mp4

Android

Before After
before-android.mp4
after-android.mp4

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

iOS user-facing changes

Android user-facing changes

Dev changes

  • always use fixed height for error/remaining label in create artwork list flow - dimatretyak

Need help with something? Have a look at our docs, or get in touch with us.

@dimatretyak dimatretyak self-assigned this May 4, 2023
<Box>
<BottomSheetInput {...rest} style={{ borderColor: borderColor }} />

<Flex height={25} justifyContent="center" mt={1}>
Copy link
Contributor Author

@dimatretyak dimatretyak May 4, 2023

Choose a reason for hiding this comment

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

to be safe, I also specified a fixed height for label container (to avoid such a problem)

@dimatretyak dimatretyak marked this pull request as ready for review May 4, 2023 17:13
Copy link
Member

@anandaroop anandaroop left a comment

Choose a reason for hiding this comment

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

👍🏽

@dimatretyak dimatretyak merged commit e1807fa into main May 5, 2023
@dimatretyak dimatretyak deleted the dimatretyak/fix/create-artwork-list-bottom-sheet branch May 5, 2023 12:01
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.

None yet

2 participants