Dan Finlay
d49ef1a2e5
Blockchain status now updates on availability change
9 years ago
Dan Finlay
2422c78ce2
Add network loading indication
9 years ago
Dan Finlay
d86d7b9ac7
Differentiate icon name from hover text
9 years ago
Dan Finlay
3170e094c5
Some minor linting
9 years ago
Dan Finlay
acc00b84ea
Make hover text more human friendly
9 years ago
Dan Finlay
66f06844ac
Remove metamask logo from header
9 years ago
Frankie
d90943dc61
Change chevron-down to fa-plus
9 years ago
Dan Finlay
272bea31b5
Fix hashed address validation
9 years ago
Dan Finlay
10fec9052f
A couple seed recovery enhancements
...
- The seed words are no longer stored on `state.appState.currentView.context`, which caused view glitches since it was shared with other views' data.
- The confirmation text warning color is now the same as other error messages'.
9 years ago
Dan Finlay
9cc04be5e4
Added seed word recovery to config screen
9 years ago
Zac Mitton
f5d107cde1
undo style
9 years ago
Zac Mitton
924a65c956
network status getting set upon start-up and showing in title bar but not auto-updating yet
9 years ago
kumavis
870e05b240
ui - redesign - init + vault create/restore + seed
9 years ago
Dan Finlay
01e5bc25a9
Fix build error
9 years ago
Dan Finlay
5001547386
Remove etherscan links from non standard blockchains
9 years ago
Dan Finlay
4d468d8064
Fix network reference part 2
9 years ago
Dan Finlay
12d89eb647
Fix network reference
9 years ago
Dan Finlay
5da6fd5ab1
Add clicking txs in list shows tx conf screen
9 years ago
Dan Finlay
d31189b206
Add pending messages to sign to tx list
9 years ago
Dan Finlay
d489b31923
Center wallet nickname under identicon in tx confirmation screen
9 years ago
Zac Mitton
2ce9f1a776
correctly displaying small balances with tests
9 years ago
Dan Finlay
21af266fde
Move transaction list item into its own component
9 years ago
Dan Finlay
45ae2a0be3
Make transaction list into actual React Component
9 years ago
Dan Finlay
5669f44300
Add number indicating pending txs to account list
9 years ago
Dan Finlay
294b16a275
Fix back button on pending tx screen
...
Fixes #208
9 years ago
Dan Finlay
4f9e66994d
Remove commented out code
9 years ago
Dan Finlay
e8c88a5551
Fix persistent warning bug
9 years ago
kumavis
c5e5842424
actions - remove use of 'this'
9 years ago
Dan Finlay
adaf1c7012
Add copy address button to account list
9 years ago
Dan Finlay
45916175d7
Move account list panel to component
9 years ago
Dan Finlay
a8540d379b
Remove old accounts list file
9 years ago
Dan Finlay
b8228ab0da
Move accounts index
9 years ago
kumavis
41df7bb8f6
bugfix - exportAccount - fix copyToClipboard
9 years ago
Dan Finlay
95a3cfe3fc
Added ability to nickname wallets locally
...
The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature.
9 years ago
Dan Finlay
24fc5f9ea3
Fix up accounts list
...
Fix hover styles to not grow.
Fix back button on accounts list.
9 years ago
Dan Finlay
18304fa46c
Made account list hover styles more consistent
9 years ago
Dan Finlay
7d5aaaa5bd
Add ability to add account to vault
...
Scrolling to the bottom of the accounts page now reveals a downward-facing chevron button.
Pressing this button shows loading indication, adds a new account to the identity vault, displays it in the list, and scrolls the list to the bottom of the page.
Any number of accounts can be generated in this way, and the UX feels intuitive without having to overly explain how HD paths work.
9 years ago
Dan Finlay
2a6d6fcd15
Improve tx list style
...
Tx list no longer enlarges on hover, and failed transactions no longer have hover styles nor direct to an explorer page.
9 years ago
Dan Finlay
d71ee6927f
Do not forward to null tx explorer page
9 years ago
Dan Finlay
ff20543c59
Render failed tx in tx list
9 years ago
Dan Finlay
d861c6ceca
Add special rendering for contracts in transaction list
9 years ago
Dan Finlay
47540ad0b3
Allow empty recipient fields on tx
9 years ago
Dan Finlay
60270de53d
Add full precision to send tx value field.
9 years ago
Dan Finlay
22a77b8041
Increase send value precision
9 years ago
Dan Finlay
c8deb355f7
Add address capitalization checksumming
9 years ago
Dan Finlay
685a1881b8
Allow txs with no recipient when they have a data field
9 years ago
Dan Finlay
e5034ade24
Make accounts page transition forward from account detail
9 years ago
kumavis
8c6a451ac7
ui - redesign - txList improved
9 years ago
Dan Finlay
e64e3bbea5
Fix typos
9 years ago
Dan Finlay
9d0cad0e16
Finish clean implementation of drop-down menu
9 years ago