Dan Miller
|
40e0d92f57
|
Adds sidebar component and refactors slide in wallet view sidebar to use it.
|
2018-08-28 22:08:15 -02:30 |
|
Esteban MIno
|
e743f44150
|
fix conflicts
|
2018-08-28 15:20:30 -03:00 |
|
Alexander Tseung
|
0259eb0214
|
Merge pull request #5121 from MetaMask/i5099-approve
Prevent token symbol from showing as null in the confirm screen
|
2018-08-27 15:28:29 -07:00 |
|
Alexander Tseung
|
c0e97d1739
|
Fix tests
|
2018-08-23 19:19:48 -07:00 |
|
Alexander Tseung
|
342522c6cf
|
Fix naming, add eth.getCode check for actions, fix translations for statuses
|
2018-08-23 16:45:28 -07:00 |
|
Alexander Tseung
|
eb17151ff4
|
Change "Outgoing" to "Sent Ether" or "Sent Token"
|
2018-08-23 16:45:28 -07:00 |
|
Alexander Tseung
|
da0df79047
|
Add CurrencyDisplay and TokenCurrencyDisplay components
|
2018-08-23 16:45:27 -07:00 |
|
Alexander Tseung
|
b48a293af0
|
Update retry transaction logic to use network nonce
|
2018-08-23 16:45:27 -07:00 |
|
Alexander Tseung
|
5dcd8ceb7b
|
Fix e2e tests
|
2018-08-23 16:45:27 -07:00 |
|
Alexander Tseung
|
9adf0c4b60
|
Fix integration tests
|
2018-08-23 16:45:27 -07:00 |
|
Alexander Tseung
|
c9ec5ed38d
|
Fix e2e tests
|
2018-08-23 16:45:27 -07:00 |
|
Alexander Tseung
|
e104744d3b
|
Fix shapeshift transactions. Delete unused files
|
2018-08-23 16:45:27 -07:00 |
|
Alexander Tseung
|
33a94332e4
|
Show token amounts in TransactionListItem for token transfers
|
2018-08-23 16:45:27 -07:00 |
|
Alexander Tseung
|
5ddd9b55be
|
Add retry button to TransactionListItem
|
2018-08-23 16:44:44 -07:00 |
|
Alexander Tseung
|
fa8313f903
|
Code cleanup
|
2018-08-23 16:44:44 -07:00 |
|
Alexander Tseung
|
5de48c67a0
|
Use css grid for TransactionListItem for responsive layout
|
2018-08-23 16:44:44 -07:00 |
|
Alexander Tseung
|
01f00a9ca6
|
Add tOrKey function to I18nProvider
|
2018-08-23 16:44:44 -07:00 |
|
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 |
|