feat: fiat on ramp tile for about page (#5746)
* feat: move about content into landing page
* fix: delete unused image files
* fix: remove unused components
* fix: pointer events on title and subtitle
* feat: add about footer to landing page
* fix: simplify css in Landing Page
* feat(moonpay): moonpay ip checks to determine if the user can access the fiat onramp (#10)
* feat(moonpay): useFiatOnrampAvailable
* feat(moonpay): ip check with moonpay for buy crypto availability
* add error state and clear up some of the sequence of logic
* add button-specific spinner, put the ... menu button behind the feature flag
* hide ... menu option if onramp is unavailable
* add live publishable moonpay key
* add initial FoR hype border flash to announcement acknowledgment
* remove ... menu access to FoR feature
* add tooltip and external link to info icon
* nicer error display
* add stale market to ack
* pr feedback from zzmp
* fix really weird react bug
* ts fix and clear timeout
* pairing staleness handler w/ zzmp
* add back feature flag
* feat: fiat on ramp tile for about page
Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com>
Showing
... | ... | @@ -138,8 +138,8 @@ |
"@types/react-relay": "^13.0.2", | ||
"@types/react-window-infinite-loader": "^1.0.6", | ||
"@uniswap/analytics": "1.2.0", | ||
"@uniswap/analytics-events": "^1.5.0", | ||
"@uniswap/conedison": "^1.1.1", | ||
"@uniswap/analytics-events": "^1.4.0", | ||
"@uniswap/governance": "^1.0.2", | ||
"@uniswap/liquidity-staker": "^1.0.2", | ||
"@uniswap/merkle-distributor": "1.0.1", | ||
... | ... |
Please register or sign in to comment