Thomas Huang
d5f0ee4f5e
Add Back Button for Import Screen
7 years ago
Dan Finlay
8642feee09
Remove token contract validation step
7 years ago
Dan Finlay
78af771c79
Do not allow adding non token addresses
7 years ago
Dan Finlay
5440ed23d6
Support other network links
7 years ago
Dan Finlay
3aff9fdd2a
Support other network links
7 years ago
Dan Finlay
5cfce8c45a
Fix token adding bug
7 years ago
Thomas Huang
77054e1fbb
Rename Send to Next
7 years ago
Thomas Huang
a352690661
Remove trailing periods and white space
7 years ago
Kevin Serrano
9962a3068b
Change disabling button as state property.
7 years ago
Kevin Serrano
615b8d05a1
Prevent users from accidentally submitting two transactions by disabling button.
7 years ago
Kevin Serrano
f925a37a9f
Fix react warning for keys on ens address book
7 years ago
Kevin Serrano
31da623c21
Fix react warning on create-vault-complete
7 years ago
Thomas Huang
7628a83fd6
Fix Back Button on Add Token View
7 years ago
Kevin Serrano
eb7a9d7517
Fix broken malito link.
7 years ago
Dan Finlay
d0294720e2
Make seed confirmation wording scarier
7 years ago
Dan Finlay
027394b205
Reduce token list clutter by only showing held tokens
...
We could change this when we allow hiding/removing tokens, but for now, this is a simple and pleasant solution.
7 years ago
Dan Finlay
97ab48ba0d
Fix propagation
7 years ago
Dan Finlay
a2781df8b4
Add better event lifecycle management to token list.
...
Token list now renders errors when a token lookup fails.
Also now cleans up event listeners when re-initializing the token list.
7 years ago
Dan Finlay
60855b0510
Add send button to TokenFactory
...
A simple solution to a temporary token send screen: Linking to EtherScan.
Will hold us over until we make our own token send view.
7 years ago
Dan Finlay
48789f2a3d
Add ability to add tokens to token list
...
Fiex #1616
7 years ago
Dan Finlay
711a4def86
Make add token screen a fully working form
...
Entering the address of a valid HumanStandardToken even auto-fills the other fields!
7 years ago
Dan Finlay
f87c5f8a14
Remove log
7 years ago
Dan Finlay
0e1e0aa323
Create add token button and template view
7 years ago
Dan Finlay
a80945e730
Hide message on normal loading
7 years ago
Dan Finlay
1ed5804e4d
Multiple loading style improvements
...
- When seeking network, show a full screen loading indication + message.
- Network menu is still accessible "over" this indication.
- Top Menu-Droppo components now slide *under* the menu bar like they should.
- Loading indication opacity increased to increase message legibility.
7 years ago
Dan Finlay
68389d5d49
Remove excessive log
7 years ago
Dan Finlay
1814721e80
Add no tokens message
7 years ago
Dan Finlay
96d416c486
Vertically center loading indication
7 years ago
Dan Finlay
6fda78cd2b
Refresh token balance on network change
7 years ago
Dan Finlay
b7b9e0c1ac
Persist selected account tab
...
Also improve error handling with token balances.
7 years ago
Kevin Serrano
a8ababe2f4
Add a new warning for file import JSON
7 years ago
Dan Finlay
3df2f2b2d4
Rename history to sent
7 years ago
Dan Finlay
108c4ab2c5
Auto populate token list with popular token balances
...
Half implements #175
Things to do:
- Add ability to add tokens to the list.
- Persist the token tab selection (so it is an implicit preference)
- Check what's up with the token-tracker polling, it seems like it is not waiting the interval.
7 years ago
Kevin Serrano
790712e6fd
Cleanup zero addresses.
7 years ago
Kevin Serrano
5e03b69892
Fix check icon appearing in inappropriate situations.
7 years ago
frankiebee
d1fa3c6de1
only prefix ethereum address
7 years ago
frankiebee
5668910244
prefix the address with "ethereum:"
7 years ago
Kevin Serrano
2fcf3d8439
Modify wording to new accept.
8 years ago
Kevin Serrano
a37c8f3ed0
Modify FAQ to be more visible.
8 years ago
Dan Finlay
c8f0802a8e
Fix bug that prevented publishing contracts
8 years ago
frankiebee
94fedd1fc9
Fix for quick switch on ENS names
8 years ago
frankiebee
ec99bfd553
set the ensResolution to an invalid address if an error ocurs durring look up
8 years ago
frankiebee
0f69a09823
Fix linting error
8 years ago
frankiebee
653319be10
move address check to util.isValidAddress
8 years ago
frankiebee
37fd32025f
Fix punctuation
8 years ago
frankiebee
bb6e41963d
Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000
8 years ago
Dan Finlay
8dc6aa9c4c
Remove dead style code
8 years ago
Dan Finlay
773b36b0de
Move address copying into reusable component
...
"copyable" component allows any elements to be wrapped to include:
- a tool tip that changes/debounces its label when clicked.
- a customizable copyable value.
Fixes #1539
8 years ago
Dan Finlay
ec097c8e34
Add copy links to mini tx panels
8 years ago
Kevin Serrano
2b7d842498
Update gasblocklimit params with every block.
8 years ago