Brendan Weinstein
02cf33e115
Update WalletLink and @web3-react/walletlink-connector ( #2079 )
2021-07-19 14:52:11 -07:00
Justin Domingue
1f62cdf7a2
fix: invert selected range on RateToggle instead of clearing inputs ( #2078 )
2021-07-19 11:22:46 -07:00
Crowdin Bot
701e8fe116
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-19 13:09:18 +00:00
Crowdin Bot
3207e6026e
chore(i18n): synchronize translations from crowdin [skip ci]
v4.10.1
2021-07-19 10:05:27 +00:00
Justin Domingue
b0d93dbc0e
increase zoom out range ( #2076 )
v4.10.0
2021-07-16 19:14:39 -07:00
Justin Domingue
975a5e3434
remove unused dependencies ( #2074 )
2021-07-16 15:03:19 -07:00
Ian Lapham
07f52f02ff
feat: only block on app url, mobile UI tweaks ( #2073 )
...
* start iframe ui updates
* replace hook with constant
* add origin check for blocked lists
* remove origin check for local unsupported list
* remove redundant retun
* remove iframe check
* undo local change
2021-07-16 15:28:19 -04:00
Crowdin Bot
5f112611c8
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-16 18:22:45 +00:00
Justin Domingue
1d82a4c71e
fix: set language using url param in language dropdown ( #2063 )
...
* set language using url param in language dropdown
* refactor common code into a hook
* add hook
* address pr feedback
2021-07-16 10:56:33 -07:00
Justin Domingue
6004c4be3e
fix: change panning cursor to col-resize ( #2071 )
...
* change panning cursor to col-resize
* revert to grabby, and support grabbing
2021-07-16 10:49:27 -07:00
Justin Domingue
a00432c1c3
fix: remove chart clamping and show indicator when handle is off screen ( #2064 )
...
* initial off screen indicator
* adjust offscreen indicator
* add off screen handle indicator
* hide reset until we get a better behavior
* add svg.tsx
2021-07-15 16:31:06 -07:00
Crowdin Bot
a184afa41e
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-15 22:05:15 +00:00
Crowdin Bot
49fd256e79
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-15 17:09:03 +00:00
Crowdin Bot
c006edf696
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-15 16:05:00 +00:00
Moody Salem
b16dd2a930
chore: add one more unit test for ALL_SUPPORTED_CHAIN_IDS
v4.9.6
2021-07-15 10:04:43 -05:00
Moody Salem
08a8f669e8
fix: all supported chain ids should not include the string keys of the enum
2021-07-15 09:59:26 -05:00
Justin Domingue
95d91c8528
fix: add language selector in top-level menu ( #2057 )
...
* initial language selector
* set > icon opacity for consistency
* always reset menu to main on close
* always reset menu on menu open
2021-07-15 07:46:05 -07:00
Justin Domingue
03902fe5c1
remove duplicate set price range
title when there is liquidity ( #2058 )
v4.9.5
2021-07-14 17:43:45 -07:00
Ian Lapham
631052e6a5
fix: update balance check in derived swap state ( #2054 )
...
* update balance check in derived swap state
* replace balance check with correct version of trade
2021-07-14 19:23:46 -04:00
Moody Salem
c63bb84f09
fix(block number): link to the correct page in etherscan for optimism block number links
v4.9.4
2021-07-14 11:56:37 -05:00
Moody Salem
f0d10ba0df
fix: add DAI and WBTC and USDT to routing for Optimism
...
fixes https://github.com/Uniswap/uniswap-interface/issues/2016
2021-07-14 11:50:04 -05:00
Moody Salem
88600d3a78
refactor: clean up some constants
2021-07-14 11:20:37 -05:00
Crowdin Bot
a1060d5f75
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-14 12:05:09 +00:00
Crowdin Bot
83762b3c6a
chore(i18n): synchronize translations from crowdin [skip ci]
v4.9.3
2021-07-14 07:04:47 +00:00
Crowdin Bot
7784f647e1
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-14 02:12:32 +00:00
Moody Salem
65ba56c5f0
fix(arbitrum): use infura endpoints
2021-07-13 20:44:37 -05:00
Crowdin Bot
963514cd51
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-14 01:25:14 +00:00
Crowdin Bot
6d0c8037a8
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-13 22:04:48 +00:00
Justin Domingue
d5ef7f9b24
fix: revert remove x-axis clamping behavior in liquidity chart ( #2045 )
...
* Revert "fix: remove x-axis clamping behavior in liquidity chart (#2042 )"
This reverts commit f86db00464448fe2c0e387aa01855f1710cd4fbd.
* removed extra curly braces around errorMessage
v4.9.2
2021-07-13 14:33:13 -07:00
Justin Domingue
f86db00464
fix: remove x-axis clamping behavior in liquidity chart ( #2042 )
...
* remove x-axis clamping behavior
* remove extra curly braces around errorMessage
2021-07-13 14:17:52 -07:00
Justin Domingue
8884020fab
chore: support stubbing subgraph in integration tests ( #2039 )
...
* upgrade to 7.0
* first iteration of stubbing subgraph in integration tests
2021-07-13 12:54:49 -07:00
Ian Lapham
db145658db
update links ( #2040 )
v4.9.1
2021-07-13 15:44:10 -04:00
Ian Lapham
55bbaffe15
fix: support for isolated pool creation ( #2029 )
...
* revert to remove ui polish changes
* left align blurb and fix bp issue
* fix translation wrapper
* remove preview screen for create, hide submitted txn UI for create, copy updates
* small fixes
* copy updates for create blurb
* add set price range title
* add translation
* fix some translations
Co-authored-by: Justin Domingue <judo@uniswap.org>
v4.9.0
2021-07-13 15:18:09 -04:00
Callil Capuozzo
e1c3ad8f54
fix(L2): Design tweaks for L2 (Optimism) ( #2038 )
...
Style tweaks to header layout, network dropdown and pool pages
Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
2021-07-13 15:08:23 -04:00
Ian Lapham
730af2eed4
fix: dismiss txn confirmation modal if on L2 ( #2022 )
...
* dismiss txn confirmation modal if on l2
* line up far right margin;
* remove submitted view on txns if on L2
* remove uneeded chainid
* wrap dismissal in useEffect
* update variable names
2021-07-13 14:37:35 -04:00
Jordan Frankfurt
c625d15feb
fix(L2): add downtime warning to add liquidity and adjust styles of network notification ( #2034 )
...
* add liquidity warning and network notification
* remove unneeded width
* use externalLink in LinkOutToBridge component
Co-authored-by: Moody Salem <moody.salem@gmail.com>
2021-07-13 12:30:24 -05:00
Justin Domingue
f9de85251c
fix overflow on mobile ( #2037 )
2021-07-13 10:11:50 -07:00
Moody Salem
a186833b7a
fix(L2): enable optimism token list when switched to optimism ( #2036 )
...
* add title text and opacity variability to token lists
* add optimism token list
* show tokens from active lists
* sort up token lists
with tokens on the current chain
* fix up some type issues
prune out chainId changes
* clean up leftover any
* refactor token count mechanism
* handle plurals in title text string
* new combineMaps implementation
* remove custom plural
* address a couple nits
* show the number of tokens on current chain
Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
Co-authored-by: Justin Domingue <judo@uniswap.org>
2021-07-13 11:51:59 -05:00
Luke Donato
aa06db7684
add optional chaining for stakingInfo ( #1950 )
2021-07-13 11:06:29 -05:00
Moody Salem
f5b601ee99
fix(L2): use 10 bips slippage for swaps by default on L2 ( #2035 )
...
* use 10bip slippage on L2
* update deps
Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
2021-07-13 10:41:46 -05:00
Justin Domingue
bf30013b6c
fix: add liquidity ux polish ( #2024 )
...
* zoom out on intiial
* adjust initial zoom ranges
* remove unneeded reactga event
* adjust full range warning copy
* update zoom
* adjust zoom ranges and label around current price
2021-07-13 08:23:24 -07:00
Justin Domingue
2bc2a2c76e
compare with undefined rather than falsy ( #2027 )
2021-07-12 16:13:45 -07:00
Justin Domingue
28bf95123e
load pool data for each tier to determine state ( #2026 )
2021-07-12 15:56:55 -07:00
Justin Domingue
b1d88317b9
fix: properly set upper/lower base/quote on manual inversion ( #2023 )
2021-07-12 14:58:44 -07:00
Moody Salem
f332315de9
fix(routing): updates routing constants for layer 2 networks to use ETH ( #2018 )
2021-07-12 15:30:28 -05:00
Ian Lapham
2fbb86ac44
fix: update CMC priority within lists ( #2019 )
2021-07-12 16:07:08 -04:00
Justin Domingue
8d567e4d4a
fix: add liquidity flow polish ( #2017 )
...
* addressed feedback
* set initial, min and max zoom levels
* better handle 0
* avoid formatting range selector
* polish `not created` state
* remove unused import
2021-07-12 10:19:12 -07:00
Moody Salem
77fbccd3f1
fix: remove dollar sign from translation of eth amount
...
fixes https://github.com/Uniswap/uniswap-interface/issues/1986
2021-07-12 11:09:45 -05:00
Moody Salem
41330ab080
fix: price tokens on optimism mainnet using DAI
2021-07-12 11:03:10 -05:00
Jordan Frankfurt
4ba9d98e67
fix(L2): polish ( #1988 )
...
* polish
move getINfoLinkByChainId to chain constants
pr review - translations
optimism token list, typo, text color for L1 switch
use <Trans /> instead of t
undo unintentional tokenlist order change
use {'Optimism'} instead of {name}
switch deadline implementation
remove unused TYPE import
switch to generalized CHAIN_INFO instead of L2_INFO so we don't have to check in components
add target chain id param to optimism bridge
fix a minor breakpoint issue
reduce sigfigs for header balance
update network card dropdown text for optimism
remove list code
refactor SupportedChainId
* SupportedL1ChainId | SupportedL2ChainId -> SupportedChainId
2021-07-12 11:44:05 -04:00