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

UI Fixes #795

Open
wants to merge 24 commits into
base: sprint
Choose a base branch
from
Open

UI Fixes #795

wants to merge 24 commits into from

Conversation

@akshay8551 akshay8551 added this to the Sprint 44 milestone Jan 24, 2025
@akshay8551 akshay8551 self-assigned this Jan 24, 2025
src/screens/assets/CoinDetailsHeader.tsx Outdated Show resolved Hide resolved
<ScreenContainer>
<AppHeader title={onBoarding.mainnetAndLightning} />
<ScrollView style={styles.wrapper}>
<View>
Copy link
Member

Choose a reason for hiding this comment

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

is View required here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Other parts of the component structure use a to wrap content, and I’d like to maintain a consistent layout pattern. Even though the current styling is minimal, the ensures we can easily isolate styles or behaviors specific to this block in the future.

src/screens/onBoarding/LNLearnMore.tsx Outdated Show resolved Hide resolved
src/screens/onBoarding/OnchainLearnMore.tsx Outdated Show resolved Hide resolved
src/screens/onBoarding/SupportLearnMore.tsx Outdated Show resolved Hide resolved
src/screens/collectiblesCoins/UnspentUTXOElement.tsx Outdated Show resolved Hide resolved
onPressSend={onPressSend}
onPressRecieve={onPressRecieve}
onPressBuy={onPressBuy}
sendCtaWidth={wp(150)}
Copy link
Member

Choose a reason for hiding this comment

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

how this 150 is decided?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The width of 150 was chosen to provide better spacing and ensure the buttons are easy to tap, while still being responsive with wp(). It ensures consistency across devices, even though the XD design suggests 140.

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.

2 participants