ChrisFox.eth
b791afac59
Updating two public-facing URLs to docs ( #1992 )
2021-07-08 08:22:31 -05:00
Crowdin Bot
2899c8af45
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-08 06:04:59 +00:00
Crowdin Bot
6690bc513d
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-08 00:06:45 +00:00
Justin Domingue
aea3c1f6e6
feat(pools): add liquidity chart range input primitives ( #1990 )
...
* first iteration of liquidity chart primitives
* add tickprocessed type
* clean up
2021-07-07 16:39:44 -07:00
Justin Domingue
e0c625671b
improve liquidity depth hooks and data fetching ( #1989 )
2021-07-07 14:37:29 -07:00
Crowdin Bot
aa3c867222
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-07 16:06:58 +00:00
Justin Domingue
2182e676d4
fix: enforce styled-components/macro usage and upgrade react-scripts ( #1981 )
...
* upgrade react-scripts and enforce macro rule
* Fix code style issues with ESLint
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
2021-07-07 08:45:47 -07:00
Justin Domingue
f0fc11a3b5
stabilize fee distribution in hook ( #1979 )
2021-07-07 08:27:18 -07:00
Crowdin Bot
53d93afd78
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-07 15:05:04 +00:00
Jordan Frankfurt
b612b15e1e
fix(L2): routing fixes ( #1980 )
...
* Revert "fix last commit"
This reverts commit 9f5764aab31b7653f4046be00eae707460513d4f.
* Revert "fix l2 routing bug"
This reverts commit f6dea47907016a8ec820cf1b9b4a95e9f8e15be5.
* drops routing changes for L2
* pool v2 switch networks message
2021-07-07 10:59:31 -04:00
Noah Zinsmeister
9f5764aab3
fix last commit
2021-07-07 09:44:28 -04:00
Noah Zinsmeister
f6dea47907
fix l2 routing bug
2021-07-07 09:38:29 -04:00
Crowdin Bot
8e9981e186
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-07 08:05:21 +00:00
Crowdin Bot
1509c430fd
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-07 07:04:46 +00:00
Crowdin Bot
93073321db
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-07 06:05:06 +00:00
Crowdin Bot
618760ff1b
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-07 03:04:52 +00:00
Jordan Frankfurt
2d20fc939d
feat(L2): network alert cards (optimism and arbitrum) ( #1957 )
...
* design review for arbitrum UI
* add optimism L2 UI
* better gradients, remove v2 links/routes, some minor padding and margin fixes
2021-07-06 22:38:47 -04:00
Crowdin Bot
8c1e9b394b
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-06 22:04:39 +00:00
Moody Salem
cfe590d810
refactor(devx): show a warning when a call fails due to insufficient gas allowed
2021-07-06 16:28:01 -05:00
Noah Zinsmeister
2ee9b16c49
remove a lot of dead code ( #1970 )
2021-07-06 17:08:40 -04:00
Moody Salem
c52cd2c38e
fix(position image): increase the gas required constraint for the token URI
2021-07-06 16:08:20 -05:00
Noah Zinsmeister
43cefbdc6a
no more borderRadius
errors! ( #1968 )
2021-07-06 17:05:19 -04:00
Moody Salem
ae86fefe8b
fix: do not reverse the proposals list in place
2021-07-06 10:17:08 -05:00
Crowdin Bot
8901605c32
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-05 12:05:15 +00:00
Justin Domingue
568829d3b5
fix: invalidate subgraph cache with provideTags ( #1962 )
...
* invalidate queries using tags
* enhance generated api with provide tags
* clean up
2021-07-03 12:56:38 -07:00
Justin Domingue
b0f4b4c735
remove loading indicator from fee tier selection ( #1954 )
2021-07-02 11:00:48 -07:00
Moody Salem
a73d3af4b2
fix: use an arbitrum multicall that returns a better block number
2021-07-02 12:56:12 -05:00
Moody Salem
2c7b431e60
fix: use a multicall that allows limiting gas of the individual calls ( #1953 )
...
* fix: use a multicall that allows limiting gas of the individual calls
* use the latest multicall addresses
2021-07-02 12:25:37 -05:00
Ian Lapham
0805b2d9b8
update defaults ( #1955 )
2021-07-02 13:24:04 -04:00
Moody Salem
6c8fc5a7f6
fix: reduce call retries by specifying a block tag in multicall
2021-07-02 09:25:11 -05:00
Crowdin Bot
702258574d
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-02 06:09:45 +00:00
Crowdin Bot
17bc229a36
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-01 23:07:38 +00:00
Justin Domingue
458a7d90a0
various edits
2021-07-01 15:13:36 -07:00
Crowdin Bot
72877fb0b6
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-01 20:09:52 +00:00
Moody Salem
27f756107e
refactor: logs hook ( #1941 )
...
* feat(logs): add an infrastructure for fetching logs in a declarative way
* use the logs hook in the vote page, first pass
* fix comment
* bit of cleanup
* unused imports
* improve loading indicator on vote page
* some testnet behavior improvements
* fix loader state
* loading state nit
* show correct indexes
* remove the unnecessary retry code
* first pass at the slice
* no throws
* loading indicator should go away if not connected
* use the logs slice for the logs hook state
* style changes per cal's request
2021-07-01 14:44:02 -05:00
Justin Domingue
abfd87c517
feat(pools): fetch pool tick data from uniswap v3 subgraph ( #1932 )
...
* add hooks to fecth ticks data and active liquidity
* cleanup
* add polling interval
* moved ms.macro types to dev deps
* generate graphql schema on build
* added @types/ms.macro
* use clone deep
2021-07-01 11:08:53 -07:00
Crowdin Bot
b3d772bdb5
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-01 18:04:48 +00:00
Justin Domingue
d9c82ebf49
feat: add fee tier distribution badge ( #1862 )
...
* integrate with The Graph and auto-select fee tier
* restored
* addressed some design feedback
* add pulsing animation on feeAmount change
* simplify fee tier title
* adjust button radios
* addressed some design feedback
* log ReactGA events
* ignore data while fetching
* update to use new generated queries
* remove deleted file
* add usefeetierdistribution hook
* invalidate cache and standardize the outlined card
* added react ga
* fix show options logic
* address design feedback
* show % select in minified view
* updated merge error
2021-07-01 10:56:27 -07:00
Justin Domingue
5298a5ce29
feat: handle chain id in subgraph api ( #1938 )
...
* build dynamic subgraph url based on chain id
* reset api state (query cache) on chain id change
* removed dependency on rtk-query/graphql
* add error message
2021-07-01 09:50:03 -07:00
Moody Salem
4d3073d2d9
fix(position page): link to the token page of the explorer instead of the address page from the position page
2021-07-01 10:55:28 -05:00
Crowdin Bot
361e0ca8d7
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-01 10:04:56 +00:00
Justin Domingue
9cfbec4b8b
generated graphql schema and en-US.po on start ( #1930 )
2021-06-29 12:03:47 -07:00
Crowdin Bot
b5ac5d882f
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-29 09:04:42 +00:00
Crowdin Bot
130606cab4
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-29 08:04:53 +00:00
Moody Salem
633f65676e
fix(theme): fix the missing background radial gradient
...
fixes https://github.com/Uniswap/uniswap-interface/issues/1925
2021-06-28 19:35:41 -05:00
Moody Salem
9bccb7ae3a
fix(multicall): better use the block number returned from calls, and cancel all calls when a new block comes in
2021-06-28 19:26:47 -05:00
Justin Domingue
1667b56a04
feat(thegraph): auto-generate graphql types ( #1926 )
...
* auto-generate graphql types
* remove introspection
* generated .ts and add to prettierignore
* updated graph url
2021-06-28 16:43:24 -07:00
Justin Domingue
6e995d6c09
feat(pools): integrate with The Graph using RTK Query ( #1924 )
...
* integrate with the graph
* Update src/state/data/slice.ts
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
2021-06-28 15:12:58 -07:00
Moody Salem
f096112716
fix: improve how we use blocks per fetch in the memoization of the listeners ( #1920 )
...
fixes https://github.com/Uniswap/uniswap-interface/issues/1877
2021-06-28 16:39:19 -05:00
Jordan Frankfurt
50c7d36164
replace trustwallet assets repo w/ our fork ( #1922 )
2021-06-28 16:35:31 -04:00
Crowdin Bot
8f59f501cc
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-28 16:04:43 +00:00
Jordan Frankfurt
197947835b
remove unneeded log ( #1917 )
2021-06-27 22:23:46 -04:00
Crowdin Bot
94081b29a3
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-27 05:04:39 +00:00
Moody Salem
69183ed8c2
fix: translate claim modal inputs
2021-06-26 23:58:25 -05:00
Crowdin Bot
05e741b6c9
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-27 00:08:49 +00:00
Jordan Frankfurt
dfe550c43b
add arbitrum-specific L2 designs ( #1912 )
2021-06-26 19:54:30 -04:00
Crowdin Bot
65dfb40e44
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-25 15:04:42 +00:00
Moody Salem
25f5ed9983
fix: scrollbars showing up in modal with mouse connected, use auto instead of scroll
2021-06-25 10:00:25 -05:00
Yuta Sugimura
9b1ef415c6
refactor: remove unneeded react import ( #1801 )
...
* Add rules
* Remove React import
* remove React import
2021-06-25 09:52:49 -05:00
Crowdin Bot
70f481430a
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-25 07:04:27 +00:00
Justin Domingue
942211eb00
fix: typos in modal css ( #1911 )
...
* allow modal scrolling on dekstop
* removed quote and fixed typo
2021-06-24 13:33:11 -07:00
Justin Domingue
6589c41800
allow modal scrolling on dekstop ( #1910 )
2021-06-24 10:04:07 -07:00
Moody Salem
14bac770b6
fix(arbitrum): explorer links and better anonymization of GA events
2021-06-24 11:38:08 -05:00
Crowdin Bot
c9dbe2f0ac
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-24 10:04:51 +00:00
Crowdin Bot
775cf57c30
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-24 09:04:32 +00:00
Moody Salem
f4935e9264
fix(arbitrum): miscellaneous arbitrum network changes
...
- adds the arbitrum rinkeby testnet deployment
- compute usdc prices on arbitrum one
2021-06-23 20:58:03 -05:00
Crowdin Bot
6b3914b7b9
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-23 08:05:03 +00:00
Crowdin Bot
41efb6f617
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-23 06:05:18 +00:00
Crowdin Bot
52df5f14cf
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-22 23:04:56 +00:00
Noah Zinsmeister
b48a7c529f
fix: proposal sorting
2021-06-22 18:47:12 -04:00
Moody Salem
2eca50be93
chore: remove defunct arbitrum kovan testnet
2021-06-22 17:23:40 -05:00
Moody Salem
be2ce18bfa
fix: change polling interval per network ( #1898 )
2021-06-22 17:21:01 -05:00
Crowdin Bot
02aac08489
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-22 21:05:04 +00:00
Crowdin Bot
8f29980b94
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-22 20:05:13 +00:00
Scott Moses Sunarto
bb542ef0fb
feat: Add proposal creation interface ( #1799 )
...
* Make address input panel more generalized
* Add TextInput component
* Allow adjusting AppBody maxwidth
* Add create proposal layout page
* Fix style consistency
* create proposal ui goes brrr
* various fixes
* minor tweaks and bug fixes
* merge conflict clean up + bug fix
* i18n
* always show create proposal button
* adjust proposal title top margin and show ButtonError styling
* use button disable instead of button error when form is not filled
* revert mistaken css change
* default params for address input panel
* Refactor & fixes
- Add missing i18n
- Refactor how some styled-components is done
- ButtonError is now disabled when proposal is true in create proposal interface
- Edit copywriting
- Minor styling adjustments
* Fixed create proposal padding on medium screen
* refactor
* refactor pt. 2
* single column styling
* change AddressInputPanel font color
* Design adjustments
* change route for create proposal
* Add autonomous proposal CTA
* cta text edit
* Add link to docs for custom action
* small cleanup
* work with latest governor
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
2021-06-22 15:51:32 -04:00
Crowdin Bot
c2fe17615f
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-22 13:12:10 +00:00
Crowdin Bot
a4cab75d09
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-22 08:04:47 +00:00
Crowdin Bot
882457cfef
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-21 16:05:32 +00:00
Justin Domingue
9a1bb5dbfb
Add missing semicolon in English source
2021-06-21 08:10:00 -07:00
Crowdin Bot
767cc85b3e
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-21 07:07:47 +00:00
Crowdin Bot
47d726e544
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-21 06:04:54 +00:00
Crowdin Bot
32118520cd
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-20 19:05:02 +00:00
Crowdin Bot
ada8a3af92
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-19 07:06:22 +00:00
Crowdin Bot
63694b32c0
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-19 06:05:14 +00:00
Crowdin Bot
c9ab94d799
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-19 04:05:38 +00:00
Crowdin Bot
a990c4af70
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-18 21:04:57 +00:00
Crowdin Bot
b5cc33c1f5
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-18 20:05:12 +00:00
Justin Domingue
31da6cdb9d
fix: new toggle theme ( #1782 )
...
* new toggle theme
* moved trans to default
* update radius
* fianlize styles
2021-06-18 12:44:14 -07:00
Crowdin Bot
4079d8a517
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-18 16:05:52 +00:00
Crowdin Bot
e93fbfd31b
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-18 15:05:19 +00:00
Crowdin Bot
7817846368
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-17 23:04:59 +00:00
Crowdin Bot
fc6a69a9af
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-17 09:04:49 +00:00
Crowdin Bot
93a774092f
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-17 08:05:12 +00:00
Crowdin Bot
55563e9bb2
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-17 07:07:40 +00:00
Crowdin Bot
f44aae2f53
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-17 06:04:53 +00:00
Crowdin Bot
7d674c33e7
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-17 04:05:17 +00:00
Noah Zinsmeister
79e6337629
fix governorIndex
2021-06-16 17:31:24 -04:00
Noah Zinsmeister
3c8e8604b8
Merge remote-tracking branch 'refs/remotes/origin/main'
2021-06-16 17:22:46 -04:00
Noah Zinsmeister
b763659788
restrict governance UI to mainnet only
...
fix governor name bug
revert useContract change
add governorIndex to vote page
only fetch latest useLatestProposalCount
fix useDataFromEventLogs
hardcode proposalIndexes for old governors
2021-06-16 17:22:37 -04:00
Crowdin Bot
1ac2581419
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 20:04:59 +00:00
Crowdin Bot
9f556680ed
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 19:06:17 +00:00
Justin Domingue
3f242f1b44
fix: memoize extendedEther to unnecessary rerenders ( #1869 )
2021-06-16 11:07:16 -07:00
Crowdin Bot
126688c753
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 17:16:00 +00:00
Ian Lapham
374cc361a6
small bg fixes ( #1868 )
2021-06-16 13:14:31 -04:00
Crowdin Bot
0198d0baa1
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 16:05:39 +00:00
Crowdin Bot
da2d7ba648
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 15:05:16 +00:00
Yuta Sugimura
37cf492dd5
fix: Add SwitchLocaleLink to a page where it does not exist ( #1867 )
2021-06-16 07:24:25 -07:00
Crowdin Bot
9e93f809a0
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 14:05:04 +00:00
Crowdin Bot
d9bd392e6d
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 12:05:13 +00:00
Crowdin Bot
c48adc519f
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 11:05:10 +00:00
Crowdin Bot
9f8983a92e
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 10:05:07 +00:00
Crowdin Bot
c9d3d81768
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 09:05:06 +00:00
Crowdin Bot
c6f73c35ee
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 08:05:22 +00:00
Crowdin Bot
7a2777b814
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-16 03:05:54 +00:00
Jordan Frankfurt
014595cdfb
feat: add multi-contract governance support ( #1860 )
...
* Revert "feat: quick fix for new governor"
This reverts commit 5dd1249dddc3e097c26a68bd5b4157ffa341dd60.
* support multiple governance contracts
2021-06-15 22:36:27 -04:00
Crowdin Bot
c4d12c86a8
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 23:04:42 +00:00
Crowdin Bot
8d2feeb89e
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 19:05:52 +00:00
Crowdin Bot
576b399768
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 18:06:23 +00:00
Crowdin Bot
eb8ce85872
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 15:04:56 +00:00
Justin Domingue
1644e4f9c6
fix(a11y): color contrast changes ( #1803 )
...
* fix: a11y changes
* more a11y fixes
* updated theme colors
* addressed rev4 comments
* address rev5 comments
* addressed rev6
2021-06-15 07:55:38 -07:00
Yuta Sugimura
574fab54d1
fix: props for ResponsiveButtonPrimary ( #1839 )
...
* fix: props for ResponsiveButtonPrimary
* fix ResponsiveButtonPrimary style
2021-06-15 07:55:11 -07:00
Crowdin Bot
8e581c19ff
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 09:05:09 +00:00
Crowdin Bot
8c2fa89e9e
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 08:05:05 +00:00
Crowdin Bot
0ae7452eca
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 07:07:02 +00:00
Crowdin Bot
4589beb789
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 06:04:49 +00:00
Crowdin Bot
55aee86971
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 04:04:55 +00:00
Crowdin Bot
a457af91b6
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 03:07:51 +00:00
Crowdin Bot
e61b5da3c5
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-15 00:08:26 +00:00
Crowdin Bot
b4f44744c1
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 23:05:29 +00:00
Crowdin Bot
27f4e2e750
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 22:04:51 +00:00
Crowdin Bot
01159c53d5
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 21:04:56 +00:00
Crowdin Bot
8d8d63b873
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 20:05:10 +00:00
Crowdin Bot
da9db4b5f1
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 18:04:48 +00:00
Justin Domingue
1724bee0f5
Update useSwapCallback.ts
2021-06-14 10:24:33 -07:00
Crowdin Bot
48e526554b
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 17:14:33 +00:00
Crowdin Bot
53add345de
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 16:05:45 +00:00
Crowdin Bot
e28faf0da2
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 13:12:25 +00:00
Crowdin Bot
f79dc5fe82
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 12:04:53 +00:00
Crowdin Bot
a6f29cbff8
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 11:04:51 +00:00
Crowdin Bot
68f0d4b725
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 10:04:57 +00:00
Crowdin Bot
111e7dc929
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 09:04:55 +00:00
Crowdin Bot
39d61e4913
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 08:07:59 +00:00
Crowdin Bot
3e6d3ec1b5
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 07:07:26 +00:00
Crowdin Bot
3f65530bf4
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 06:04:48 +00:00
Crowdin Bot
dba0d20781
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 05:07:28 +00:00
Crowdin Bot
a0f3bd0dc6
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 04:04:52 +00:00
Crowdin Bot
bef85abfd4
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 03:06:19 +00:00
Crowdin Bot
9934dba805
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 02:21:00 +00:00
Crowdin Bot
72d94b2831
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 01:28:24 +00:00
Crowdin Bot
138697a30a
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-14 00:10:25 +00:00
Crowdin Bot
0add8ae177
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 22:04:40 +00:00
Crowdin Bot
13f7859aaa
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 21:04:46 +00:00
Crowdin Bot
3337b5de22
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 20:04:51 +00:00
Noah Zinsmeister
55ea6616a4
Merge remote-tracking branch 'refs/remotes/origin/main'
2021-06-13 15:15:07 -04:00
Noah Zinsmeister
5dd1249ddd
feat: quick fix for new governor
2021-06-13 15:15:00 -04:00
Crowdin Bot
4ab2bd3474
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 19:06:13 +00:00
Crowdin Bot
9eb20624cb
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 18:05:07 +00:00
Crowdin Bot
25c5cf04e6
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 17:13:27 +00:00
Crowdin Bot
1f70e63cd0
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 16:08:49 +00:00
Crowdin Bot
df88b0ddd1
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 15:05:26 +00:00
Crowdin Bot
679759c3a0
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 14:05:00 +00:00
Crowdin Bot
9b6003bdc5
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 13:12:31 +00:00
Crowdin Bot
2b32824c26
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 12:09:45 +00:00
Crowdin Bot
a4e4cf8ab9
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 11:04:48 +00:00
Crowdin Bot
f08cea1820
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 10:04:50 +00:00
Crowdin Bot
e2d35c56fc
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 09:05:04 +00:00
Crowdin Bot
5f20040107
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 07:06:32 +00:00
Crowdin Bot
9344abd1cf
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 06:05:04 +00:00
Crowdin Bot
426e31230d
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 05:06:53 +00:00
Crowdin Bot
06c48559c5
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 04:05:34 +00:00
Crowdin Bot
0a33ed1a50
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 03:05:54 +00:00
Crowdin Bot
d5c490b871
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 02:19:46 +00:00
Crowdin Bot
099c2adea3
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 01:28:37 +00:00
Crowdin Bot
d387538576
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-13 00:10:49 +00:00
Crowdin Bot
a3a7d01ce9
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 23:05:25 +00:00
Crowdin Bot
549e67bcea
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 22:09:06 +00:00
Crowdin Bot
932992b57f
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 21:04:46 +00:00
Crowdin Bot
76a24376d4
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 20:08:09 +00:00
Crowdin Bot
f873b2249f
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 19:08:33 +00:00
Crowdin Bot
22452c03b0
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 18:05:07 +00:00
Crowdin Bot
14e045b999
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 17:13:55 +00:00
Crowdin Bot
948781f927
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 16:05:42 +00:00
Crowdin Bot
2f72d6b77e
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 15:06:47 +00:00
Crowdin Bot
a78209690d
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 14:04:39 +00:00
Crowdin Bot
98a2f51125
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 13:10:38 +00:00
Crowdin Bot
a1043573af
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 12:07:02 +00:00
Crowdin Bot
63760faa9d
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 11:04:39 +00:00
Crowdin Bot
0566ec28be
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 10:04:55 +00:00
Crowdin Bot
d4c1baba57
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 09:04:49 +00:00
Crowdin Bot
7e41b27cd3
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 08:05:55 +00:00
Crowdin Bot
1d18a5159f
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 07:06:40 +00:00
Crowdin Bot
bb87d2dd03
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 06:04:58 +00:00
Crowdin Bot
0b27528a6a
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 05:06:33 +00:00
Crowdin Bot
5788a273ba
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 04:09:51 +00:00
Crowdin Bot
4d322b17da
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-12 03:09:09 +00:00
Crowdin Bot
cb5b80b558
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-11 16:05:43 +00:00
Crowdin Bot
6964b519bc
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-11 11:04:45 +00:00
Crowdin Bot
ee4ea2a1f0
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-11 10:05:12 +00:00
Crowdin Bot
3763ad15e0
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-10 18:14:56 +00:00
Justin Domingue
557042a88f
add missing translations ( #1842 )
2021-06-10 10:42:07 -07:00
Crowdin Bot
860413dd52
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-10 17:21:32 +00:00
Crowdin Bot
18d4cdcce4
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-10 14:05:54 +00:00
Crowdin Bot
55767de484
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-10 13:15:24 +00:00
Yuta Sugimura
60d5cef69b
fix: untranslated parts ( #1837 )
2021-06-10 07:49:03 -05:00
yj
ad2833a3ed
Translate both text in PositionPage.tsx ( #1838 )
2021-06-10 07:47:59 -05:00
Crowdin Bot
e4a105714a
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-10 12:05:11 +00:00
Crowdin Bot
3e842d3259
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-10 10:05:04 +00:00
Crowdin Bot
e9d18acd41
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-10 00:10:42 +00:00
Moody Salem
abeba3d6b6
fix: translate both prices in the rate toggle
...
fixes https://github.com/Uniswap/uniswap-interface/issues/1834
2021-06-09 18:06:42 -05:00
Moody Salem
84c4219c02
fix: proposals not showing up on first load of vote page
2021-06-09 18:04:59 -05:00
Crowdin Bot
50b81c8334
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-09 19:14:47 +00:00
Crowdin Bot
8986b63335
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-09 18:15:03 +00:00
Crowdin Bot
631b4c08b6
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-09 17:20:45 +00:00
Crowdin Bot
b92f0b8d90
chore(i18n): synchronize translations from crowdin [skip ci]
2021-06-09 08:05:19 +00:00
Justin Domingue
4857281a1e
undo testing artifact
2021-06-08 11:49:38 -07:00
Crowdin Bot
d2a872e7d2
chore(i18n): synchronize translations from crowdin
2021-06-08 14:09:11 +00:00
Crowdin Bot
73042f20fd
chore(i18n): synchronize translations from crowdin
2021-06-08 13:16:53 +00:00
Crowdin Bot
29b5e583c5
chore(i18n): synchronize translations from crowdin
2021-06-08 12:05:11 +00:00
Crowdin Bot
d67f3158bd
chore(i18n): synchronize translations from crowdin
2021-06-08 11:07:08 +00:00
Crowdin Bot
817732d62e
chore(i18n): synchronize translations from crowdin
2021-06-08 09:05:31 +00:00
Crowdin Bot
562a54a175
chore(i18n): synchronize translations from crowdin
2021-06-08 08:06:38 +00:00
Crowdin Bot
cd1e0cf378
chore(i18n): synchronize translations from crowdin
2021-06-08 06:12:39 +00:00
Crowdin Bot
0c81b08d66
chore(i18n): synchronize translations from crowdin
2021-06-08 04:21:20 +00:00
Crowdin Bot
2662f8afbc
chore(i18n): synchronize translations from crowdin
2021-06-08 02:38:00 +00:00
Moody Salem
355012eec9
fix: set polling interval back to 15 seconds
2021-06-07 17:52:49 -05:00
Noah Zinsmeister
68518d7ce0
fix[migrate]: use proper slippage check ( #1821 )
2021-06-07 15:01:30 -04:00
Crowdin Bot
2c9c99b868
chore(i18n): synchronize translations from crowdin
2021-06-07 18:48:52 +00:00
ChristophSiegenthaler
7b78dfa2c4
Fix typo ( #1815 )
...
Co-authored-by: ChristophSiegenthaler <csi@gmx.ch>
2021-06-07 11:07:16 -07:00
Crowdin Bot
e6cbab3c72
chore(i18n): synchronize translations from crowdin
2021-06-07 16:21:50 +00:00
Crowdin Bot
144f86bdfd
chore(i18n): synchronize translations from crowdin
2021-06-06 01:33:53 +00:00
Crowdin Bot
6703743aef
chore(i18n): synchronize translations from crowdin
2021-06-06 00:16:18 +00:00
Crowdin Bot
0320083909
chore(i18n): synchronize translations from crowdin
2021-06-05 22:08:28 +00:00
Crowdin Bot
b96f7d27ca
chore(i18n): synchronize translations from crowdin
2021-06-05 21:08:45 +00:00
Crowdin Bot
45e85bc857
chore(i18n): synchronize translations from crowdin
2021-06-05 20:11:50 +00:00
Crowdin Bot
24e1a01b1a
chore(i18n): synchronize translations from crowdin
2021-06-05 19:24:25 +00:00
Crowdin Bot
0e7a94313c
chore(i18n): synchronize translations from crowdin
2021-06-05 18:31:11 +00:00
Crowdin Bot
35e80fa3ed
chore(i18n): synchronize translations from crowdin
2021-06-05 17:29:29 +00:00
Crowdin Bot
4a70d8eb28
chore(i18n): synchronize translations from crowdin
2021-06-05 16:14:07 +00:00
Moody Salem
706d8724c1
README.md already at the top!
2021-06-05 09:47:18 -05:00
Moody Salem
6e363c1ff1
make _README.md into a symlink
2021-06-05 09:46:49 -05:00
Crowdin Bot
27007708ec
chore(i18n): synchronize translations from crowdin
2021-06-04 20:28:49 +00:00
Crowdin Bot
c4739ea963
chore(i18n): synchronize translations from crowdin
2021-06-04 18:41:01 +00:00
Justin Domingue
50954eff0f
Create _README.md
2021-06-04 11:14:15 -07:00
Crowdin Bot
af112765e4
chore(i18n): synchronize translations from crowdin
2021-06-04 14:32:59 +00:00
Crowdin Bot
52b71004d0
chore(i18n): synchronize translations from crowdin
2021-06-04 13:29:48 +00:00
Crowdin Bot
2ba7c857cd
chore(i18n): synchronize translations from crowdin
2021-06-04 12:26:58 +00:00
Crowdin Bot
67f3b40671
chore(i18n): synchronize translations from crowdin
2021-06-04 05:34:23 +00:00
Crowdin Bot
c2acf5c1a8
chore(i18n): synchronize translations from crowdin
2021-06-04 02:49:43 +00:00
Crowdin Bot
51cf8aa0da
chore(i18n): synchronize translations from crowdin
2021-06-04 01:34:22 +00:00
Crowdin Bot
bc0e578610
chore(i18n): synchronize translations from crowdin
2021-06-03 21:28:59 +00:00
Crowdin Bot
1b13cac0fb
chore(i18n): synchronize translations from crowdin
2021-06-03 20:33:14 +00:00
Crowdin Bot
14ed4dbb2e
chore(i18n): synchronize translations from crowdin
2021-06-03 11:25:20 +00:00
Crowdin Bot
dc140901b3
chore(i18n): synchronize translations from crowdin
2021-06-03 07:33:57 +00:00
Crowdin Bot
07a92ba63b
chore(i18n): synchronize translations from crowdin
2021-06-03 06:36:08 +00:00
Crowdin Bot
3f2f46df43
chore(i18n): synchronize translations from crowdin
2021-06-03 05:39:54 +00:00
Crowdin Bot
2dc5c0d386
chore(i18n): synchronize translations from crowdin
2021-06-03 04:58:53 +00:00
Crowdin Bot
38de86f4c9
chore(i18n): synchronize translations from crowdin
2021-06-03 03:01:20 +00:00
Crowdin Bot
b2196e7e48
chore(i18n): synchronize translations from crowdin
2021-06-03 00:24:19 +00:00
Crowdin Bot
30f66f7062
chore(i18n): synchronize translations from crowdin
2021-06-02 23:21:59 +00:00
Justin Domingue
b87430277a
support plurals ( #1798 )
2021-06-02 16:01:16 -07:00
Moody Salem
b4c59cfc6e
chore: fix the double translation of 'For'
...
fixes https://github.com/Uniswap/uniswap-interface/issues/1800
2021-06-02 17:51:54 -05:00
Crowdin Bot
97bf36efbf
chore(i18n): synchronize translations from crowdin
2021-06-02 21:32:30 +00:00
Crowdin Bot
63e9f6e4d2
chore(i18n): synchronize translations from crowdin
2021-06-02 20:50:26 +00:00
Moody Salem
02d80e07dc
refactor(L2): Arbitrum Kovan testnet and Arbitrum One support ( #1716 )
...
* experimental! point at a kovan arbitrum deployment
* remove the unwrapped token from mint hook
* fix explorer links
* Etherscan -> Explorer
* move chains to constant file
* use NETWORK_URLS instead
* temporary fix to the syncing issue
* fix tests
* fix unknown chain id crash
* use a multicall that returns arbitrum block numbers
* lower polling interval for layer 2
* use a better multicall
* remove unused import
* fixed multicall2
* make some v2 code chain specific
* fix build
* line number changes
* update keys
* fix the locale parsing of full locale string
* extract
* fix lint
* add arbitrum one
* add arbitrum one to supported chains
* add missing arbitrum one label
* refactor: remove storybook
* point to the arbitrum explorer address
* fix arbitrum mainnet links
* fix how weth shows up in the interface
* make the usdc price feature more cross chain compatible
* missing translation
* clean up some governance code so it doesn't crash on unsupported networks
* improve how we check for transaction receipts for sequencer networks
* improve it a bit more
2021-06-02 15:14:34 -05:00
Crowdin Bot
ad53da5efe
chore(i18n): synchronize translations from crowdin
2021-06-02 19:58:27 +00:00
Crowdin Bot
29223ce34f
chore(i18n): synchronize translations from crowdin
2021-06-02 18:58:14 +00:00
Crowdin Bot
b88919ed69
chore(i18n): synchronize translations from crowdin
2021-06-02 17:34:57 +00:00
Ian Lapham
ab80910553
fix: add pool find button to v2 pool page ( #1700 )
...
* add pool find button to v2 pool page
* update copy to be v2 specific
* fixed migrate v2 liquidity back arrow
* add missing <Trans>
Co-authored-by: Justin Domingue <judo@uniswap.org>
2021-06-02 10:08:45 -07:00
Crowdin Bot
1cdb8aa6a4
chore(i18n): synchronize translations from crowdin
2021-06-02 16:27:43 +00:00
Crowdin Bot
88976d0294
chore(i18n): synchronize translations from crowdin
2021-06-02 15:21:20 +00:00
Crowdin Bot
b908c81e2b
chore(i18n): synchronize translations from crowdin
2021-06-02 14:34:38 +00:00
Crowdin Bot
5c20d0adb7
chore(i18n): synchronize translations from crowdin
2021-06-02 09:35:14 +00:00
Crowdin Bot
ca6295fcb7
chore(i18n): synchronize translations from crowdin
2021-06-02 07:35:26 +00:00
Crowdin Bot
e8af59198d
chore(i18n): synchronize translations from crowdin
2021-06-02 06:49:31 +00:00
Crowdin Bot
cd4c43b482
chore(i18n): synchronize translations from crowdin
2021-06-02 05:07:18 +00:00
Crowdin Bot
bccda20473
chore(i18n): synchronize translations from crowdin
2021-06-02 03:03:17 +00:00
Moody Salem
bed8dd5110
fix: do not show price data on non-mainnet
2021-06-01 17:33:50 -05:00
Moody Salem
6bcbabec23
refactor: remove storybook
2021-06-01 17:04:26 -05:00
Justin Domingue
71a490f2aa
fix( #1694 ): fix popup item header overlap ( #1783 )
2021-06-01 14:30:08 -07:00
Moody Salem
abcf1f5a5c
fix: background should show up while loading the js
2021-06-01 16:20:31 -05:00
Crowdin Bot
65e5e9c98e
chore(i18n): synchronize translations from crowdin
2021-06-01 20:55:07 +00:00
Moody Salem
fdabb90f0e
fix: fire a GA event when the locale is switched
2021-06-01 15:31:15 -05:00
Crowdin Bot
049054f5bb
chore(i18n): synchronize translations from crowdin
2021-06-01 20:00:20 +00:00
Crowdin Bot
91d0a002c9
chore(i18n): synchronize translations from crowdin
2021-06-01 16:25:05 +00:00
Justin Domingue
305d2e1df9
chore: change inactive
to closed
( #1780 )
2021-06-01 08:23:23 -07:00
Crowdin Bot
6bb7d9d9b2
chore(i18n): synchronize translations from crowdin
2021-06-01 15:03:26 +00:00
Justin Domingue
979686100e
chore: simplify useSelector and useDispatch types using inference ( #1760 )
...
* chore: simplify app dispatch and selector types with ts inference
* update SearchModal to use new types inference
* chore: simplify useSelector and useDispatch types using inference
2021-06-01 07:58:21 -07:00
Moody Salem
a7a1607faa
fix: add a link to switch the locale conditionally ( #1776 )
...
* add a link to switch the locale conditionally
* make it smaller
* add the locale labels
* language labels from the internet
* fix the heart in the claim popup
* undo the conditional change
* remove todo
* updated Chinese locale name to office-365 language ids
* added missing <Trans>
Co-authored-by: Justin Domingue <judo@uniswap.org>
2021-06-01 09:54:43 -05:00
Hart Lambur
5125cbb1a3
fix(uma): UMA/UNI June expiry call option routing ( #1777 )
...
This would allow for direct routing from UMA tokens to June expiry UMA and UNI covered call option tokens (specifically [UMA 25 Call [30 June 2021]](https://etherscan.io/address/0xb46f57e7ce3a284d74b70447ef9352b5e5df8963 ) and [UNI 50 Call [30 June 2021]](https://etherscan.io/address/0xe0360a9e2cdd7d03b9408c7d3001e017bac2ecd5 )), in the same manner as the May expiry call tokens allowed.
2021-06-01 07:28:21 -05:00
github-actions[bot]
e89387bb26
chore(i18n): synchronize translations from crowdin ( #1775 )
2021-06-01 05:57:18 -05:00
Moody Salem
f7896db5aa
fix linting error, fix header responsiveness in non-english languages, try to fix the background color issue on safari
2021-05-31 22:08:48 -05:00
Moody Salem
0a0053c6f1
fix: prevent the interface from flashing the wrong locale temporarily on load
2021-05-31 21:36:56 -05:00
github-actions[bot]
9e10abbf97
chore(i18n): synchronize translations from crowdin ( #1773 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-05-31 21:11:08 -05:00
Moody Salem
c38771a6aa
refactor: remove the fixed global style component ( #1772 )
...
* chore: remove the fixed global style component
* move it to a more appropriate place
* move some css around
* add an element that triggers the font to immediately load
* some more nit refactoring
* style
* move the radial gradient into the index.css file
* try overriding the font display attribute of the inter family
* remove font-display rule
2021-05-31 21:10:36 -05:00
Moody Salem
8e364680b6
chore(deps): remove some unused code and dependencies
2021-05-31 20:15:59 -05:00
Henry Zhu
04c25685f7
fix: add space to backToV3 swap button ( #1769 )
2021-05-31 19:35:53 -05:00
github-actions[bot]
be1e184d88
chore(i18n): synchronize translations from crowdin ( #1766 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-05-31 16:55:57 -05:00
Moody Salem
b485b14395
chore(i18n): add id-ID
2021-05-31 09:55:01 -05:00
github-actions[bot]
44ef0138de
chore(i18n): synchronize translations from crowdin ( #1762 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-05-31 09:54:06 -05:00
github-actions[bot]
a1142cc7af
chore(i18n): synchronize translations from crowdin ( #1761 )
2021-05-30 22:00:29 -05:00