Commit Graph

2747 Commits

Author SHA1 Message Date
Alexander Tseung 5ee40675b9 Refactor transactions list views. Add redesign components 2018-08-23 16:44:44 -07:00
Alexander Tseung d733bd34fb Delete unused files 2018-08-23 16:44:44 -07:00
Alexander Tseung 4e0693eaff Add withMethodData HOC, add higher-order-component folder 2018-08-23 16:44:43 -07:00
Alexander Tseung 40d4ac9ae1 Add TransactionStatus component 2018-08-23 16:44:43 -07:00
Alexander Tseung 8a7547b9cd Add MenuBar component 2018-08-23 16:44:43 -07:00
Alexander Tseung d1de5ae94f Add react-media package to prevent rendering wallet-view twice in the popup view 2018-08-23 16:44:43 -07:00
Alexander Tseung 3b408715c7 Refactor home screen and remove unused files 2018-08-23 16:44:43 -07:00
Esteban MIno b59a1e91b8 typo watchAsset imageUrl to image 2018-08-23 15:54:40 -03:00
Alexander Tseung 7924dbc0c9 Use eth-contract-metadata data if the token symbol or decimals fail on retrieval 2018-08-22 16:54:18 -07:00
Evgeniy Filatov 9a80d6e859 updated docs, small improvement of recent RPC rendering 2018-08-23 01:26:30 +03:00
Evgeniy Filatov c0b5e8a088 backported RPC improvements to oldui 2018-08-23 01:18:13 +03:00
Evgeniy Filatov b23cca1469 implemented improvements to RPC history 2018-08-23 01:18:13 +03:00
Alexander Tseung 25eac2334b
Merge pull request #5089 from MetaMask/i5085-ethcode
Use eth_getCode to sort transaction action type
2018-08-22 14:48:37 -07:00
Alexander Tseung 865a0d8173 Use eth_getCode to sort transaction action type 2018-08-22 14:19:07 -07:00
Alexander Tseung d7d141cea5 Fix code readability, use PureComponent over Component 2018-08-22 14:12:01 -07:00
Alexander Tseung 01c0c98501 Add tabs support for PageContainer 2018-08-22 14:12:01 -07:00
Whymarrh Whitby f495c0e9e0
Merge pull request #5102 from whymarrh/fix-account-export-pw-bug
Fix export privkey modal password bugs
2018-08-22 16:28:33 -02:30
Whymarrh Whitby 171f6711d9
Merge pull request #5066 from whymarrh/fix-key-export
Don't re-render the export modal when the selected identity changes
2018-08-22 16:28:17 -02:30
Whymarrh Whitby 1e8e8bdfc8 Don't re-render the export modal when the selected identity changes 2018-08-22 15:38:34 -02:30
Whymarrh Whitby a90c152485 Update AccountModalContainer to accept a selectedIdentity prop 2018-08-22 15:38:34 -02:30
Whymarrh Whitby 743c6e7ca4 Clear warnings when exportAccount succeeds 2018-08-22 15:38:09 -02:30
Whymarrh Whitby 456f2faf4f Handle case where keyring is missing in AccountDetailsModal 2018-08-22 15:38:09 -02:30
Alexander Tseung 7294aede4f Add new variant for SenderToRecipient component 2018-08-22 10:53:20 -07:00
Esteban MIno 153731e462 fix integration tests on balance component with new watchAsset 2018-08-22 12:06:11 -03:00
Esteban MIno 6ccf2811e7 unit tests for watchAsset 2018-08-21 19:17:57 -03:00
Esteban MIno 6fa889abcb refactor watchToken related functions 2018-08-21 12:59:42 -03:00
Esteban MIno 81cd29df43 Merge branch 'develop' into WatchTokenFeature 2018-08-20 19:35:38 -03:00
Alexander Tseung cec87a5b2c Update logo wordmark 2018-08-18 20:46:56 -07:00
brunobar79 51e4a6d335 fix ledger affiliate link 2018-08-16 21:15:50 -04:00
brunobar79 285814646f ui ready 2018-08-16 20:41:23 -04:00
Esteban MIno dbab9a007f delete according image when token added with watchToken deleted 2018-08-16 21:17:02 -03:00
brunobar79 2ea05e303d connect screen ready 2018-08-16 19:39:52 -04:00
Esteban MIno bb868f5834 correct behavior when notification is closed when popup 2018-08-16 20:19:19 -03:00
Esteban MIno 2ace30bcd1 WIP 2018-08-16 18:28:07 -03:00
Esteban MIno a36ea0e232 show watch asset image from hide token modal 2018-08-16 12:04:43 -03:00
Esteban MIno b766104c8d add suggested tokens objects in metamask state 2018-08-15 18:34:57 -03:00
Bruno Barbieri 80fe3ce888
Merge branch 'develop' into ledger-support 2018-08-14 22:55:47 -04:00
brunobar79 82a5ed1e03 remove console logs 2018-08-14 22:40:29 -04:00
brunobar79 53dcad5a3b more ui 2018-08-14 19:38:23 -04:00
brunobar79 19d1988715 fix 2018-08-14 19:24:15 -04:00
brunobar79 c72ced79ae ui fixes 2018-08-14 19:22:00 -04:00
Esteban MIno a4c3f6b65c add support for images base64 and urls on new ui 2018-08-14 20:08:12 -03:00
Dan Finlay d7aa1bf5c0
Merge pull request #5060 from MetaMask/bignumber-string
Cast arguments for new Bignumbers() to string.
2018-08-14 14:36:27 -07:00
Dan Miller ebb23721ed Cast arguments for new Bignumbers() to string. 2018-08-14 15:46:58 -02:30
brunobar79 b77cc3d969 fix tx tests 2018-08-14 03:42:23 -04:00
brunobar79 61a279204a legacy and new hd path working 2018-08-14 01:26:18 -04:00
brunobar79 4e1d8ba19d good progress adding paths 2018-08-13 19:29:43 -04:00
Whymarrh Whitby b83a746e4f Add exportAsFile optional type argument 2018-08-13 18:38:13 -02:30
brunobar79 e6d64cecf8 message signing works 2018-08-11 20:26:34 -04:00
brunobar79 aa6a42e3de rename keyring 2018-08-11 05:11:21 -04:00
brunobar79 8e842a8947 able to add accounts 2018-08-11 05:02:02 -04:00
brunobar79 78a1cd3314 iframe communication working 2018-08-11 02:35:20 -04:00
brunobar79 5ef80495cf refactor to support multiple hw wallets 2018-08-10 21:54:34 -04:00
Bruno Barbieri e2be22a4b7
Merge pull request #4897 from MetaMask/qr-code-scan
QR Code Scanner
2018-08-10 13:40:06 -04:00
Dan J Miller d4af5b7bec
Merge pull request #5000 from MetaMask/contract-method-conf-sim-failure
Show error while allowing confirmation of tx where simulation fails
2018-08-08 22:13:41 -02:30
Dan Miller 973325a6c4 Show error while allowing confirmation of transaction where simulation fails 2018-08-08 21:26:25 -02:30
Whymarrh Whitby 51644962e9
Fix lint error in tx-list 2018-08-08 19:32:45 -02:30
brunobar79 d0ccc59e45 add comment 2018-08-08 15:42:25 -04:00
brunobar79 656afeefad fix merge conflicts 2018-08-08 15:40:04 -04:00
Dan Miller e98c3b4c01 Get nonce for showing retry button using ethQuery transaction count. 2018-08-08 17:04:42 -02:30
brunobar79 f269021dc3 add submit button type 2018-08-08 12:22:48 -04:00
Dan Miller c4f1dfb82e Use token decimals when calculating confirm screen amount for token approvals. 2018-08-08 12:36:59 -02:30
brunobar79 cbbd0d3c75 lint 2018-08-08 03:21:37 -04:00
brunobar79 c6b7e460b5 code review changes 2018-08-08 03:00:39 -04:00
brunobar79 2e0916d8ff fix merge conflicts 2018-08-08 02:32:35 -04:00
Justin Kat aab6e366c5 Fixing translations in first-time init menu (#4969) 2018-08-07 23:27:52 -02:30
Esteban MIno 33357e3538 refactor unused code 2018-08-07 19:12:16 -04:00
Esteban Miño 3f57d5f66b
Merge branch 'develop' into WatchTokenFeature 2018-08-07 17:50:58 -04:00
Esteban MIno 00d1f6fec5 watch token on old ui 2018-08-07 17:40:45 -04:00
Esteban MIno c0cdda8321 Merge branch 'develop' into TokensPerAccountBasis 2018-08-07 14:17:40 -04:00
Esteban MIno a57f56fdca clean confirm add token component 2018-08-06 20:06:13 -04:00
Esteban MIno af35b415ab new confirm add suggested token component 2018-08-06 20:03:49 -04:00
Esteban MIno 88933f3a66 fix duplicated action 2018-08-06 18:48:18 -04:00
brunobar79 ef9435e3d0 restore qr 2018-08-03 20:26:50 -04:00
Alexander Tseung f2194e8482
Merge pull request #4948 from MetaMask/i4638-update-font
Update Font in Account Selector
2018-08-03 17:24:42 -07:00
brunobar79 b1ddaafba2 lint 2018-08-03 20:12:30 -04:00
brunobar79 e9a0feb9e9 fixed issue with input 2018-08-03 20:11:46 -04:00
Alexander Tseung 8e3f0b4202 Update Font in Account Selector 2018-08-03 16:47:50 -07:00
brunobar79 af97ba103c clear qr code data before scanning 2018-08-03 19:36:01 -04:00
Esteban MIno 9ac9f53a73 eth_watchToken working 2018-08-03 19:24:12 -04:00
brunobar79 71ef4d85da design complete 2018-08-03 18:57:23 -04:00
Esteban MIno 12dd7a7232 popup initializing with suggested tokens 2018-08-03 18:01:40 -04:00
Alexander Tseung 6d76d4e228 Disable Confirm button on subsequent clicks to prevent confirming multiple times 2018-08-03 14:44:57 -07:00
Esteban MIno 081884bd80 rpc-engine not crashing when eth_watchToken 2018-08-03 16:42:13 -04:00
Esteban MIno 21a61f2987 merge develop 2018-08-03 14:56:02 -04:00
brunobar79 94a89790dc fix 2018-07-31 18:58:54 -04:00
brunobar79 7a40072f1a lint 2018-07-31 18:34:18 -04:00
brunobar79 caa9e202cf lint 2018-07-31 18:32:14 -04:00
brunobar79 710b4e294f added crossbrowser support and error handling 2018-07-31 18:30:56 -04:00
Dan Miller 0ff0a9c197 Show the retry button on latest tx of earliest nonce. 2018-07-31 16:37:14 -02:30
brunobar79 edb154749d send to fullscreen if no permission from popup 2018-07-30 22:57:05 -04:00
brunobar79 b673a7a7fc kill camera stream when unmouting 2018-07-30 18:40:00 -04:00
brunobar79 34617a21c3 copy 2018-07-30 18:36:37 -04:00
brunobar79 d2368d6fe0 clean up css 2018-07-30 18:34:00 -04:00
brunobar79 4339f04e80 use existing modals 2018-07-30 17:50:05 -04:00
brunobar79 b6592ba95f Merge branch 'develop' of github.com:MetaMask/metamask-extension into qr-code-scan 2018-07-30 15:57:10 -04:00
Esteban Miño 228f48c6e5
Merge branch 'develop' into TokensPerAccountBasis 2018-07-27 16:07:08 -04:00
Alexander Tseung d0c901d081 Round large exponential numbers 2018-07-27 12:22:10 -07:00
brunobar79 acfcdf52b4 fix unit tests 2018-07-26 21:52:01 -04:00
brunobar79 4de8f5b0d4 fix dependencies 2018-07-26 21:37:43 -04:00