Dan
c9c940bfc1
Clear selected token when changing network.
7 years ago
Dan
583342bd56
Removes old/second setProviderType method from before merge (commit bd99bc2e
)
7 years ago
Dan
ac4868170f
Enables remove token and ensures add/remove update the list without need for refresh.
7 years ago
Dan
ff64fe98dd
Shapeshift deposit tx modal.
7 years ago
kumavis
a2b6d3ffc5
network - remove long dead etherscan provider code
7 years ago
kumavis
d6ea2fa425
network - convert localhost from custom rpc to network type
7 years ago
Sergey Ukustov
c2b8dada91
Add eth_signTypedData handler
7 years ago
Chi Kei Chan
67ee5b21e6
Query for gas estimates
7 years ago
Dan
10345a12c2
Keep privateKey out of state and clear it after closing export private key modal.
7 years ago
Dan
541b69dda9
Gets gas and price estimates when send components mount.
7 years ago
Dan
79bcb88db3
Refactor to store estimated gas and price in local state, return promise from actions.
7 years ago
Dan
88c4226bf1
Estimate gasPrice and gasLimit in send screen.
7 years ago
Dan
13f22ff6b0
get identities from getState() instead of passing from caller, only set new account label if label set.
7 years ago
Dan
a1d72a59fe
New account modal now allows for addition of account name.
7 years ago
Chi Kei Chan
3ec2f53463
Integrate Add Token
7 years ago
Dan
feb90f2fc4
Clear token selection when changing account.
7 years ago
Chi Kei Chan
8f31b05ac5
Add token exchange rates
7 years ago
Chi Kei Chan
8b5f2a95df
Improve styling in Confirmation Screen; Show decoded send token data
7 years ago
Chi Kei Chan
7eb6dae418
Added signTokenTx; Adding token confirmation screen
7 years ago
Dan
6d3b3d4203
Show confirm transaction screen when clicking a pending transaction in the list.
7 years ago
Chi Kei Chan
8b919758e5
Send Token screen partial UI
7 years ago
Chi Kei Chan
f1fb9e10a0
Adding Token transaction detail screen
7 years ago
Dan
78f39bcce6
Send tx working; user is taken to confirm page with correct transaction information.
7 years ago
Dan
3ce69e1b65
Clean up send.js and eth-balance.js with es6.
7 years ago
sdtsui
9d69401041
Hook up showAddToken to dropdown menu item in account options dropdown
7 years ago
sdtsui
4e9376ca71
Extend modal implementation and state management to accomodate multiple modal types
7 years ago
Dan Finlay
343a7e9cce
Transition to home view after tx error
7 years ago
davidp94
f52ef5d496
fix goHome
7 years ago
davidp94
39424cdf45
remove unused action type
7 years ago
DavidNinja
399c51c048
cancel all txs
7 years ago
sdtsui
4cd33453dc
[WIP] Extract network dropdown into own component
7 years ago
sdtsui
aab0fda9ac
Add actions and reducers for global modal
7 years ago
frankiebee
7de58c8709
fix cancelTransaction not reciving a callback
7 years ago
sdtsui
dfa10763e3
Integrate slideout menu with tx view
7 years ago
sdtsui
7767f9f7ad
Hook up responsive sidebar
7 years ago
Dan Finlay
f884477abb
Remove unused parameter
7 years ago
Dan Finlay
c071591adb
Fix custom provider indication
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
e285f2cae9
Get duplicate UI template working
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
Dan Finlay
5cfce8c45a
Fix token adding bug
7 years ago
Dan Finlay
48789f2a3d
Add ability to add tokens to token list
...
Fiex #1616
8 years ago
Dan Finlay
0e1e0aa323
Create add token button and template view
8 years ago
Dan Finlay
b7b9e0c1ac
Persist selected account tab
...
Also improve error handling with token balances.
8 years ago
kumavis
68be86abe9
ui - remove web3, use eth-query
8 years ago
Thomas Huang
6bdb4c8728
Fix linting warnings
8 years ago
Jared Pereira
7f12be6a01
remove updateCoinBaseAmount action
8 years ago
Jared Pereira
5cabd3e02d
remove updateBuyAddress action
8 years ago
kumavis
5a91adf7d8
add platforms to mascara + move buyEther window open to ui
8 years ago
Dan Finlay
81d3658343
Improve UI gas calculation logic
...
- Now striping hex prefixed gas values, which may have been causing mis-estimation.
- Unified calculation logic to be entirely functional.
- Greatly simplified how the pending-tx form keeps updated form state.
Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value.
8 years ago