Whymarrh Whitby
42fa54678f
Extract Add Token button into its own component
6 years ago
Whymarrh Whitby
97b914abea
Delete add-token integration test
6 years ago
Alexander Tseung
badebe017f
Adds toggle for primary currency ( #5421 )
...
* Add UnitInput component
* Add CurrencyInput component
* Add UserPreferencedCurrencyInput component
* Add UserPreferencedCurrencyDisplay component
* Add updatePreferences action
* Add styles for CurrencyInput, CurrencyDisplay, and UnitInput
* Update SettingsTab page with Primary Currency toggle
* Refactor currency displays and inputs to use UserPreferenced displays and inputs
* Add TokenInput component
* Add UserPreferencedTokenInput component
* Use TokenInput in the send screen
* Fix unit tests
* Fix e2e and integration tests
* Remove send/CurrencyDisplay component
* Replace diamond unicode character with Eth logo. Fix typos
6 years ago
Whymarrh Whitby
8bccb88132
Merge pull request #5534 from whymarrh/i18n-warnings
...
Lower i18n-helper#getMessage log level from error to warning
6 years ago
Whymarrh Whitby
0c095679d2
Merge pull request #5535 from whymarrh/export-privkey-words
...
Update wording on export private key modal
6 years ago
Whymarrh Whitby
e96188ce9d
Fix wording of private key warning shown during export
6 years ago
Whymarrh Whitby
222da7f523
Update wording on export privkey modal
6 years ago
Whymarrh Whitby
bd35728041
Lower i18n-helper#getMessage log level from error to warning
6 years ago
Whymarrh Whitby
07ab613d4c
Merge pull request #5530 from whymarrh/fix-web3-inject-checks
...
Fix document extension check when injecting web3
6 years ago
Whymarrh Whitby
d44b7ef3da
Fix document extension check when injecting web3
6 years ago
Whymarrh Whitby
7b4be8c1c5
Merge pull request #5529 from whymarrh/max-btn-click-area
...
Decrease click area for AmountMaxButton on send screen
6 years ago
Thomas Huang
8efaa5a68f
Merge pull request #5528 from MetaMask/remove-greenkeeper-badge
...
Remove greenkeeper badge from README
6 years ago
Whymarrh Whitby
bdb6e55354
Decrease click area for AmountMaxButton on send screen
6 years ago
Michael J. Cohen
8c33c018de
add tooltip for view etherscan tx ( #5518 )
...
* add tooltip for view etherscan tx
* run lint
6 years ago
kumavis
de169221b5
Merge pull request #5521 from MetaMask/deps-old-ethjs-fix
...
bug fix - bump eth-token-tracker for ethjs-rpc bug in deps
6 years ago
Thomas
a8d871ebee
Remove greenkeeper badge from README
6 years ago
Noel Yoo
c7758ebd15
Improve Korean translations ( #5515 )
...
* Add more korean translation
* Improve korean translation
6 years ago
Pedro Gutiérrez
e997285a07
Fixed wrong Spanish translation of `key` ( #5517 )
6 years ago
Alexander Tseung
c821a8354c
Add txReceipt data to transaction details ( #5513 )
6 years ago
matteopey
61dec4ea46
Update Italian translations ( #5502 )
...
* Add new english messages
* Update translation
* Update changelog
* Fix casing of MetaMask
6 years ago
kumavis
febf214ee8
deps - bump eth-token-tracker for ethjs-rpc bug in deps
6 years ago
kumavis
5504c8b965
deps - bump eth-json-rpc-middleware for pending blockRef bugfix
6 years ago
kumavis
7f6b488c04
Merge pull request #5511 from MetaMask/merge-master
...
Merge master into develop (resolves merge conflict)
6 years ago
kumavis
f194f07801
Merge branch 'master' of github.com:MetaMask/metamask-extension into develop
6 years ago
Dan Finlay
1bbc55a533
Correct 4.14.0 version
6 years ago
Whymarrh Whitby
64fdb0ef03
Merge pull request #5503 from whymarrh/fix-zendesk-links
...
Update Zendesk links for new subdomain
6 years ago
Thomas Huang
b44ea47066
Merge pull request #5505 from MetaMask/Version-4.14.0
...
Version 4.14.0
6 years ago
Dan Finlay
837eb796e5
Version 4.14.0
6 years ago
Whymarrh Whitby
5cde74fe88
Update Zendesk links for new subdomain
6 years ago
Noel Yoo
ba21606dfb
Fix en, ko locales ( #5483 )
...
* Fix en typo
* Fix ko typo
* Remove unnecessary space
* Fix ko typo
* Improve translation in ko
6 years ago
Thomas Huang
ea8ccc6846
Merge pull request #5494 from whymarrh/fix-seed-phrase-screen
...
Fix styling of first-time-flow container
6 years ago
Whymarrh Whitby
c10d12a90c
Fix styling of first-time-flow container
6 years ago
Whymarrh Whitby
89ef549926
Merge pull request #5491 from whymarrh/assert-new-tx-using-selected-address
...
Ensure that new transactions added are using the selected address
6 years ago
Whymarrh Whitby
af43b7d6c9
Ensure that new transactions added are using the selected address
6 years ago
Whymarrh Whitby
3d0ba46f21
Merge pull request #5490 from whymarrh/revert-5375
...
Revert txReceipt merge
6 years ago
Whymarrh Whitby
428a7cacdf
Revert "transactions - add txReceipt to the txMeta body for confirmed txs ( #5375 )"
...
This reverts commit ff67293a8e
.
6 years ago
Thomas Huang
b45479934d
test - add actions unit tests ( #5369 )
...
* Actions.spec.js
* Error handling tests
* Lint
6 years ago
kumavis
70fc093b21
Merge pull request #5480 from noelyoo/typo
...
Alphabetize locales keys
6 years ago
Frankie
ff67293a8e
transactions - add txReceipt to the txMeta body for confirmed txs ( #5375 )
6 years ago
Bruno Barbieri
fb6eca3f65
CI - Allow sourcemap uploads to sentry for empty version ( #5403 )
...
* Allow sourcemap uploads to sentry for empty version
* Fix comments
* fix console log msgs
* fix console log msgs
* clean up
* fix linter errors
6 years ago
noelyoo
63ba8b56fc
Alphabetize ko locale json keys
6 years ago
noelyoo
fa228f1c7e
Alphabetize en locale json keys
6 years ago
bakaoh
63c61c52eb
Make all addresses EIP-55 compliant ( #5379 )
...
* Make all addresses EIP-55 compliant
* Checksum autocompleted address but not during input
6 years ago
Noel Yoo
999a599a78
Fix formatting of locale files ( #5479 )
6 years ago
Bruno Barbieri
ccab4ee1a4
tests - integration - Add Drizzle tests ( #5467 )
...
* added drizzle app for testing
* working
* clean up
* clean up script
* make build step required
* add drizzle-tests to .eslintignore
* clean up drizzle run script
* lint
* use truffle unbox
* undo eslintignore changes
* revert change
* dont use global
* dont need this steps
* use the new account flow
* restore package-lock.json
6 years ago
Vincent
1eec21b945
i18n - fr - improvements
...
* french locales: fix typos and improve wording
* french locales: more fixes and rewording
* fixed typo
* fixed typo
* added missing translations
* fixed alphabetical order
* fixed alphabetical order
* added missing translations for FR
* fixed verify-locale-strings.js
* fixed indentation
* fixed indentation
* updated french locale
* updated changelog with changes logs
* a few fixes after receiving comments, mostly Caps removing and adding
* translated 2 missing french locale words and also remove a caps
* Update messages.json
* Update messages.json
6 years ago
Santiago Gonzalez Toral
fd14d3f090
Fixed lint errors
6 years ago
Santiago Gonzalez Toral
f88373237b
Added account options on home screen
6 years ago
Alexander Tseung
23fa223040
Merge pull request #5465 from alextsg/fix-values
...
Fix token values being undefined
6 years ago
brunobar79
db4569e920
update package-lock.json
6 years ago