aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mmnChi Kei Chan2017-09-281-0/+1
|\
| * Add computed balance to account detail viewDan Finlay2017-09-141-2/+3
| * ReEnable Token ListDan Finlay2017-08-171-26/+9
| * Merge pull request #1916 from MetaMask/fix/account-name-scrollKevin Serrano2017-08-161-1/+1
| |\
| | * Fix overflow issue on QubesOS, flagged by @kumavissdtsui2017-08-151-1/+1
| * | Change cursor type to indicate link.Kevin Serrano2017-08-161-0/+1
| * | fix spellingfrankiebee2017-08-161-4/+3
| * | Disable token listfrankiebee2017-08-161-9/+26
| |/
* | Lint fixesDan2017-08-311-5/+0
* | Merge remote-tracking branch 'mm/master' into NewUI-flatsdtsui2017-08-141-0/+121
|\|
| * Add overflow support for all account names in account detailssdtsui2017-08-111-2/+11
* | Remove unnecessary imports, and account-detail.jssdtsui2017-08-141-280/+0
|/
* Disable account selection dropdown from account detailssdtsui2017-08-041-2/+1
* Adjust account checksumAddress location upsdtsui2017-08-041-0/+1
* Lots of flex rearrangement on account detail viewDan Finlay2017-07-261-21/+4
* Replace ui with responsive-uiDan Finlay2017-07-251-67/+53
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+311
* Make folder for responsive UIDan Finlay2017-07-041-311/+0
* Add ability to add tokens to token listDan Finlay2017-06-161-1/+3
* Create add token button and template viewDan Finlay2017-06-151-1/+5
* Persist selected account tabDan Finlay2017-06-151-6/+7
* Rename history to sentDan Finlay2017-06-141-1/+1
* Auto populate token list with popular token balancesDan Finlay2017-06-141-11/+6
* Merge branch 'master' into AddTokenListDan Finlay2017-06-131-25/+9
|\
| * Fix fiat renderingDan Finlay2017-05-171-1/+3
| * Remove redux dependency from eth-balance and its dependent treeDan Finlay2017-05-131-2/+6
| * remove case buyFormJared Pereira2017-04-231-3/+0
| * remove buyButtonDeligator functionJared Pereira2017-04-231-12/+0
* | Get token list looking okDan Finlay2017-04-221-2/+16
* | Add functional but ugly and hard-coded token listDan Finlay2017-04-211-1/+36
|/
* Fix account detail transition fix.Kevin Serrano2017-04-061-1/+1
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-021-1/+1
|\
| * default a return of an empty arrayFrankie2017-02-021-1/+1
| * lintingFrankie2017-02-021-1/+1
| * fix transactions not showing up in historyFrankie2017-02-021-1/+1
* | Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-021-1/+1
|\|
| * rename selectedAccount to selectedAddresskumavis2017-01-311-1/+1
* | Merge branch 'dev' into messageManagerCleanUpFrankie2017-01-291-2/+3
|\|
| * migration 5 - move keyring controller state to substatekumavis2017-01-291-2/+3
* | Clean up message manger includes:Frankie2017-01-291-3/+3
|/
* Fix ui overlapFrankie2017-01-271-2/+0
* remove orphaned commentFrankie2017-01-141-1/+0
* Clean up codeFrankie2017-01-141-3/+2
* Fix sorting and instances where something could be undefinedFrankie2017-01-121-1/+2
* Take some of the tx Logic out of the UI and create a visble state for pending...Frankie2017-01-121-13/+3
* Revert "Interface enhancements"Dan Finlay2016-12-171-9/+35
* Better account details viewLuis Iván Cuende2016-12-151-30/+8
* Better editable labelLuis Iván Cuende2016-12-151-5/+1
* Phase out extra warning screen.Kevin Serrano2016-10-261-1/+0
* Drop the buy button in the confTx view if account does not have enough ethFrankie2016-09-161-1/+2
* Add qrcode-npm to package.json and swap out Qr Code generator api for node-mo...Frankie2016-09-131-0/+16
* Merge branch 'master' into i#589pendingTxsIssueFrankie2016-09-091-2/+2
|\
| * Nearly finished factoring fiat value into eth-balanceDan Finlay2016-09-071-2/+2
* | Filter out pending txs based on network from tx historyFrankie2016-09-081-1/+1
|/
* LintedDan Finlay2016-08-231-1/+1
* Removed view more button, added account info button.Dan Finlay2016-08-231-5/+9
* Merge branch 'master' into i390-TransactionLimitDan Finlay2016-08-231-7/+4
|\
| * Create a ShapeShift tx in tx HistoryFrankie2016-08-191-1/+1
| * Merge branch 'master' into shapeshiftTxFrankie2016-08-191-3/+4
| |\
| * | WIP: ShapeShift txFrankie2016-08-191-7/+4
* | | Added `view more` button to transaction listDan Finlay2016-08-191-0/+1
| |/ |/|
* | Change account list balance rendering.Kevin Serrano2016-08-171-1/+0
* | linting and ignoring.Kevin Serrano2016-08-171-1/+0
* | Divided eth components for tx and account detail.Kevin Serrano2016-08-171-1/+2
* | Merge master.Kevin Serrano2016-08-161-3/+21
|\|
| * Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-131-2/+2
| * Fix merge messFrankie2016-08-111-8/+0
| * Merge branch 'master' into buyFormFrankie2016-08-111-0/+8
| |\
| * | Create "buy form" add shape shiftFrankie2016-08-111-2/+30
* | | Get fiat numbers rendering on tooltip. Need to find way to create line breaks.Kevin Serrano2016-08-061-1/+1
| |/ |/|
* | Buy button (#474)Frankie2016-07-221-1/+13
|/
* Add decimal hendeling to ETH balanceFrankie2016-07-071-0/+1
* Merge pull request #387 from MetaMask/ui-formattingDan Finlay2016-07-071-23/+25
|\
| * Move account balance down a row. Adjusted positioning of buttons.Kevin Serrano2016-07-061-23/+25
* | Add light and ultraLight fontsFrankie2016-07-061-1/+1
|/
* Implemt new account layoutFrankie2016-07-011-16/+21
* WIP: Working on new layoutFrankie2016-07-011-77/+93
* Unify tooltip stylesDan Finlay2016-06-301-12/+22
* Replace manual copy buttons with new CopyButton componentDan Finlay2016-06-301-8/+3
* Simplify `send ether` button to `send`.Dan Finlay2016-06-291-1/+1
* Add alt titles to most critical iconsKevin Serrano2016-06-281-0/+2
* Moved account change button to menu barDan Finlay2016-06-241-20/+1
* Fix for lint errFrankie2016-06-221-7/+7
* Fix conflictFrankie2016-06-221-14/+12
|\
| * Manually lintedDan Finlay2016-06-221-2/+0
| * Auto lintedDan Finlay2016-06-221-13/+13
* | Change export icon to keyFrankie2016-06-221-2/+7
|/
* Let account address take more space in account listDan Finlay2016-06-151-2/+1
* Show more address in detail viewDan Finlay2016-06-151-6/+7
* Center main account iconDan Finlay2016-06-151-0/+1
* Remove unused classDan Finlay2016-06-151-1/+1
* Insert vlad icons into UIDan Finlay2016-06-151-3/+6
* Remove qr code icon and reorder to have clipboard firstFrankie2016-06-131-8/+11
* Fix edit textFrankie2016-06-131-1/+1
* Add css to resize and alighn input for editable lableFrankie2016-06-061-1/+1
* Add edit labelFrankie2016-06-061-1/+2
* Add clicking txs in list shows tx conf screenDan Finlay2016-05-271-0/+3
* Make transaction list into actual React ComponentDan Finlay2016-05-261-13/+20
* Added ability to nickname wallets locallyDan Finlay2016-05-211-14/+26
* Render failed tx in tx listDan Finlay2016-05-201-2/+0
* Add address capitalization checksummingDan Finlay2016-05-201-2/+3
* ui - redesign - ether amount componentkumavis2016-05-191-3/+4
* ui - redesign - sendTransactionkumavis2016-05-191-0/+3
* ui - copy address fixkumavis2016-05-141-2/+2
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-141-65/+81
* ui - accunt-detail - fix style attributekumavis2016-05-141-7/+7
* Streamlined some transition logicDan Finlay2016-05-131-2/+2
* Revert style name fixes that broke stylesDan Finlay2016-05-121-6/+6
* Fix css namesDan Finlay2016-05-121-6/+6
* ui - redesign - account detailskumavis2016-05-111-33/+62
* ui - account list - fix select accountkumavis2016-05-111-0/+5
* Fix transition bugs after vault restoreDan Finlay2016-05-111-2/+2
* Fix account loading bugDan Finlay2016-05-111-1/+1
* Move account panel style into reusable componentDan Finlay2016-05-071-1/+2
* Fix account navigation linkDan Finlay2016-05-061-3/+1
* Restored back button to account detail view.Dan Finlay2016-05-061-4/+5
* Merge branch 'MoveAccountExportToSubview' into FixButtonStyleBugDan Finlay2016-05-051-66/+40
|\
| * Move account export to subviewDan Finlay2016-05-051-66/+40
* | Fix button width transition bugDan Finlay2016-05-051-1/+5
|/
* Add UI for Signing MessagesDan Finlay2016-05-041-1/+2
* Filter transaction list for current blockchain networkDan Finlay2016-04-281-1/+2
* Make account detail view the primary viewDan Finlay2016-04-261-27/+29
* Generate explorer link to match current blockchainDan Finlay2016-04-201-1/+4
* Move transaction list after account panelDan Finlay2016-04-201-12/+1
* Moved transaction-list into its own componentDan Finlay2016-04-201-8/+6
* Prototype Transaction Details in account-detail.jsJohn Whitton2016-04-201-0/+17
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+154