Vignesh Mohankumar
29fdcb80f6
build: upgrade prettier to v2.7.1 ( #4109 )
...
* style: prettier based on v2.2
* 2.7.1 instead?
* npx
* ^
2022-07-14 11:28:51 -04:00
Justin Domingue
9e1a775c13
feat: integrate SwapRouter02 on L1/L2 + gas ui
...
* client-side smart order router support
* support auto router on L2s
* add swap router version in approval/swap callback GA events to save $ on approval txs
* add persistent UI view of gas estimate on L1s
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Ian Lapham <ian@uniswap.org>
Co-authored-by: Callil Capuozzo <callil.capuozzo@gmail.com>
2021-12-16 14:44:03 -05:00
Zach Pomerantz
9fa3b70475
perf(font): serve inter var from public ( #2403 )
...
* perf(font): load Inter var from HTML, not JS
* perf(font): use font-display block
Prevents FOUT.
* perf(font): preload font
Further removes font from the critical render path.
2021-09-21 12:44:20 -07:00
Moody Salem
119c79d623
fix: improve the meta tags ( #2412 )
2021-09-21 13:14:58 -05:00
Zach Pomerantz
7153908935
chore: fix SEO and accessibility nits for Lighthouse ( #2212 )
...
* refactor: index.html
* chore: preconnect to GA
* chore(SEO): add meta content
* chore(SEO): add alt to ethereum logo
* chore(accessibility): add aria-labels to menus
* chore(accessibility): mark AppBody as main
* chore(accessibility): update nav link ids
* chore(accessibility): set html.lang to match i18n locale
* chore(refactor): mv html.lang to useEffect
2021-08-16 18:30:52 -04:00
Moody Salem
a6342d40f1
feat: support connecting to a gnosis safe ( #2096 )
...
* feat: support connecting to a gnosis safe
* add the manifest.json attributes required by gnosis safe
* remove background fill
* copy
* only try injected provider if not active after trying safe
2021-07-23 12:04:18 -05:00
Moody Salem
fa56919a06
fix(theme): always show the gradient background color
2021-06-28 19:47:22 -05: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
2326dfa108
chore: remove the lang attribute as well
2021-06-02 17:25:41 -05:00
jab416171
c1e07f3713
Fixing some instances of the removeChild issue ( #1793 )
...
specifically when the google translate extension triggers it
2021-06-01 20:39:53 -07:00
Moody Salem
abcf1f5a5c
fix: background should show up while loading the js
2021-06-01 16:20:31 -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
Justin Domingue
be6e2fe74a
chore(i18n): convert old locale file to new format ( #1715 )
...
* added supported locales
* added vi locale
* deleted old locale files
* add catalogues to i18n.tsx
* remove fallbackLocales
* add fallback
2021-05-26 18:58:00 -07:00
Callil Capuozzo
e1e52c06db
update copy
2021-05-05 13:06:26 -04:00
Callil Capuozzo
1619386ab4
Position styles ( #55 )
...
* Better position list layout WIP
* Position list updates
* add badge data and current price hover
* merge cleanup
* fix missing library
* position page improvements
* Clean up position page and overview
* layout and color updates
* Clean up page
* Clean up position page
* clean up errors
* Add icons
* Merge main
* Position styles tweaks
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
2021-05-03 11:50:54 -04:00
Ian Lapham
18408c9c75
Increase Liquidity, component cleanup, preview components ( #50 )
...
* basic +/- buttons
* start increase liquidity
* fix v3 remove
2021-04-22 22:58:03 -04:00
Moody Salem
c73a2655cb
Merge branch 'main' into v3-main
2021-04-21 13:07:12 -05:00
Graeme Blackwood
2f47fdf71d
[UPDATE] Makes favicon visible in dark mode. ( #1264 )
2021-04-21 12:58:59 -05:00
Noah Zinsmeister
9fc096d091
Finish migration ( #42 )
...
* start migration (wip)
abstract some add liquidity components
bump deploy version
* add slippage params
2021-04-16 17:35:50 -04:00
Ian Lapham
0c0305a53d
Add page MVP UI + v3 pool hooks and state ( #35 )
...
* WIP start usePool and useDerivedMint hooks
* naming updates
* Use real tick and pool math
* rate updates
* WIP start usePool and useDerivedMint hooks
* naming updates
* Use real tick and pool math
* rate updates
* fix warnings
* fix incorrect import
* clean up state, fix preview
* same token check
* amoutn parse update
* update hard coded chain id
* fix price creation in util
* update 1 amount in price calculation
* update comments
* update tick spacing input
* fix label on counter
* update rate label on range select
* update labels
* fixing pool hook
* clean pool hook
* preserve working rate switching
* reset values on rate switch
* clean up derived hook - setup for testnet
* format slippage amounts and support ETH
* fix import error
* fix package.json dependencies
* silence warnings
* silence more warnings
* bump multicodec and multihashes
* update migrator constants
* update txn to use sdk calldata
* fix txn formatting, update summary
* Squashed commit of the following:
commit b81ff7ca9e57bb8c3823be4c54827e5955fb3d15
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 12 23:46:09 2021 -0400
fix txn formatting, update summary
commit b9f91b0746c546602d336c8fd6f614ec9b4f3f19
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 12 19:29:12 2021 -0400
update txn to use sdk calldata
commit 20acf704c67cfd4f597494c8cb9c672c6270ae02
Merge: 4431914 2462901
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Apr 11 20:33:39 2021 -0400
Merge branch 'minting' of https://github.com/Uniswap/v3-interface into minting
commit 44319146372e1c373b025741ae896fa2476e5765
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Apr 11 20:32:35 2021 -0400
update migrator constants
commit 35e0618de06ba316d3a3f327075625760414ab83
Merge: 8927882 c3f65e3
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Apr 11 20:13:36 2021 -0400
Merge branch 'main' of https://github.com/Uniswap/v3-interface into minting
commit 24629019e80c368c337a2679a51d4acb1097171c
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 15:56:25 2021 -0400
bump multicodec and multihashes
commit 9b5dd1876a64acbf6694d208b608bb0b429e317f
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:59:09 2021 -0400
silence more warnings
commit 140ddc1b54c7fbdd7ead2fa64bcc302f201d69f5
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:57:58 2021 -0400
silence warnings
commit 5a2726ebdd4ffaacfb3d8ec7903a944042c1bd9d
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:35:01 2021 -0400
fix package.json dependencies
commit 7c4d0a40931338de9a6197652b82fdab773483e3
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:21:46 2021 -0400
fix import error
commit e49ef19cbef7fbdf1737787a439e7cb78ba295b4
Merge: 8927882 c3f65e3
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:08:34 2021 -0400
Merge branch 'main' into minting
commit 89278825bd798a87d6010a74f8fc1d2b34a8ece1
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 8 15:18:40 2021 -0400
format slippage amounts and support ETH
commit 9a90b19e9a759cbc0c3e903a983660730c8833ad
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Apr 7 19:43:43 2021 -0400
clean up derived hook - setup for testnet
commit dc034bc78a147f95f47b077d28a7d6e3165cedd7
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Apr 7 00:48:24 2021 -0400
reset values on rate switch
commit bb5ccb2c853f7b2c27ec8d2f34f42a1b06f845b9
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Apr 7 00:38:39 2021 -0400
preserve working rate switching
commit 5312d0ae7015150da48ba304de8c7a02b7d8925c
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 5 13:52:46 2021 -0400
clean pool hook
commit 5222de14834e76c37755225be17214a6e798d872
Merge: b2ba466 24521f0
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 5 12:20:34 2021 -0400
Merge branch 'main' of https://github.com/Uniswap/v3-interface into minting
commit b2ba46684a7b0bd8a8362f5990f4a208bfeff2dd
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 5 12:19:20 2021 -0400
fixing pool hook
commit b10742af99a725e04c1b756aa20f99e995f8cfeb
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 16:53:52 2021 -0400
update labels
commit 05abd395949245596c95090a9d5d77c7c272dbd3
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 15:34:17 2021 -0400
update rate label on range select
commit f098d01b6f4dc1dcb99e0fa314dde93647a19bb6
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 15:26:30 2021 -0400
fix label on counter
commit 16ffe61e8ee2b677adf5d468efa9d7aa8d7e092e
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 15:06:50 2021 -0400
update tick spacing input
commit 0fa2c8a15821dd32ec978750991a962ecb8f7344
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 14:53:18 2021 -0400
update comments
commit 1fccf57a1ef081ef6ba9790dc20e0ed604ac2b09
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 14:52:37 2021 -0400
update 1 amount in price calculation
commit b0e5d22bf8c57b3eacd75f077f68aaca4a9f975a
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 14:46:41 2021 -0400
fix price creation in util
commit 1ce246e85372e4f120f983ca18a1eb3d16e8647e
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 13:55:14 2021 -0400
update hard coded chain id
commit 2360b2d0a3233b604956e89de4bd7b09c0506875
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 13:09:21 2021 -0400
amoutn parse update
commit 6a99a7b71fe446fe77cb2741adce4c067862ca4a
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 13:05:41 2021 -0400
same token check
commit 83a1fd5a9ff02c6a49532cb54a57770b52fc052e
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 12:31:21 2021 -0400
clean up state, fix preview
commit 8592383b8386d7adbbaeaa2c6f9c36bb121d1c65
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:47:56 2021 -0400
fix incorrect import
commit ce526fd545e52142f847dbf3caec1ca37bb0650b
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:36:10 2021 -0400
fix warnings
commit 572770fd3e000ce31cd3a6c5c5c91eac92cc8c5c
Merge: a9e5b6c 2677491
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:16:30 2021 -0400
Merge branch 'minting' of https://github.com/Uniswap/v3-interface into minting
commit a9e5b6c5e5983e279a640886783f97c33b713125
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:12:43 2021 -0400
rate updates
commit b88cab6c06176eefe5cf71f7cc3e3664d9f514ab
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 16:15:08 2021 -0400
Use real tick and pool math
commit ed933cfd17141174c03b0bcac5f41cf75ff9b258
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Mar 28 22:42:05 2021 -0400
naming updates
commit 50c0a0ece5c6c66a603508529c5e7a28f45db632
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Mar 28 22:36:08 2021 -0400
WIP start usePool and useDerivedMint hooks
commit 2677491e2128e1318a0dd4307e63069e0f8e1dfe
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:12:43 2021 -0400
rate updates
commit c2f59d6c61068a2bf4d34d102d5d28c9863ce982
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 16:15:08 2021 -0400
Use real tick and pool math
commit 7d53e5c7e979be19fc5c63eb52307f302328c4eb
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Mar 28 22:42:05 2021 -0400
naming updates
commit 9022650d391682f97e71d336021c2db2e5ea5455
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Mar 28 22:36:08 2021 -0400
WIP start usePool and useDerivedMint hooks
* remove 1337 references
* clean up multicall
* clean up redirects/router
* cleanup
* improve useAllV3Ticks
* fix multicall
* typo
* Fix code style issues with ESLint
* preserve sticky
* reset to non fixed scroll
* fix inputs at 1
* update tests
* fix routes
* sticky sidebar
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Callil Capuozzo <callil.capuozzo@gmail.com>
2021-04-14 10:12:35 -04:00
Ian Lapham
878fc9cf4d
Refactor with core ( #33 )
...
* Update index.ts
* feature(service worker): add offline support (#1319 )
* Revert "feature(service worker): add offline support (#1319 )" (#1320 )
This reverts commit 34dfb41a1e0a647596c5d37d5e3f7baa6c4005a3.
* Revert "Revert "feature(service worker): add offline support (#1319 )" (#1320 )" (#1321 )
This reverts commit db3328c8d9d7ea7b7cf7e75dc658714798d007a4.
* unregisters all installed service workers (#1322 )
* fix: modals stealing focus across frames (#1326 )
* improvement(lists): add BA SEC tokens to unsupported list (#1327 )
* show hidden search results by default
* update break styles
* optimize filter, use debounce on input
* increase debounce time
* add ba association list
* handle dismiss (#1328 )
* split up sdk use between core and v2
* Fix code style issues with ESLint
* remove service worker
Co-authored-by: Moody Salem <moodysalem@users.noreply.github.com>
Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
Co-authored-by: Hyperion <72735936+moontools-hyperion@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
2021-03-23 21:45:58 -04:00
Ian Lapham
9509737811
Improvement(add): Style tweaks on add page, remove timeout ( #30 )
...
* start add liquidity
* update add state, add input UI
* basic add skeleton with dummy state
* refactor with preview steps on add
* small style tweaks, timeout update
* remove merge conflict
2021-03-09 11:58:41 -05:00
Ian Lapham
eeb258ebd5
improvement(Add): skeleton UI with dummy state ( #29 )
...
* start add liquidity
* update add state, add input UI
* basic add skeleton with dummy state
* refactor with preview steps on add
2021-03-08 20:52:36 -05:00
Jordan Frankfurt
71db11b6ac
Revert "Revert "feature(service worker): add offline support ( #1319 )" ( #1320 )" ( #1321 )
...
This reverts commit db3328c8d9d7ea7b7cf7e75dc658714798d007a4.
2021-02-18 13:10:53 -05:00
Jordan Frankfurt
db3328c8d9
Revert "feature(service worker): add offline support ( #1319 )" ( #1320 )
...
This reverts commit 34dfb41a1e0a647596c5d37d5e3f7baa6c4005a3.
2021-02-18 13:03:32 -05:00
Jordan Frankfurt
34dfb41a1e
feature(service worker): add offline support ( #1319 )
2021-02-17 14:43:49 -05:00
Moody Salem
9175dd10cc
remove cloudflare insights
2021-02-01 09:54:06 -06:00
Moody Salem
5a9a71ae2d
improvement(analytics): try out cloudflare analytics
2020-12-10 10:10:50 -06:00
Paul Razvan Berg
bf8efc9bf6
fix(ro translations): update ro translation ( #1143 )
2020-10-01 11:01:02 -05:00
Moody Salem
03913d9c0b
UNI
2020-09-24 11:29:31 -05:00
Tran Vinh Quang
fbf39e4932
Update vi.json ( #1057 )
2020-08-31 15:23:02 -05:00
Callil Capuozzo
14f15d1fd6
fix(i18n): Fix return characters and remove uneeded file ( #912 )
2020-06-29 14:15:45 -04:00
CryptoCatVC
0089c2ee43
Create iw.json ( #868 )
2020-06-08 10:06:44 -04:00
CryptoCatVC
4ab61faeae
Create he.json ( #864 )
2020-06-05 18:30:45 -04:00
Moody Salem
9916c84e5d
Fix i18n loading, manifest.json loading
2020-05-20 18:39:16 -05:00
Moody Salem
0b8d05b696
Add a new target for deploying to IPFS ( #819 )
...
* Add a new target for deploying to IPFS
* verbose command
* Try the github action
2020-05-20 16:10:26 -05:00
Moody Salem
4131268b8e
Icons ( #744 )
...
* Manifest icons
* Add touch icons
2020-05-11 14:02:49 -04:00
Callil Capuozzo
e5ced44d75
Design tweaks ( #717 )
...
* Prepare for V2 testing
* Bug fixes and tweaks
* Add form link
* Design tweaks
* higher quality favicon
* Favicon... again.
Co-authored-by: Ian Lapham <ianlapham@gmail.com>
2020-05-06 15:34:06 -04:00
Ian Lapham
5426e48872
popup styles, slippage language and amounts, min max copy ( #714 )
...
* Prepare for V2 testing
* popup styles, slippage language and amounts, min max copy
* Bug fixes and tweaks
* Add form link
* remove other imports
Co-authored-by: Callil Capuozzo <callil.capuozzo@gmail.com>
2020-05-05 20:40:59 -04:00
Ian Lapham
6fd9808e7d
Style updates merge with storage updates ( #710 )
...
* Add advanced user toggle
* UX stuff
* Remove unused imported checks
* Design tweaks and selection card
* remove unused imports
* Cleanup
* fix merge
Co-authored-by: Callil Capuozzo <callil.capuozzo@gmail.com>
2020-05-04 20:21:55 -04:00
Noah Zinsmeister
c3d8bc7ed5
Localstorage and routing improvements ( #704 )
...
* remove tokens context in favor of localstorage
refactor localstorage
improve adding custom token flow
* drop exchange language
* ensure url tokens are added to localstorage
clean up routing
remove unnecessary output approval checks
* fix bad import
* Remove unused imported checks
* remove unused imports
Co-authored-by: Ian Lapham <ianlapham@gmail.com>
2020-05-04 17:56:10 -04:00
Ian Lapham
50c9d9973a
UI Updates, Route Context Updates ( #679 )
...
* UI updates, big fixes on route hook
* fix bug on all pair list
* logout fix and add mainnet WETH
2020-04-15 20:56:59 -04:00
Ian Lapham
02dedcbc6e
Update message for testnet, bug fixes ( #663 )
2020-03-24 16:46:56 -04:00
ianlapham
753e5f3423
stable version with updated balances, add liquidity using SDK, pair menu search
2020-02-26 12:00:59 -05:00
ChristophSiegenthaler
e00e7af599
Updated de.json ( #576 )
...
* Updated de.json
* Updated de.json
2019-12-30 14:58:45 -05:00
nathaniel gentile
e179a475d3
add vietnamese language support ( #559 )
...
* add vietnamese language support
* Update vi.json
2019-12-16 10:41:11 -05:00
Noah Zinsmeister
4ef30cc8fd
merge prod into beta ( #535 )
...
* block some countries (#534 )
* Adds min-width to custom slippage input. (#533 )
On Firefox (maybe other browsers as well) the lack of min-width results in the default `input` element min-width which is ~92px. This results in the flex container overflowing the bounding element. By setting min-width to 20px, the box will instead grow to fill the available space, which is defined by its parent that has the pink border. This avoids the overflow issue (as long as the parent doesn't get too small, which it won't at the moment since it is fixed size).
2019-12-05 15:39:35 -05:00
Noah Zinsmeister
28672100d0
merge prod into beta ( #530 )
...
* add CHAI
* update compound tokens (#527 )
* update compound tokens
* Update Tokens.js
* add fortmatic metatag
* add TRYB (#529 )
2019-12-04 17:43:14 -05:00
Ian Lapham
c2f51f3b3e
create warning and disable add liquidity button for broken tokens ( #491 )
...
* create warning and disable add liquidity button for broken tokens
* fix mobile styles
2019-10-29 15:56:53 -04:00
hacktar
bed886ad2a
italian translation ( #462 )
2019-10-17 07:30:57 -07:00
Ian Lapham
677537ca31
Updates to Token Modal ( #399 )
2019-08-12 20:37:32 -04:00
Callil Capuozzo
66604cf47e
Add focus styles ( #375 )
...
* Add focus styles
* remove periods
* Change copy and button hover state
2019-07-29 15:14:53 -04:00
Ian Lapham
30887ef1fc
Add slippage option ( #369 )
...
* add custom slippage to /swap
2019-07-26 18:11:35 -04:00
Noah Zinsmeister
727d289413
modal responsiveness, 1 token addition, token selection ( #329 )
...
* improve modal responsiveness
* add MATIC
* fix modal min height reversion
* add token population via route
2019-06-14 10:39:33 -04:00
Noah Zinsmeister
b7f49672de
merge beta to production ( #317 )
...
* update SNX exchange and token address (#301 )
* update SNX exchange and token address
* checksum exchange address
* Account improvements (#302 )
* begin account migration
* prep for styling
* improve multi-network support
allow deprecated window.web3 providers
* kill old modal
* remove tests
* clean up css
* Style account modal
* kill scss
* bug fixes
* use suspense for code-splitting and i18n
move abis
add ENS support to Web3Status
* Account modal mobile styles
* style tweaks
* finalize migration
* fix account styling
* fix ethereum svg
* fixes
* Split wallet modal into components
* refactor wallet modal and add connect button styles
* removing tap highlights
fix spacing on some mobile browsers
* Styling fixes for account and warning
* clean up injected connector logic
* remove console
* add wrong network copy
* restore border radius
change wallet logo
* various improvements (#313 )
* add unchecked signer
* remove focus underline from tabs
* update tokens
* remove console log
* remove snx for now
* make slippage warnings more robust
* memo-ize contexts
* improve slippage styling
* fix warnings + bugs
* clear stale network error
* Feather icons (#314 )
* Remove fontawesome
* Update new SNX exchange and new token address (#316 )
* Update new SNX exchange and new token address
* remove whitespace
* checksum exchange address
2019-05-30 16:42:25 -04:00
Noah Zinsmeister
e27cd92cd2
Slippage warning ( #292 )
...
* add rudimentary slippage warning
fix address checksum bug
debounce address input
alway show tx details if valid trade
* fix estimated copy
2019-05-16 13:21:14 -04:00
Martin Krung
887a2ef90c
initialExchangeRate in German
2019-05-13 21:15:45 +02:00
Noah Zinsmeister
78cdf11b37
Liquidity migration ( #279 )
...
* finalize initial migration
* remove redux
* fix token to token rate bug
* finalize initial migration
* fix test
2019-05-07 22:25:55 -04:00
Noah Zinsmeister
44d77ce948
Swap Migration ( #277 )
...
* migrate core logic
* finalize swap migration
* upgrade react-scripts and fix errors/warnings
* finalize swap, modularize currency input
* remove console.logs
* copy swap logic for send
* remove unnecessary variable
* tighten caching logic
* snappier ens integration
2019-05-03 16:37:59 -04:00
Noah Zinsmeister
4e413915f8
web3-react migration ( #269 )
...
* put suspense below redux
* don't mount qr
* properly format .json's
* remove useless Web3Connect component
* remove react-responsive header logic
* finalize initial web3-react migration
* add rudimentary network support
* address ci/cd issues
* fix syntax
* add infura support
rewrite create-exchange
closes #173
* remove CI flag, lazy loaded disabled for now
* roll back /pool
* fix currency input errors
fix valid state of buttons
* fix nav
* obscure env variables
* fix mobile header bug
2019-04-25 12:12:47 -04:00
Noah Zinsmeister
fff0718404
add travis support; clean up public/
2019-04-15 14:05:54 -04:00
Ping
34b135d24c
Update zh-TW.json
2019-01-30 01:17:48 +07:00
Hsiao-Wei Wang
d1cecbcb93
Apply suggestions from code review
...
Co-Authored-By: artistic709 <artistic709@gmail.com>
2019-01-30 01:47:08 +08:00
Ping
ff55992dc6
Create zh-TW.json
2019-01-29 05:20:21 +08:00
Hayden Adams
88d1a19b51
Merge pull request #216 from dy/master
...
Russian locale
2019-01-28 14:18:31 -05:00
Hayden Adams
205cb1ac28
Merge pull request #217 from PaulRBerg/feat-ro-lang
...
Added Romanian to supported languages
2019-01-28 14:18:04 -05:00
Derek周朝晖
1d6a5c294c
Update zh-CN.json
2019-01-28 18:05:10 +08:00
Paul Berg
c896884488
Added Romanian to supported languages
2019-01-27 16:17:27 +00:00
Dmitry Yv
72106df754
Update ru.json
2019-01-27 10:31:55 -05:00
Dmitry Yv
a6611c2764
Fix mistakes
2019-01-27 10:11:22 -05:00
Dmitry Yv
4f07b3759e
Add russian locale
2019-01-27 09:55:36 -05:00
Hayden Adams
5d50c6fa70
Merge pull request #211 from OliverNChalk/patch-1
...
Fixed outPool text
2019-01-27 00:16:41 -05:00
OliverNChalk
dcf17555eb
Fixed outPool text
2019-01-27 03:23:21 +01:00
maggie-5miles
ef64f8f4fc
fix translation in de
2019-01-23 17:10:40 +08:00
maggie-5miles
82101a5fed
Add missing translation in de, es-AR and es-US
2019-01-23 16:35:39 +08:00
maggie-5miles
832220b0a5
fix several missing translations
2019-01-23 16:15:32 +08:00
Hayden Adams
10c9581f08
Merge pull request #206 from tpmccallum/patch-4
...
Adding Argentine Spanish
2019-01-22 16:53:28 -05:00
Hayden Adams
15b0582525
Merge pull request #208 from ChristophSiegenthaler/german
...
German translation added
2019-01-22 16:53:10 -05:00
ChristophSiegenthaler
956922eabb
Initial German translation
2019-01-22 07:13:38 +01:00
Timothy McCallum
f92a6f0cf4
Adding Argentine Spanish
...
Adding Argentine Spanish locale file
2019-01-22 10:44:08 +10:00
Timothy McCallum
35d729c256
Enable American Spanish
...
Adding American Spanish locale file
2019-01-22 10:42:15 +10:00
maggie-5miles
520b9a58d6
i18n support
2019-01-11 19:24:20 -05:00
Hayden Adams
058cfc26ee
update
2018-11-02 08:45:16 +01:00
Chi Kei Chan
d16337e874
Update title
2018-11-01 16:14:19 +01:00
Kenny Tran
6464e44310
Create QrCode component and use for recipient ( #78 )
2018-10-25 03:46:11 -07:00
Chi Kei Chan
c691cfabe8
Handle frontend route in Netlify ( #46 )
...
* Add Netlify route
* Add route handling to netlify
2018-10-17 03:42:41 -07:00
Chi Kei Chan
1d86c0d656
Add Token Select Modal
2018-10-10 03:16:57 -07:00
Chi Kei Chan
e0cc2b59d1
Add Header
2018-10-10 03:16:57 -07:00
Chi Kei Chan
f97155d6b3
Add Sass and create pages directory
2018-10-10 03:16:57 -07:00
Hayden Adams
6101352e25
add github pages dependency and CNAME
2018-01-20 21:28:50 -05:00
Callil Capuozzo
a9b8740734
Initial design & interactions
...
Began porting some function and state names to more generic descriptors
like inputToken & outputToken thats align more closely with the
proposed UX model in this design. Needs discussion.
2018-01-18 14:11:51 -05:00
Hayden Adams
23ebf9753a
add relative homepage path
2017-11-27 02:22:50 -05:00
Hayden Adams
348bcfdd11
remove CNAME
2017-11-03 18:48:06 -04:00
Hayden Adams
24eb01db95
add CNAME
2017-11-03 18:27:56 -04:00
Hayden Adams
fa98ce4dd0
first commit
2017-10-28 03:55:27 -04:00