aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* icon fox eyes changed to navy blue everywhereZac Mitton2016-06-164-0/+2383
|
* screenshots and promos for chrome store round 1Zac Mitton2016-06-159-0/+0
|
* Merge pull request #286 from MetaMask/FixSpinnerDan Finlay2016-06-151-0/+1
|\ | | | | Made network spinner clickable
| * Made network spinner clickableDan Finlay2016-06-151-0/+1
| | | | | | | | | | | | Opens network menu, for when network is unreachable. Fixes #279
* | Let account address take more space in account listDan Finlay2016-06-153-10/+20
|/
* Show more address in detail viewDan Finlay2016-06-151-6/+7
|
* Center main account iconDan Finlay2016-06-151-0/+1
|
* Merge pull request #283 from MetaMask/RewordLockDan Finlay2016-06-151-1/+1
|\ | | | | Reword lock menu item
| * Rename Lock Account to simply LockDan Finlay2016-06-151-1/+1
| |
* | Remove unused classDan Finlay2016-06-151-1/+1
| |
* | Insert vlad icons into UIDan Finlay2016-06-151-3/+6
|/
* Size export confirmation inputFrankie2016-06-133-3/+7
|
* Change name-label css bugFrankie2016-06-131-2/+1
|
* Remove qr code icon and reorder to have clipboard firstFrankie2016-06-132-9/+15
|
* Fix edit textFrankie2016-06-133-8/+7
| | | | and edit label alighment
* Add spacing in line itemsFrankie2016-06-092-4/+6
|
* Mend CHANGE.logFrankie2016-06-092-11/+58
|\
| * Cache identiconsDan Finlay2016-06-072-11/+58
| | | | | | | | | | | | | | | | 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.
* | Style up the info screenFrankie2016-06-092-2/+20
| |
* | Add icons to left side of links, as well as the metmask version and stylingFrankie2016-06-091-34/+76
|/
* Merge branch 'master' into uiFixesFrankie2016-06-0610-27/+388
|\
| * Make morden sail blueDan Finlay2016-06-041-1/+1
| |
| * Add provider menu on clicking network status indicator.Dan Finlay2016-06-043-27/+61
| | | | | | | | Also simplifies network status icons.
| * Clicking network status indicator reveals provider menuDan Finlay2016-06-043-2/+67
| |
| * Merge branch 'master' into display_networkDan Finlay2016-06-048-12/+226
| |\
| | * Merge pull request #242 from MetaMask/HashFixkumavis2016-06-031-1/+1
| | |\ | | | | | | | | provider-engine hooked wallet - checkSum addresses not recognized
| | | * Fix hashed address validationDan Finlay2016-06-031-1/+1
| | | |
| | * | A couple seed recovery enhancementsDan Finlay2016-06-033-5/+6
| | | | | | | | | | | | | | | | | | | | - 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'.
| | * | Added seed word recovery to config screenDan Finlay2016-06-036-8/+221
| | |/
| * | Blockchain status now updates on availability changeDan Finlay2016-06-041-6/+4
| | |
| * | Add network loading indicationDan Finlay2016-06-041-0/+8
| | |
| * | Differentiate icon name from hover textDan Finlay2016-06-041-12/+16
| | |
| * | Some minor lintingDan Finlay2016-06-041-4/+4
| | |
| * | Make hover text more human friendlyDan Finlay2016-06-041-4/+4
| | |
| * | Remove metamask logo from headerDan Finlay2016-06-041-6/+0
| | |
| * | undo styleZac Mitton2016-06-021-6/+5
| | |
| * | network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-023-6/+51
| |/ | | | | | | auto-updating yet
* | Add css to resize and alighn input for editable lableFrankie2016-06-063-3/+12
| |
* | Fix label size for edit labelFrankie2016-06-061-7/+3
| |
* | Add edit labelFrankie2016-06-062-1/+23
| |
* | Change chevron-down to fa-plusFrankie2016-06-041-1/+1
|/
* Merge branch 'master' into i216Dan Finlay2016-05-278-61/+171
|\
| * Fix build errorDan Finlay2016-05-271-5/+2
| |
| * Remove etherscan links from non standard blockchainsDan Finlay2016-05-271-2/+9
| |
| * Fix network reference part 2Dan Finlay2016-05-271-1/+1
| |
| * Fix network referenceDan Finlay2016-05-272-2/+2
| |
| * Add clicking txs in list shows tx conf screenDan Finlay2016-05-275-5/+50
| |
| * Add pending messages to sign to tx listDan Finlay2016-05-274-54/+113
| |
| * Center wallet nickname under identicon in tx confirmation screenDan Finlay2016-05-271-0/+2
| |
* | ui - redesign - init + vault create/restore + seedkumavis2016-05-275-75/+129
|/
* Merge pull request #222 from MetaMask/balanceskumavis2016-05-262-26/+30
|\ | | | | Fixes #206
| * correctly displaying small balances with testsZac Mitton2016-05-262-26/+30
| |
* | Merge branch 'master' into FixTransactionBackButtonDan Finlay2016-05-261-0/+1
|\ \
| * | Fix persistent warning bugDan Finlay2016-05-261-0/+1
| |/
* | Move transaction list item into its own componentDan Finlay2016-05-262-107/+133
| |
* | Make transaction list into actual React ComponentDan Finlay2016-05-262-48/+63
| |
* | Add number indicating pending txs to account listDan Finlay2016-05-264-1/+37
| |
* | Fix back button on pending tx screenDan Finlay2016-05-262-16/+21
| | | | | | | | Fixes #208
* | Remove commented out codeDan Finlay2016-05-261-37/+0
|/
* actions - remove use of 'this'kumavis2016-05-261-70/+70
|
* Add copy address button to account listDan Finlay2016-05-243-6/+52
|
* Move account list panel to componentDan Finlay2016-05-242-45/+28
|
* Remove old accounts list fileDan Finlay2016-05-241-182/+0
|
* Move accounts indexDan Finlay2016-05-241-0/+182
|
* bugfix - exportAccount - fix copyToClipboardkumavis2016-05-231-0/+1
|
* Added ability to nickname wallets locallyDan Finlay2016-05-214-14/+104
| | | | 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.
* Fix up accounts listDan Finlay2016-05-213-17/+18
| | | | | Fix hover styles to not grow. Fix back button on accounts list.
* Made account list hover styles more consistentDan Finlay2016-05-211-2/+2
|
* Add ability to add account to vaultDan Finlay2016-05-214-7/+73
| | | | | | | | 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.
* Improve tx list styleDan Finlay2016-05-202-26/+6
| | | | Tx list no longer enlarges on hover, and failed transactions no longer have hover styles nor direct to an explorer page.
* Do not forward to null tx explorer pageDan Finlay2016-05-201-0/+1
|
* Render failed tx in tx listDan Finlay2016-05-202-9/+28
|
* Add special rendering for contracts in transaction listDan Finlay2016-05-201-14/+39
|
* Allow empty recipient fields on txDan Finlay2016-05-202-1/+3
|
* Add full precision to send tx value field.Dan Finlay2016-05-202-2/+17
|
* Increase send value precisionDan Finlay2016-05-202-3/+3
|
* Add address capitalization checksummingDan Finlay2016-05-203-4/+19
|
* Allow txs with no recipient when they have a data fieldDan Finlay2016-05-201-9/+9
|
* Make accounts page transition forward from account detailDan Finlay2016-05-191-2/+2
|
* Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballskumavis2016-05-194-31/+155
|\
| * Merge pull request #190 from MetaMask/MenuDroppokumavis2016-05-194-31/+155
| |\ | | | | | | Drop-down menu
| | * Fix typosDan Finlay2016-05-191-2/+2
| | |
| | * Finish clean implementation of drop-down menuDan Finlay2016-05-192-51/+56
| | |
| | * Add dynamic list item stylesDan Finlay2016-05-194-29/+123
| | |
| | * Merge branch 'eyeballs' into MenuDroppoDan Finlay2016-05-195-83/+176
| | |\
| | * | Add animated sandwich buttonDan Finlay2016-05-193-3/+28
| | | |
* | | | ui - redesign - txList improvedkumavis2016-05-191-25/+83
|/ / /
* | | Merge pull request #189 from MetaMask/hotfixsendTxDan Finlay2016-05-191-10/+15
|\ \ \ | | | | | | | | ui - sendTx - re-add warning and fix form parsing
| * | | ui - sendTx - re-add warning and fix form parsingkumavis2016-05-191-10/+15
| | |/ | |/|
* / | ui - redesign - ether amount componentkumavis2016-05-196-12/+83
|/ /
* / ui - redesign - sendTransactionkumavis2016-05-195-83/+176
|/
* ui - add new designskumavis2016-05-173-0/+0
|
* ui - redesign - unlock menukumavis2016-05-145-233/+111
|
* ui - redesign - sendkumavis2016-05-141-1/+4
|
* ui - txList - add timekumavis2016-05-141-0/+11
|
* ui - txlist - better scroll bar positioningkumavis2016-05-141-1/+1
|
* ui - copy address fixkumavis2016-05-141-2/+2
|
* ui - fix account-export marginkumavis2016-05-141-13/+22
|
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-148-111/+149
|
* ui - accunt-detail - fix style attributekumavis2016-05-141-7/+7
|
* ui - redesign - remove footerkumavis2016-05-141-22/+32
|
* clean - remove logging from tx listkumavis2016-05-141-1/+0
|
* Streamlined some transition logicDan Finlay2016-05-133-14/+22
| | | | | | | | Fixes #122 Had used multiple actions for some transitions, which would lead to brief intermediary states. Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view.
* Fix more transition bugsDan Finlay2016-05-125-52/+26
|
* Revert style name fixes that broke stylesDan Finlay2016-05-121-6/+6
|
* Fix css namesDan Finlay2016-05-121-6/+6
|
* Merge branch 'master' into eyeballsDan Finlay2016-05-121-1/+1
|\
| * Fix send view selected account bugDan Finlay2016-05-121-1/+1
| |
* | Vertically center title bar contentDan Finlay2016-05-111-0/+3
| |
* | Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballsDan Finlay2016-05-114-42/+95
|\ \
| * | ui - redesign - account detailskumavis2016-05-114-42/+95
| | |
* | | Fixed transitionsDan Finlay2016-05-111-27/+21
|/ /
* | hotfix - identicon jazz bugkumavis2016-05-111-2/+6
| |
* | Began adding jazziconsDan Finlay2016-05-114-27/+56
| | | | | | | | | | | | | | | | 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.
* | ui - account list - fix select accountkumavis2016-05-113-2/+12
| |
* | ui - redesign - app header + accounts selectionkumavis2016-05-115-42/+141
|/
* Make default providers more easiliy configurable for metamask devsDan Finlay2016-05-113-6/+45
| | | | | | | | No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code. Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise. Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program.
* ui - design - add new fileskumavis2016-05-1110-0/+0
|
* Fix transition bugs after vault restoreDan Finlay2016-05-112-3/+3
|
* Fix account loading bugDan Finlay2016-05-111-1/+1
|
* Restored signTx actionDan Finlay2016-05-071-0/+15
|
* Style transaction list using new panel componentDan Finlay2016-05-072-27/+49
|
* Move account panel style into reusable componentDan Finlay2016-05-074-63/+98
| | | | | | | | The styles that defined the `account-panel` component now belong to the `panel` component, which is now used by the `account-panel` component for its styles. It accepts an optional `onClick` property that it will fire when clicked! Planning to use it for the tx-list.
* Always show transaction listDan Finlay2016-05-061-18/+10
|
* Fix account navigation linkDan Finlay2016-05-061-3/+1
|
* Restored back button to account detail view.Dan Finlay2016-05-061-4/+5
| | | | The `Change Acct` button was confusing multiple users, reverted that bit.
* Merge branch 'MoveAccountExportToSubview' into FixButtonStyleBugDan Finlay2016-05-054-67/+145
|\
| * Move account export to subviewDan Finlay2016-05-054-67/+145
| | | | | | | | | | | | | | | | | | | | Account detail view now has an animated transitioning `subview` section that allows us to show extra details within it. Clicking `export` now slide replaces the transaction list with the export UI. Added cancel/done/submit buttons to the Export UI. Done submits like Enter did, the other two transition back to the transaction list. For some reason when first unlocking, the selected account is being instantly replaced with the accounts list, so I need to fix that before merging this into master.
* | Fix button width transition bugDan Finlay2016-05-053-2/+8
| | | | | | | | Fixes #160
* | Fix routing bugDan Finlay2016-05-052-1/+2
|/ | | | Where sometimes the account list was shown when first unlocking, after momentarily showing the detail panel.
* Show any pending txs when unlockingDan Finlay2016-05-044-4/+20
| | | | Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead.
* Improve tx UIDan Finlay2016-05-043-2/+16
|
* Add UI for Signing MessagesDan Finlay2016-05-0411-69/+268
| | | | | | | | | | Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk). This allows the user a method to sign/cancel transactions even if they miss the Chrome notification. Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't. Broke the transaction approval view into a couple components so messages and transactions could have their own templates.
* Fix outdated transitionsDan Finlay2016-04-303-17/+10
| | | | | | | | Fixes #151 - Cancelling or completing a tx now goes back to account detail view. - Restoring a vault now does not select an unloaded account, shows account list. - Account list now never selects an item only uses the cells as buttons.
* Merge branch 'master' into IdenticonDan Finlay2016-04-301-1/+1
|\
| * Fix slack linkDan Finlay2016-04-301-1/+1
| |
* | Convert icons to identiconsDan Finlay2016-04-301-2/+10
|/
* Filter transaction list for current blockchain networkDan Finlay2016-04-281-1/+2
| | | | | | | | | | When starting up, we now create a `web3` inside the `background.js` process, which we pass to the `idStore` and ask for the current `network`. We include the `network` on `app.metamask.network` in the state object. We re-request the network when changing provider. We filter the transaction list for transactions that match the current network.
* Fix explorer link generationDan Finlay2016-04-281-1/+4
|
* When no account is selected, show accounts viewDan Finlay2016-04-261-2/+3
|
* Persist selected accountDan Finlay2016-04-263-14/+14
| | | | | | When selecting an account, we now persist the selection to the `configManager`, so the selection can be restored when re-unlocking Metamask. Also found the bug where `rawtestrpc` was still being used as a default, and fixed it!
* Fixed some loading bugsDan Finlay2016-04-261-3/+1
|
* Fix testDan Finlay2016-04-261-2/+0
|
* Make account detail view the primary viewDan Finlay2016-04-267-44/+72
| | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
* Add RPC config buttons and stylesDan Finlay2016-04-231-5/+31
| | | | | | - Add save button for custom RPC input field - Add button for RPC at `localhost:8545`. - Improve `Current RPC` display.
* Improve transaction list titleDan Finlay2016-04-201-1/+1
|
* Removed logsDan Finlay2016-04-201-2/+0
|
* Fix floating point input bugDan Finlay2016-04-202-6/+16
| | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working.
* Generate explorer link to match current blockchainDan Finlay2016-04-204-38/+26
|
* Improve some UI formattingDan Finlay2016-04-202-13/+33
|
* Move transaction list after account panelDan Finlay2016-04-201-12/+1
|
* Moved transaction-list into its own componentDan Finlay2016-04-202-8/+55
|
* Merge branch 'master' into TransactionListDan Finlay2016-04-209-464/+1
|\
| * Fix displayed RPC addressDan Finlay2016-04-191-2/+1
| | | | | | | | Fixes #119
| * Unify test suitesDan Finlay2016-04-198-462/+0
| |
* | Prototype Transaction Details in account-detail.jsJohn Whitton2016-04-201-0/+17
|/ | | | Rough prototype with hyperlink
* Add leading zero to account balancesDan Finlay2016-04-162-2/+2
|
* ui - util - fixes#110 formatBalancekumavis2016-04-151-2/+2
|
* Fix eth resolutionDan Finlay2016-04-152-4/+21
| | | | | | | | utils.formatBalance was returning rounded ether, was not useful for displaying account balances. Now returns four decimal points, and is easily configurable for more, with passing tests. Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether.
* Move UI deps into main plugin package.jsonDan Finlay2016-04-142-72/+0
| | | | | Also move UI test scripts into main plugin Also move testing explanation to main plugin README.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-1452-0/+4369