Commit Graph

251 Commits

Author SHA1 Message Date
Dmitry Yv
72106df754
Update ru.json 2019-01-27 10:31:55 -05:00
Dmitry Yv
e8a40d9c37
Merge pull request #1 from dy/ru-locale
Add russian locale
2019-01-27 10:26:42 -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
74cbd0fd5c
Merge pull request #212 from Uniswap/dev
Dev
2019-01-27 00:31:45 -05:00
Hayden Adams
5d50c6fa70
Merge pull request #211 from OliverNChalk/patch-1
Fixed outPool text
2019-01-27 00:16:41 -05:00
Hayden Adams
dd9230b162
Merge pull request #209 from CyberMiles/i18n
fix several missing translations
2019-01-27 00:08:12 -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
c4d2d3cb90
Merge pull request #210 from Uniswap/dev
add support for german, american spanish, argentine spanish
2019-01-22 17:01:21 -05: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
Hayden Adams
4ce42d4bfc
Merge pull request #205 from tpmccallum/patch-3
Enable American Spanish
2019-01-22 16:52:43 -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
Hayden Adams
5532c6855d update Trust logo link 2019-01-16 14:28:52 -05:00
Hayden Adams
09d3a7ce7b fix rebase error 2019-01-11 20:18:54 -05:00
Hayden Adams
c4bc18a0a3
Merge pull request #195 from Uniswap/dev
Dev
2019-01-11 19:26:38 -05:00
maggie-5miles
520b9a58d6 i18n support 2019-01-11 19:24:20 -05:00
Jeff Reiner
e761cd6f8a 🐛 fix bug w/ wrapper width
no more breakpoints, just max width #183
2019-01-11 19:21:19 -05:00
Michael Demarais
c04c56bf8c
Merge pull request #191 from rossbulat/png-svg
PNG -> SVG
2019-01-10 17:51:34 -05:00
Ross
9ce24cd9ac png->svg 2019-01-09 17:15:41 +07:00
Ross
61605ce2a9 png -> svg 2019-01-09 12:37:48 +07:00
Hayden Adams
33124d6f0f update 2019-01-06 22:54:11 -05:00
Hayden Adams
86d5b33438
Merge pull request #185 from Uniswap/new-transaction-details
refactor transaction details modal into expanding panel
2019-01-06 22:32:16 -05:00
Jeff Reiner
38f13c4ef7 🎨 cleaning up old modal css declarations
improving classnames for transaction details items
2019-01-06 17:14:02 +01:00
Jeff Reiner
d5679be56a ♻️ refactor transaction details modal into expanding panel 2019-01-06 17:07:10 +01:00
Hayden Adams
ff6284459e
Merge pull request #179 from mirshko/fix-thin-panel-text
fix too thin font-weight in currency-panel
2019-01-04 02:21:46 -05:00
Hayden Adams
a6bc4d39e3
Merge pull request #182 from mirshko/fix-responsive-issue
fix issue w/ responsiveness due to media querie
2019-01-04 02:21:29 -05:00
Jeff Reiner
b96db4ef96 🐛 fix issue w/ responsiveness due to media querie
device-width is deprecated and only works in chrome it seems. reworked to use regular min/max-width queries for both scss & react-responsive. submitted a ticket to react-responsive to fix
2019-01-03 10:04:27 +01:00
Jeff Reiner
31a8b112c7 💄 fix too thin font-weight in currency-panel 2019-01-02 21:43:56 +01:00
Hayden Adams
df3f8e98ed fix rounding error 2018-12-24 15:14:47 +08:00
Kenny Tran
89290c5bcf Middle arrow flips input/output for swap/send (#151) 2018-12-24 15:14:47 +08:00
Kenny Tran
d63a73aed0 Use decimals instead of label (#152) 2018-12-24 15:14:47 +08:00
Timothy McCallum
2ba6ee5485 Removing duplicate line (#146)
Noticed duplicate code 

```
  if (tokenAddresses.addresses.filter(([ symbol ]) => symbol === label).length) {
    return;
  }
```
2018-12-24 15:14:47 +08:00
Kenny Tran
4b4df7ed3d Don’t render numbers if decimals is 0 (#135) 2018-12-24 15:14:47 +08:00
Kenny Tran
7608485fdb Retry deadline if undefined (#134)
* Retry deadline if undefined

* Remove console logs
2018-12-24 15:14:47 +08:00
Kenny Tran
6c57d78240 Add different transaction details for 1st liquidity (#133) 2018-12-24 15:14:47 +08:00
Hayden Adams
966a280009
Merge pull request #168 from mikedemarais/list-scroll-perf
Improve scroll performance of Token List
2018-12-16 20:35:50 -05:00
Michael Demarais
80158cac11 Improve scroll performance of Token List
Fixes https://github.com/Uniswap/uniswap-frontend/issues/139
2018-12-16 19:51:10 -05:00
Hayden Adams
3863613fa1
Merge pull request #165 from Uniswap/ha-dev
add Trust deeplink
2018-12-14 14:07:21 -05:00
Hayden Adams
459687c16f add Trust deeplink 2018-12-14 14:05:33 -05:00
Hayden Adams
77b50a4d88 update list 2018-12-14 05:14:23 -05:00
Hayden Adams
fbc17f2ea9 remove BNB token 2018-12-10 19:08:25 -05:00
Hayden Adams
7b8252f9ca update 2018-12-05 14:56:29 -05:00
Hayden Adams
daccb89eaf update README 2018-11-20 17:03:05 -05:00
Hayden Adams
5e9ebacf6f update README 2018-11-20 17:02:12 -05:00