1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Commit Graph

5951 Commits

Author SHA1 Message Date
Dan
4f0881e41b Merge branch 'master' into i18n-translator-redux 2018-03-26 16:13:49 -02:30
Dan
35baff15aa Empty commit. 2018-03-26 16:04:26 -02:30
Dan Finlay
4efb1c6b49
Merge pull request #3708 from MetaMask/build-sourcemaps
A Tale Of Sourcemaps and Sentries
2018-03-26 11:33:51 -07:00
Dan Finlay
70322dc8f1
Merge pull request #3718 from sandakersmann/patch-1
Updated one badge link to https
2018-03-26 11:29:48 -07:00
Dan Finlay
fe6f22ee69
Merge pull request #3721 from alextsg/cb-944
Update button styles
2018-03-26 11:29:04 -07:00
Dan Finlay
a94fbfdfab
Merge pull request #3722 from danjm/i2582-sendtoensname
Use ens-input component in send-v2 to allow sending to ens names.
2018-03-26 11:28:51 -07:00
Dan
a109a774a5 Use ens-input component in send-v2 to allow sending to ens names. 2018-03-26 11:40:11 -02:30
Alexander Tseung
cfa2592d78 Update button styles 2018-03-25 22:58:04 -07:00
Marius Kjærstad
1e9b753968
Updated one badge link to https
Updated one badge link to https
2018-03-25 15:34:36 +02:00
kumavis
848e0401e9 build - fix sourcemaps for dev 2018-03-23 19:01:32 -07:00
kumavis
46e8781e41 lint - fix 2018-03-23 18:45:58 -07:00
kumavis
079ba3e6ee sentry - npm scripts for uploading source maps 2018-03-23 18:39:10 -07:00
kumavis
6219a7da4b build - always generate sourcemaps 2018-03-23 18:38:27 -07:00
kumavis
2eaac897bf sentry - namespace files under metamask dir 2018-03-23 18:37:41 -07:00
kumavis
e3d7062e9b sentry - rewrite report urls + use raven-js from npm 2018-03-23 17:22:44 -07:00
kumavis
985e376911 build - for build, write sourcemaps to dist/sourcemaps 2018-03-23 15:52:53 -07:00
kumavis
154f384fe4 build - always create sourcemaps 2018-03-23 15:49:34 -07:00
Dan
cd204ee803 Add currentLocale to test states. 2018-03-23 15:42:54 -02:30
Dan
0d71dd7ca0 i18n helper fetchLocale handles 404 gracefully 2018-03-23 14:31:15 -02:30
Dan
08e67c4e4a Default current locale in metamask reducer to empty string. 2018-03-23 14:29:59 -02:30
Dan
3ed9933adb Include locales in served test files. 2018-03-23 14:28:34 -02:30
Dan
11a30378d7 Memoize t function in metamask-connect 2018-03-23 14:21:32 -02:30
kumavis
dc78594c3a
Merge pull request #3671 from lazaridiscom/master
changes test to unit-integration-lint, closes #3650
2018-03-22 10:16:42 -07:00
Dan
b9309f689b Use extension api to get initial locale. 2018-03-22 12:49:19 -02:30
Dan
a0df4b6892 Correct proptypes for t in new-account/create-form.js 2018-03-22 12:36:13 -02:30
Dan
d613dfb434 Correct reprice title and subtitle key names. 2018-03-22 01:19:00 -02:30
Dan
edf63f8b51 Add en localeMessages to test states. 2018-03-22 01:09:21 -02:30
Dan
ca5bce477e Fix sender-to-recipient export and non-existent translation key. 2018-03-22 00:54:44 -02:30
Lazaridis
19621fe879 changes test to unit-integration-lint, closes #3650 2018-03-22 04:44:30 +02:00
Dan
3d3bd0eaf0 Correct connect reference in confirm-send-ether, confirm-deploy-contract, network-display. 2018-03-22 00:08:01 -02:30
Dan
a82631791e Lint fixes 2018-03-21 23:48:10 -02:30
Dan
18f8583529 Fix references to undefined 'this.props' 2018-03-21 23:10:28 -02:30
Dan
3c144302d6 Remove console.logs 2018-03-21 22:57:09 -02:30
Dan
6cbadc0aa3 Missed modifications of t() in merge resolution. 2018-03-21 22:54:52 -02:30
Dan
be845fd190 Merge branch 'master' into i18n-translator-redux 2018-03-21 22:28:58 -02:30
Dan
d24a0590d3 i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props. 2018-03-21 22:11:47 -02:30
kumavis
04b1f8428b
Merge pull request #3662 from MetaMask/v4.3.0
V4.3.0
2018-03-21 15:12:39 -07:00
kumavis
ea137777ab changelog - add note on i18n being beta only 2018-03-21 14:33:03 -07:00
kumavis
9362239231 v4.3.0 2018-03-21 14:16:00 -07:00
kumavis
a3a24d718d changelog - update with new changes 2018-03-21 14:14:17 -07:00
kumavis
8cf9ae3ee6
Merge pull request #3658 from MetaMask/danjm-i3554-fix-editing-dapp-token-txs
Identify token transactions by method names
2018-03-21 14:12:37 -07:00
kumavis
4c2cf15d2a test - flat - add extra timeout, idk maybe 2018-03-21 13:31:43 -07:00
kumavis
3e79941658 ui - tx conf - only show special token tx conf screen for token send 2018-03-21 13:12:59 -07:00
kumavis
3595d71c2d Merge branch 'i3554-fix-editing-dapp-token-txs' of https://github.com/danjm/metamask-extension into danjm-i3554-fix-editing-dapp-token-txs 2018-03-21 12:53:28 -07:00
kumavis
278e1ba61e
Merge pull request #3656 from MetaMask/trigun0x2-master2
Prevent batch request from opening multiple windows (3)
2018-03-21 12:42:03 -07:00
kumavis
a80be4c8c3
Merge pull request #3648 from raulk/patch-1
Minor adjustments to Spanish translation
2018-03-21 12:33:52 -07:00
kumavis
5f4e96752a
Merge pull request #3657 from MetaMask/revert-3628-3505_Transpile_to_ES5
Revert "Issue 3505 | Transpile to ES5"
2018-03-21 12:25:52 -07:00
Thomas Huang
6a428bbef7
Revert "Issue 3505 | Transpile to ES5" 2018-03-21 12:22:15 -07:00
kumavis
1343f5ede4 Merge branch 'master' of github.com:MetaMask/metamask-extension into trigun0x2-master 2018-03-21 11:55:24 -07:00
kumavis
5d3246c836 Merge branch 'master' of https://github.com/trigun0x2/metamask-extension into trigun0x2-master 2018-03-21 11:55:09 -07:00