kumavis
cc7dbace38
tx-conf add non-interactive mode for notification
8 years ago
kumavis
2495c6ea54
svg notifications - remove unneeded deps and clean code
8 years ago
kumavis
122576a790
initial svg notifications
8 years ago
Frankie
f0e6411277
Swap out Transat font for Montserrat
8 years ago
Dan Finlay
8fde8a8921
Manually linted
8 years ago
Dan Finlay
a08c3bc01b
Auto linted
8 years ago
Dan Finlay
281ed1c2bb
Fix tx approval address formatting
9 years ago
Dan Finlay
9417b92e44
Let account address take more space in account list
9 years ago
Dan Finlay
c8706b5d6f
Made network spinner clickable
...
Opens network menu, for when network is unreachable.
Fixes #279
9 years ago
Frankie
e9208be096
Size export confirmation input
9 years ago
Frankie
7d8bf31e82
Fix edit text
...
and edit label alighment
9 years ago
Dan Finlay
d5c378b09a
Cache identicons
...
Fixes #197
Also as a side effect, by creating this `iconFactory.cache` object, we have a convenient place for specifying stock icons for known contracts!
We can just hard-code image addresses in the `ui/lib/icon-factory.js` cache instantiation, and those values will be injected into the identicon image tag `src` attributes.
9 years ago
Frankie
f59ca7a6bf
Add css to resize and alighn input for editable lable
9 years ago
Dan Finlay
b9007ee843
Add provider menu on clicking network status indicator.
...
Also simplifies network status icons.
9 years ago
Dan Finlay
5560ebba26
Clicking network status indicator reveals provider menu
9 years ago
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
Zac Mitton
924a65c956
network status getting set upon start-up and showing in title bar but not auto-updating yet
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
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
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
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
kumavis
8c6a451ac7
ui - redesign - txList improved
9 years ago
Dan Finlay
9d0cad0e16
Finish clean implementation of drop-down menu
9 years ago
Dan Finlay
d0b0526765
Add dynamic list item styles
9 years ago
kumavis
6ae0a90d7b
ui - redesign - ether amount component
9 years ago
kumavis
82504ae965
ui - txList - add time
9 years ago
kumavis
2365fe1142
ui - txlist - better scroll bar positioning
9 years ago
kumavis
b8ad7f2cb1
ui - fix account-export margin
9 years ago
kumavis
46f1ab8b48
ui - redesign - trans group + + account detail + tx list fixes
9 years ago
kumavis
3d696420b7
clean - remove logging from tx list
9 years ago
kumavis
2913dcb82c
ui - redesign - account details
9 years ago
Dan Finlay
277cff4e10
Remove log
9 years ago
kumavis
c8640537e6
hotfix - identicon jazz bug
9 years ago
Dan Finlay
d9d442ed1f
Began adding jazzicons
...
Currently experiencing a few problems:
1. Tons of errors on app start. It's as if Jazzicon is getting called many times at start with some object as its diameter.
2. Weird visual glitches. When leaving a view with a jazzicon, it flashes off its border radius.
3. Messy transitions. Might want to just re-do the transitions. They just look awful, it's barely worthwhile.
9 years ago
Dan Finlay
356da540d1
Style transaction list using new panel component
9 years ago