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

Dapp browser fixes #5596

Merged
merged 11 commits into from
Apr 5, 2024
Merged

Dapp browser fixes #5596

merged 11 commits into from
Apr 5, 2024

Conversation

benisgold
Copy link
Member

@benisgold benisgold commented Apr 4, 2024

Fixes APP-####

What changed (plus any additional context for devs)

  • fix clipped shadows on android
  • fix homepage card border radius on android
  • fix incorrect tab height on android
  • fix top inset on android
  • debounce new tab button

Screen recordings / screenshots

What to test

Copy link
Member

@brunobar79 brunobar79 left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -87,7 +87,7 @@ export default function DiscoverScreen() {
contentContainerStyle={isSearchModeEnabled ? { height: '100%' } : {}}
scrollEnabled={!isSearchModeEnabled}
bounces={!isSearchModeEnabled}
removeClippedSubviews
removeClippedSubviewsx
Copy link
Member

Choose a reason for hiding this comment

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

This is the same as removing it. Do we want to remove it for iOS too? If not just check for android and set it to false

Copy link
Member Author

Choose a reason for hiding this comment

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

ooops looks like i accidentally typed an extra character here, there should be no change

@benisgold benisgold merged commit b58bf34 into develop Apr 5, 2024
6 checks passed
@benisgold benisgold deleted the @benisgold/db-android branch April 5, 2024 20:36
BrodyHughes added a commit that referenced this pull request Apr 10, 2024
…e-changes

* 'develop' of github.com:rainbow-me/rainbow: (44 commits)
  allow open in new tab (#5610)
  added warning for unknown price impact (#5597)
  fix cloudflare protection (#5609)
  improve type checking on web preferences (#5607)
  fix scrolltoindex firing on last card dismissal (#5606)
  make account network switcher work (#5604)
  Dapp browser fixes (#5596)
  Fix close tab btn (#5598)
  browser: add account context menu (#5603)
  Fix instant screenshot setting (#5602)
  swaps: bump sdk (#5583)
  Browser: tab transitions, state update queue (#5582)
  audit: undici (#5594)
  [SWAPS V2]: Add token search logic and ability to select assets (#5547)
  swaps v2 gas (#5526)
  tx sim: other natives (#5585)
  Brody/bump 1.9.21 3 (#5588)
  fix sheet bg (#5590)
  Only hold the active tab ref in BrowserContext (#5579)
  Dapp browser: disable tab closing for empty state (#5573)
  ...
BrodyHughes added a commit that referenced this pull request Apr 10, 2024
* 'develop' of github.com:rainbow-me/rainbow:
  make account network switcher work (#5604)
  Dapp browser fixes (#5596)
  Fix close tab btn (#5598)
  browser: add account context menu (#5603)
  Fix instant screenshot setting (#5602)
  swaps: bump sdk (#5583)
  Browser: tab transitions, state update queue (#5582)
  audit: undici (#5594)
  [SWAPS V2]: Add token search logic and ability to select assets (#5547)
  swaps v2 gas (#5526)
  tx sim: other natives (#5585)
  Brody/bump 1.9.21 3 (#5588)
  fix sheet bg (#5590)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants