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
Moody Salem
8a2e4123c6
chore(yarn): update yarn.lock
2021-06-28 18:57:10 -05:00
Moody Salem
e93ddbedfa
chore(ci): take a screenshot in the cypress test for an example
2021-06-28 18:55:42 -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
Moody Salem
8a7f1d51ce
chore(ci): record integration tests
2021-06-28 15:12:24 -05:00
Crowdin Bot
8f59f501cc
chore(i18n): synchronize translations from crowdin [skip ci]
v4.4.3
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]
v4.4.2
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]
v4.4.1
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
v4.4.0
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
yj
fe13b29e5e
Update README.md ( #1897 )
...
Simple signposting, for issue #1896
2021-06-22 15:03:45 -07: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]
v4.3.3
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]
v4.3.2
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