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(earn): fix wrapping and alignments on pool info screen #6143

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

jh2oman
Copy link
Contributor

@jh2oman jh2oman commented Oct 10, 2024

size={IconSize.XXSMALL}
showNetworkIcon={false}
/>
<View style={styles.yieldRateLabelContainer}>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

All of the other contents of a <View style={styles.cardLineLabel}> are a single component, and it makes the styles simpler if this one is too. So, I added a wrapper component

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.74%. Comparing base (edf6d3b) to head (e533349).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6143      +/-   ##
==========================================
- Coverage   88.75%   88.74%   -0.02%     
==========================================
  Files         721      721              
  Lines       30586    30586              
  Branches     5588     5588              
==========================================
- Hits        27147    27143       -4     
+ Misses       3397     3246     -151     
- Partials       42      197     +155     
Files with missing lines Coverage Δ
src/earn/EarnPoolInfoScreen.tsx 97.02% <ø> (ø)

... and 68 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update edf6d3b...e533349. Read the comment docs.

@jh2oman jh2oman enabled auto-merge October 10, 2024 23:35
@jh2oman jh2oman added this pull request to the merge queue Oct 10, 2024
Merged via the queue into main with commit aa2fe7d Oct 11, 2024
16 checks passed
@jh2oman jh2oman deleted the pool-info-style branch October 11, 2024 00:18
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