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): ripple on android exceeds border #5395

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

satish-ravi
Copy link
Contributor

Description

The marginBottom on touchable was causing the ripple to exceed only on the bottom. Wrapped in a View to apply margin

Test plan

Before After
android-earn-ripple-before.webm
android-earn-ripple-after.webm

Related issues

Backwards compatibility

Yes

Network scalability

N/A

@satish-ravi satish-ravi enabled auto-merge May 7, 2024 19:06
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.07%. Comparing base (0d3ce46) to head (af26b8b).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5395   +/-   ##
=======================================
  Coverage   86.07%   86.07%           
=======================================
  Files         737      737           
  Lines       30014    30014           
  Branches     5143     5143           
=======================================
  Hits        25835    25835           
  Misses       3951     3951           
  Partials      228      228           
Files Coverage Δ
src/earn/EarnCta.tsx 100.00% <100.00%> (ø)

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 0d3ce46...af26b8b. Read the comment docs.

@satish-ravi satish-ravi added this pull request to the merge queue May 7, 2024
Merged via the queue into main with commit 6d6f863 May 7, 2024
16 checks passed
@satish-ravi satish-ravi deleted the satish/act-1174-4 branch May 7, 2024 19:39
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
### Description

The marginBottom on touchable was causing the ripple to exceed only on
the bottom. Wrapped in a View to apply margin

### Test plan

| Before | After |
|--------|--------|
| <video
src="https://github.com/valora-inc/wallet/assets/5062591/6b69a921-ab8b-4a8a-8193-a86b228bfa6c"
/> | <video
src="https://github.com/valora-inc/wallet/assets/5062591/c04e4581-6bf0-484a-800c-97ca9be195f3"
/> |

### Related issues

- Part of ACT-1174

### Backwards compatibility

Yes

### Network scalability

N/A
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.

3 participants