aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Add multi message capability to Qr view for market infoFrankie2016-08-134-6/+27
|
* Add a to test faucet buttonFrankie2016-08-131-1/+4
|
* Merge branch 'master' into buyFormFrankie2016-08-132-7/+10
|\
| * Merge branch 'master' into CustomRpcLoadingBugkumavis2016-08-121-6/+9
| |\
| | * UI logging supressed for production.Kevin Serrano2016-08-122-6/+1
| | |
| | * Create global variable that changes ui logging.Kevin Serrano2016-08-122-6/+11
| | |
| | * Setting defaults to production.Kevin Serrano2016-08-121-2/+0
| | |
| | * Cosmetic difference.Kevin Serrano2016-08-121-2/+1
| | |
| | * Remove stray console.logKevin Serrano2016-08-121-1/+0
| | |
| | * Take out unused dependency.Kevin Serrano2016-08-121-3/+1
| | |
| | * Remove comments.Kevin Serrano2016-08-121-12/+0
| | |
| | * Merge branch 'master' into logging-fixKevin Serrano2016-08-121-1/+2
| | |\
| | * | LintKevin Serrano2016-08-121-2/+2
| | | |
| | * | Add ability to hide logging messages in production.Kevin Serrano2016-08-121-5/+26
| | | |
| * | | Add network indicator class to loading imageDan Finlay2016-08-121-1/+1
| | |/ | |/|
* | | Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-139-184/+256
| | |
* | | Even out some of the marginsFrankie2016-08-111-2/+4
| | |
* | | Fix typo for copyButtonFrankie2016-08-111-1/+1
| | |
* | | Fix merge messFrankie2016-08-114-14/+108
| | |
* | | Merge branch 'master' into buyFormFrankie2016-08-1117-21/+177
|\| |
| * | Fix ether warning checkbox.Kevin Serrano2016-08-111-1/+2
| |/
| * Fix typos with missing apostropheKevin Serrano2016-08-052-2/+2
| |
| * Fix issue with dropdown menuFrankie2016-08-041-0/+1
| |
| * Fix reference in drop menu itemDan Finlay2016-07-301-2/+3
| |
| * Fix network name referenceDan Finlay2016-07-301-1/+6
| | | | | | | | When adding the classic network to the menu, I left a reference to a property that is not always existent, so we needed a fallback for it.
| * LintedDan Finlay2016-07-291-1/+1
| |
| * Add missing reference for providerDan Finlay2016-07-291-1/+1
| |
| * Fix margin on provider checkmarksDan Finlay2016-07-291-0/+1
| |
| * Add eth classic to provider menuDan Finlay2016-07-295-9/+44
| |
| * Merge branch 'master' into droppo-fixKevin Serrano2016-07-271-2/+2
| |\
| | * Add platform specific builds and zip tasks (#486)Dan Finlay2016-07-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add platform specific folders to dist folder * Remove gulp hacks * Add platform specific bundling dev and dist tasks now build into platform-specific folders within the `dist` folder. Added tasks `gulp zip` and `gulp dist`. `zip` builds the platform-specific folders into platform-specific bundles within the `dist` folder. `dist` builds and then zips all at once. * Fix chrome bundle zipping * Fix broken reference in eth warning * Fix but where web3.eth.accounts are not available in firefox. * Bump changelog
| * | Fix menu droppo issues caused by Chrome 52.Kevin Serrano2016-07-272-0/+2
| |/
| * Add mock dev modeDan Finlay2016-07-221-2/+1
| |
| * Buy button (#474)Frankie2016-07-227-2/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: Buy button link * Add buy eth and the buy eth warning message * Add css * Move the opening of coinbase page to background and send to faucet if on test net * Create a Warning about storeing eth * Finish Buy button and Eth store warning screen * Add to CHANGELOG * fix frankies deletion and change chrome to extension
| * Implement some cross-browser practices (#473)Dan Finlay2016-07-222-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests
| * Merge branch 'FixReopeningBug' of github.com:MetaMask/metamask-plugin into ↵Kevin Serrano2016-07-192-1/+10
| |\ | | | | | | | | | FixReopeningBug
| | * Add ui state logging functionDan Finlay2016-07-161-0/+8
| | | | | | | | | | | | | | | | | | Now from the UI console, you can always call `logState()`, and it will print the state stringified into the console, ready to drop into the ui dev mode states folder, or other inspection. This should make it easier to diagnose user bugs in the future.
| | * Triage a strange undefined balance errorDan Finlay2016-07-161-1/+2
| | |
| * | Readd string to conform to tests. Will discuss later.Kevin Serrano2016-07-191-1/+1
| | |
| * | Remove unused None string.Kevin Serrano2016-07-191-1/+1
| | |
| * | Merge branch 'master' of https://github.com/AustP/metamask-plugin into ↵Kevin Serrano2016-07-191-1/+6
| |\ \ | | | | | | | | | | | | AustP-master
| | * | Add eslint config to pass testsAust2016-07-191-0/+1
| | | |
| | * | Make zero balance display 0. Fixes #449Aust2016-07-181-1/+5
| | |/
| * / Fix typoThibaut SCHAEFFER2016-07-181-1/+1
| |/
* / Create "buy form" add shape shiftFrankie2016-08-119-6/+933
|/
* new tx - calculate estimatedGas and show thing in tx-details (#441)kumavis2016-07-141-8/+7
| | | | | | * new tx - calculate estimatedGas and show thing in tx-details * Bump changelog
* Fix eth balance tooltip to show 6 decimals (#440)Frankie2016-07-143-4/+9
| | | | | | | | | | | | * Fix tooltip to show to the 6 decimal place on balances ovr 0... * Change font size for balance component in tx-list so it fits the notation * Add to change log * Linting * change log
* Move fox logo with filled in eyes into design folder (#433)Frankie2016-07-141-0/+0
| | | | | | | | | | * Move fox logo with filled in eyes into design folder * Crop fox * Crop fox properly * Gah Crop fox properly
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into FixMenuBugkumavis2016-07-126-145/+64
|\
| * Merge branch 'master' into FixSvgIconsDan Finlay2016-07-124-139/+59
| |\
| | * Integrate changes back into eth-balanceKevin Serrano2016-07-124-111/+40
| | |
| | * Move shorten balance to util. Add as property of generateBalance object output.Kevin Serrano2016-07-123-23/+28
| | |
| | * Remove unused functions. Readd if necessary.Kevin Serrano2016-07-121-18/+4
| | |
| * | LintedDan Finlay2016-07-122-3/+1
| | |
| * | Fix imageification of recipientDan Finlay2016-07-121-3/+4
| |/
* / Fix main dropdown animationDan Finlay2016-07-121-2/+2
|/
* lintKevin Serrano2016-07-091-5/+5
|
* Implement alternate shortening scheme.Kevin Serrano2016-07-092-6/+25
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-082-18/+51
|\ | | | | | | ui-fixth-width-tx-history
| * eth-balance fixkumavis2016-07-081-1/+10
| |
| * lint - dingle dangle comma tanglekumavis2016-07-081-1/+1
| |
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-081-10/+1
| |\ | | | | | | | | | ConfirmationStyle
| * | notif - add support for forward carratkumavis2016-07-081-13/+41
| | |
| * | ui - remove doubled eth-balancekumavis2016-07-082-5/+1
| | |
* | | Resolve merge conflict.Kevin Serrano2016-07-0810-69/+361
|\ \ \ | | |/ | |/|
| * | Fixed eth_balance style, completing partial mergeDan Finlay2016-07-081-10/+1
| |/
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-082-2/+2
| |\ | | | | | | | | | ConfirmationStyle
| * | lint fixkumavis2016-07-081-1/+1
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-082-21/+48
| |\ \ | | | | | | | | | | | | ConfirmationStyle
| * | | Restore button naming consistencyDan Finlay2016-07-081-2/+2
| | | |
| * | | Add nickname rendering for recipient addressDan Finlay2016-07-082-5/+19
| | | |
| * | | LintedDan Finlay2016-07-082-2/+2
| | | |
| * | | Refined tx confirmation button stylesDan Finlay2016-07-081-7/+19
| | | |
| * | | Implement tx confirmation style refinementsDan Finlay2016-07-084-24/+38
| | | |
| * | | Add configurable params to eth-balanceDan Finlay2016-07-081-10/+17
| | | |
| * | | Make mini account panel labels fully configurableDan Finlay2016-07-082-28/+42
| | | |
| * | | Remove formatBalance.formatted referencesDan Finlay2016-07-081-4/+4
| | | |
| * | | Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-082-40/+28
| |\ \ \
| * | | | Correct data length calculationDan Finlay2016-07-071-1/+1
| | | | |
| * | | | Update gas costDan Finlay2016-07-071-1/+1
| | | | |
| * | | | Fix sender balance rendering in pending tx detailsDan Finlay2016-07-071-1/+4
| | | | |
| * | | | Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-072-4/+4
| |\ \ \ \
| * | | | | LintedDan Finlay2016-07-072-29/+6
| | | | | |
| * | | | | Fixed up pending-tx-detailsDan Finlay2016-07-073-24/+27
| | | | | |
| * | | | | Fleshed out pending tx viewDan Finlay2016-07-074-31/+86
| | | | | |
| * | | | | Merged latest balance formatting codeDan Finlay2016-07-074-29/+42
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-072-28/+39
| |\ \ \ \ \ \
| * | | | | | | Began reworking tx conf viewDan Finlay2016-07-077-18/+210
| | | | | | | |
| * | | | | | | Simplify empty account balance renderingDan Finlay2016-07-061-1/+1
| | | | | | | |
* | | | | | | | Pass the linters.Kevin Serrano2016-07-081-5/+5
| | | | | | | |
* | | | | | | | Remove reducer console log.Kevin Serrano2016-07-081-1/+0
| | | | | | | |
* | | | | | | | Add new component for tx-history to avoid messing with other styles. Add ↵Kevin Serrano2016-07-082-1/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed width specifically to this style.
* | | | | | | | Modified test views again. Added fixed length to center tx information.Kevin Serrano2016-07-082-1/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove logging for states.Kevin Serrano2016-07-081-1/+0
| | | | | | |
* | | | | | | Add new test state with tx history. Fix alignment issue with transaction ↵Kevin Serrano2016-07-082-2/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | history text.
* | | | | | Change function name to generateBalanceObjectFrankie2016-07-082-4/+4
| | | | | |
* | | | | | Add method to deal with small decimals and create the object for eth-balance ↵Frankie2016-07-082-17/+34
| |_|_|_|/ |/| | | | | | | | | | | | | | component
* | | | | Revert back to original formatBalanceFrankie2016-07-082-40/+28
| |_|_|/ |/| | |
* | | | Fix dropdown z-index issue.Kevin Serrano2016-07-071-3/+3
| | | |
* | | | Handle to small of balances with "<0.00001"Frankie2016-07-071-1/+1
| |_|/ |/| |
* | | Add a postion option for tool tipFrankie2016-07-072-1/+2
| | |
* | | Add decimal hendeling to ETH balanceFrankie2016-07-073-28/+40
| |/ |/|
* | Merge pull request #387 from MetaMask/ui-formattingDan Finlay2016-07-071-23/+25
|\ \ | | | | | | Ui formatting for account details
| * | Move account balance down a row. Adjusted positioning of buttons.Kevin Serrano2016-07-061-23/+25
| |/
* / Add light and ultraLight fontsFrankie2016-07-062-5/+14
|/
* Put network status checkmarks at end of rowDan Finlay2016-07-022-0/+5
|
* LintedDan Finlay2016-07-021-1/+0
|
* Move main drop-down state to component stateDan Finlay2016-07-023-35/+9
|
* Formatted dev mode betterDan Finlay2016-07-013-7/+6
|
* Added some basic stylesDan Finlay2016-07-011-1/+14
|
* disclaimer - render via react-markdownkumavis2016-07-011-2/+10
|
* Remove scroll fixing from ui previewDan Finlay2016-07-011-20/+2
|
* Remove old disclaimerDan Finlay2016-07-011-8/+0
|
* Merge branch 'master' into FrankieDisclaimerDan Finlay2016-07-018-90/+161
|\
| * Merge pull request #378 from MetaMask/UiDevkumavis2016-07-012-1/+11
| |\ | | | | | | Ui dev
| | * Make info page not chrome dependentDan Finlay2016-07-011-1/+7
| | |
| | * First simple version of ui mockerDan Finlay2016-07-012-1/+5
| | |
| * | Merge branch 'master' into compactLayoutFrankie2016-07-011-0/+5
| |\ \
| | * | Fix broken action referenceDan Finlay2016-07-011-0/+5
| | |/
| * | Implemt new account layoutFrankie2016-07-016-35/+59
| | |
| * | WIP: Working on new layoutFrankie2016-07-014-82/+114
| |/
* / Add new user agreementDan Finlay2016-07-011-1/+1
|/
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-06-307-41/+129
|\ | | | | | | networkIndication
| * Unify tooltip stylesDan Finlay2016-06-304-26/+59
| | | | | | | | | | | | Made a local tooltip component for replicating our tooltip styles wherever we use tooltips. Applied that tooltip to other items that had tooltips.
| * Merge branch 'master' into CopyTxHashDan Finlay2016-06-301-3/+3
| |\
| * | Add tooltip to copy buttonDan Finlay2016-06-302-10/+42
| | |
| * | Use clipboard icon for copy buttonDan Finlay2016-06-301-3/+8
| | |
| * | Add copy button to transaction listDan Finlay2016-06-301-0/+3
| | |
| * | Replace manual copy buttons with new CopyButton componentDan Finlay2016-06-302-17/+6
| | |
| * | Add CopyButton componentDan Finlay2016-06-301-0/+26
| | |
* | | Merge branch 'master' into networkIndicationFrankie2016-06-301-3/+3
|\ \ \ | | |/ | |/|
| * | Unify wording for transaction options (#369)Kevin Serrano2016-06-301-3/+3
| |/ | | | | | | | | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing.
* | Add to change logFrankie2016-06-303-21/+20
| |
* | Add network name to indicator and some css fixesFrankie2016-06-304-11/+51
| | | | | | | | | | -also fix custom net work bug in drop down where it thinks local:8545 is custom.
* | Add ✓ charchter to indicate active networkFrankie2016-06-302-0/+31
|/
* Remove missused actionFrankie2016-06-291-1/+0
|
* Make it so that when you click the custom rpc url it closes the dropdown menuFrankie2016-06-291-1/+1
|
* fix lintFrankie2016-06-291-4/+4
|
* Merge branch 'master' into networkDropdownFixFrankie2016-06-293-18/+16
|\
| * Modify network icons to reflect current design. (#355)Kevin Serrano2016-06-293-16/+13
| | | | | | | | | | | | * Modify network icons to reflect current design. * Switch icons around.
| * Fix out-of-place positioning of pending tx badges. (#354)Kevin Serrano2016-06-291-2/+3
| |
* | Add custom to drop down menuFrankie2016-06-291-0/+22
|/
* Merge branch 'master' into pr/351kumavis2016-06-292-2/+2
|\ | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js
| * Merge branch 'master' into FixSomeFormattingkumavis2016-06-293-4/+9
| |\ | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js
| * | Simplify `send ether` button to `send`.Dan Finlay2016-06-291-1/+1
| | |
| * | Fix formatting on terms & conditions pageDan Finlay2016-06-291-1/+1
| | |
* | | Second layer of 20 character check modified.Kevin Serrano2016-06-291-1/+1
| | |
* | | Changelog update and reduce allowed characters from 30 to 20.Kevin Serrano2016-06-291-1/+1
| | |
* | | Merge branch 'master' into title-truncateKevin Serrano2016-06-293-4/+9
|\ \ \ | | |/ | |/|
| * | Merge pull request #344 from Zanibas/character-limitkumavis2016-06-291-2/+4
| |\ \ | | | | | | | | Character limit implemented for wallet names
| | * | Code style fix.Kevin Serrano2016-06-291-2/+2
| | | |
| | * | Merge changelog.Kevin Serrano2016-06-293-2/+7
| | |\|
| | * | Additional length check just in case.Kevin Serrano2016-06-291-2/+3
| | | |
| | * | Enforce 30 character limit on wallet name.Kevin Serrano2016-06-291-0/+1
| | | |
| * | | Move clearNotifications to popup.jsFrankie2016-06-291-9/+0
| | | |
| * | | fix for lintingFrankie2016-06-291-5/+5
| | | |
| * | | Merge branch 'master' into i340+1Frankie2016-06-296-2/+11
| |\ \ \ | | | |/ | | |/|
| * | | fix #341 close notifications when oppening pop upFrankie2016-06-291-0/+8
| | | |
| * | | Fix it so you cant send a negitavie amount of ETHFrankie2016-06-281-1/+5
| | | |
* | | | Wallet name now is properly truncated.Kevin Serrano2016-06-292-2/+2
| | | |
* | | | Truncate account name further.Kevin Serrano2016-06-291-1/+1
| |/ / |/| |
* | | Change color of failure to yellow. Change pending to ellipsis. (#338)Kevin Serrano2016-06-293-2/+7
| |/ |/| | | | | | | | | * Change color of failure to yellow. Change pending to ellipsis. * Modify changelog.
* | Add alt titles to most critical iconsKevin Serrano2016-06-283-0/+4
|/ | | | We can change most of these later to a more "elegant" solution, but from the user perspective, having these tooltips is comforting imo.
* Merge branch 'master' into uiFixesFrankie2016-06-256-88/+142
|\
| * clean - appease the linting machinekumavis2016-06-252-27/+9
| |
| * svg notif now work for msg signatureskumavis2016-06-253-33/+62
| |
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-06-251-1/+1
| |\ | | | | | | | | | conf-tx-refactor
| * | breakout pending-tx-detailskumavis2016-06-254-31/+74
| | |
* | | Fix for the mailto linkFrankie2016-06-251-1/+1
| | |
* | | Fix editable button so that it dosent float above the drop down menueFrankie2016-06-251-4/+2
| |/ |/|
* | identicon - default to imageifykumavis2016-06-251-1/+1
|/
* send-tx remove account select buttonkumavis2016-06-252-5/+7
|
* Merge pull request #312 from MetaMask/svg-notifkumavis2016-06-247-105/+98
|\ | | | | initial svg notifications
| * some legit linting fixeskumavis2016-06-241-2/+1
| |
| * pending-tx pass the identicon pref onkumavis2016-06-242-0/+2
| |
| * account-panel combine panel into account-panelkumavis2016-06-242-66/+37
| |
| * accounts - rename account list item so it doesnt overlapkumavis2016-06-242-2/+3
| |
| * icon-factory - overhaul to provide svg or imagified elkumavis2016-06-243-32/+37
| |
| * tx-conf add non-interactive mode for notificationkumavis2016-06-242-11/+20
| |
| * svg notifications - remove unneeded deps and clean codekumavis2016-06-241-5/+5
| |
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notifkumavis2016-06-246-91/+20
| |\
| * | initial svg notificationskumavis2016-06-231-5/+11
| | |
* | | Add fox logo back to left of menuDan Finlay2016-06-241-8/+29
| | | | | | | | | | | | Re-centered metamask h1 manually.
* | | Moved account change button to menu barDan Finlay2016-06-242-32/+36
| |/ |/|
* | close #309Frankie2016-06-231-1/+0
| |
* | Remove redundant network option buttons from settings pageFrankie2016-06-231-37/+1
| |
* | Swap out Transat font for MontserratFrankie2016-06-235-54/+20
|/
* Fix for lint errFrankie2016-06-222-13/+7
|
* Fix conflictFrankie2016-06-2247-1064/+962
|\
| * Manually lintedDan Finlay2016-06-2235-123/+75
| |
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-221-10/+7
| |\
| * | Auto lintedDan Finlay2016-06-2247-970/+913
| | |
* | | Change the copy to cliboard iconFrankie2016-06-221-2/+6
| | |
* | | Change export icon to keyFrankie2016-06-222-3/+9
| |/ |/|
* | tweekZac Mitton2016-06-211-1/+0
| |
* | added a failing case and fixed it by refactoring everything to stringsZac Mitton2016-06-211-10/+8
|/
* Fix tx approval address formattingDan Finlay2016-06-171-1/+2
|
* Preserve disclaimer line breaksDan Finlay2016-06-171-2/+2
|
* Added some real text to top of disclaimerDan Finlay2016-06-171-1/+3
|
* Increase disclaimer scroll box heightDan Finlay2016-06-171-1/+1
|
* Remove dead codeDan Finlay2016-06-171-34/+0
|
* Conditionally display disclaimerDan Finlay2016-06-171-0/+6
|
* Add disclaimer componentDan Finlay2016-06-171-0/+56
|
* Improved template to not be invisibleDan Finlay2016-06-171-1/+2
|
* Create disclaimer approval reducerDan Finlay2016-06-171-0/+5
|
* Fix disclaimer approving actionDan Finlay2016-06-171-1/+2
|
* Add disclaimer consent actionDan Finlay2016-06-171-0/+13
|
* Add placeholder disclaimer fileDan Finlay2016-06-171-0/+9
|
* Improve templateDan Finlay2016-06-171-2/+1
|
* Resize images for chrome store acceptanceDan Finlay2016-06-179-0/+0
|
* 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
| |