aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
Commit message (Collapse)AuthorAgeFilesLines
* Fix capitalization.Kevin Serrano2016-09-071-1/+1
|
* Fix typos and refine wording.Kevin Serrano2016-09-071-1/+1
|
* Fix spelling errorDan Finlay2016-08-271-1/+1
|
* Persist shapeshift form input valuesDan Finlay2016-08-261-3/+12
|
* LintedDan Finlay2016-08-251-1/+0
|
* Improve msg signing paddingDan Finlay2016-08-251-5/+3
|
* Merge branch 'master' into fox-subKevin Serrano2016-08-244-11/+65
|\
| * More lintingDan Finlay2016-08-232-4/+1
| |
| * LintedDan Finlay2016-08-233-7/+3
| |
| * Removed view more button, added account info button.Dan Finlay2016-08-234-17/+58
| | | | | | | | | | | | Also: - Also fixed bug that caused React warning when rendering the tx history. - Renamed 'Transactions' to 'History', since it now has more than that.
| * Merge branch 'master' into i390-TransactionLimitDan Finlay2016-08-237-12/+235
| |\
| * \ Merge branch 'master' into i390-TransactionLimitDan Finlay2016-08-191-8/+9
| |\ \
| * | | Change 'View More' to 'Show More'Dan Finlay2016-08-191-1/+1
| | | |
| * | | LintedDan Finlay2016-08-191-1/+1
| | | |
| * | | Added `view more` button to transaction listDan Finlay2016-08-191-7/+26
| | | | | | | | | | | | | | | | Visible at the end of the transaction list, or if no transactions are listed, displayed right after the `No Transactions` message.
* | | | Linting.Kevin Serrano2016-08-241-2/+1
| | | |
* | | | Created option to pass in static file for fallback for logo.Kevin Serrano2016-08-241-3/+5
| | | |
* | | | Merge branch 'master' into fox-subKevin Serrano2016-08-232-5/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix issue where if given a balance that does not need to be parsed will not ↵Frankie2016-08-202-5/+8
| | | | | | | | | | | | | | | | be parsed
* | | | Modify logic for component update.Kevin Serrano2016-08-201-5/+4
| | | |
* | | | Create replacement logo for non-webglKevin Serrano2016-08-201-2/+8
|/ / /
* | | Merge branch 'master' into shapeshiftTxDan Finlay2016-08-191-8/+9
|\ \ \ | | |/ | |/|
| * | Fix rounding issues.Kevin Serrano2016-08-191-8/+9
| |/
* | Remove "+" from shapeshift tx and change wording in CHANGELOGFrankie2016-08-191-21/+7
| |
* | Make ballance teal for shapeshift tx and add to change logFrankie2016-08-192-3/+5
| |
* | Create a ShapeShift tx in tx HistoryFrankie2016-08-192-55/+90
| |
* | Add api Public keyFrankie2016-08-191-0/+2
| |
* | Merge branch 'master' into shapeshiftTxFrankie2016-08-194-2/+152
|\|
| * Added compliance for tests and properly accounts for N/A conversions.Kevin Serrano2016-08-171-1/+1
| |
| * Lint.Kevin Serrano2016-08-171-4/+5
| |
| * Remove logs.Kevin Serrano2016-08-171-3/+0
| |
| * Hide conversions when API fails.Kevin Serrano2016-08-171-29/+42
| |
| * Add fallback to API failure.Kevin Serrano2016-08-171-1/+5
| |
| * linting and ignoring.Kevin Serrano2016-08-172-2/+1
| |
| * Divided eth components for tx and account detail.Kevin Serrano2016-08-172-14/+126
| |
| * Merge master.Kevin Serrano2016-08-166-16/+657
| |\
| | * Add margin to "go to test faucet" button and show more of the address on qr ↵Frankie2016-08-152-1/+8
| | | | | | | | | | | | code page
| * | Fix default value. Add loading indication for async.Kevin Serrano2016-08-101-3/+1
| | |
| * | Get fiat numbers rendering on tooltip. Need to find way to create line breaks.Kevin Serrano2016-08-061-2/+21
| | |
* | | WIP: ShapeShift txFrankie2016-08-194-4/+198
| |/ |/|
* | Remove ethereum classic providerDan Finlay2016-08-152-15/+0
| | | | | | | | Fixes #542
* | Add multi message capability to Qr view for market infoFrankie2016-08-132-3/+13
| |
* | Add a to test faucet buttonFrankie2016-08-131-1/+4
| |
* | Merge branch 'master' into buyFormFrankie2016-08-131-1/+1
|\ \
| * | 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-134-139/+178
| |
* | Even out some of the marginsFrankie2016-08-111-2/+4
| |
* | Fix typo for copyButtonFrankie2016-08-111-1/+1
| |
* | Merge branch 'master' into buyFormFrankie2016-08-114-10/+37
|\|
| * 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.
| * Add eth classic to provider menuDan Finlay2016-07-292-8/+27
| |
| * Implement some cross-browser practices (#473)Dan Finlay2016-07-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Triage a strange undefined balance errorDan Finlay2016-07-161-1/+2
| |
* | Create "buy form" add shape shiftFrankie2016-08-113-0/+595
|/
* 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-142-2/+3
| | | | | | | | | | | | * 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
* Merge branch 'master' into FixSvgIconsDan Finlay2016-07-123-116/+31
|\
| * Integrate changes back into eth-balanceKevin Serrano2016-07-123-105/+30
| |
| * Move shorten balance to util. Add as property of generateBalance object output.Kevin Serrano2016-07-122-21/+11
| |
* | LintedDan Finlay2016-07-121-2/+1
| |
* | Fix imageification of recipientDan Finlay2016-07-121-3/+4
|/
* 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-085-60/+308
|\ \ \ | | |/ | |/|
| * | Fixed eth_balance style, completing partial mergeDan Finlay2016-07-081-10/+1
| |/
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-081-1/+2
| |\ | | | | | | | | | ConfirmationStyle
| * | lint fixkumavis2016-07-081-1/+1
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-081-21/+36
| |\ \ | | | | | | | | | | | | ConfirmationStyle
| * | | Restore button naming consistencyDan Finlay2016-07-081-2/+2
| | | |
| * | | Add nickname rendering for recipient addressDan Finlay2016-07-081-1/+1
| | | |
| * | | LintedDan Finlay2016-07-082-2/+2
| | | |
| * | | Refined tx confirmation button stylesDan Finlay2016-07-081-7/+19
| | | |
| * | | Implement tx confirmation style refinementsDan Finlay2016-07-082-18/+36
| | | |
| * | | 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-081-20/+15
| |\ \ \
| * | | | 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
| | | | |
| * | | | LintedDan Finlay2016-07-072-29/+6
| | | | |
| * | | | Fixed up pending-tx-detailsDan Finlay2016-07-072-23/+27
| | | | |
| * | | | Fleshed out pending tx viewDan Finlay2016-07-073-30/+84
| | | | |
| * | | | Merged latest balance formatting codeDan Finlay2016-07-072-16/+21
| |\ \ \ \
| * | | | | Began reworking tx conf viewDan Finlay2016-07-073-16/+174
| | | | | |
* | | | | | Pass the linters.Kevin Serrano2016-07-081-5/+5
| | | | | |
* | | | | | 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-081-1/+4
| |_|_|_|/ |/| | | |
* | | | | Add new test state with tx history. Fix alignment issue with transaction ↵Kevin Serrano2016-07-081-1/+2
| |_|_|/ |/| | | | | | | | | | | history text.
* | | | Change function name to generateBalanceObjectFrankie2016-07-081-2/+2
| | | |
* | | | Add method to deal with small decimals and create the object for eth-balance ↵Frankie2016-07-081-17/+22
| |_|/ |/| | | | | | | | component
* | | Revert back to original formatBalanceFrankie2016-07-081-20/+15
| |/ |/|
* | Add a postion option for tool tipFrankie2016-07-072-1/+2
| |
* | Add decimal hendeling to ETH balanceFrankie2016-07-071-15/+19
|/
* Put network status checkmarks at end of rowDan Finlay2016-07-021-0/+2
|
* Implemt new account layoutFrankie2016-07-012-8/+19
|
* WIP: Working on new layoutFrankie2016-07-011-1/+17
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-06-303-0/+86
|\ | | | | | | networkIndication
| * Unify tooltip stylesDan Finlay2016-06-302-2/+23
| | | | | | | | | | | | 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-301-10/+41
| | |
| * | Use clipboard icon for copy buttonDan Finlay2016-06-301-3/+8
| | |
| * | Add copy button to transaction listDan Finlay2016-06-301-0/+3
| | |
| * | 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-302-20/+19
| |
* | Add network name to indicator and some css fixesFrankie2016-06-302-10/+33
| | | | | | | | | | -also fix custom net work bug in drop down where it thinks local:8545 is custom.
* | Add ✓ charchter to indicate active networkFrankie2016-06-301-0/+20
|/
* Modify network icons to reflect current design. (#355)Kevin Serrano2016-06-291-2/+2
| | | | | | * Modify network icons to reflect current design. * Switch icons around.
* 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-291-2/+4
|\
| * Code style fix.Kevin Serrano2016-06-291-2/+2
| |
| * Merge changelog.Kevin Serrano2016-06-292-2/+2
| |\
| * | 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
| | |
* | | Wallet name now is properly truncated.Kevin Serrano2016-06-291-1/+1
| |/ |/|
* | Change color of failure to yellow. Change pending to ellipsis. (#338)Kevin Serrano2016-06-292-2/+2
|/ | | | | | * Change color of failure to yellow. Change pending to ellipsis. * Modify changelog.
* 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
| * identicon - default to imageifykumavis2016-06-251-1/+1
| |
* | breakout pending-tx-detailskumavis2016-06-253-29/+72
|/
* pending-tx pass the identicon pref onkumavis2016-06-242-0/+2
|
* account-panel combine panel into account-panelkumavis2016-06-242-66/+37
|
* icon-factory - overhaul to provide svg or imagified elkumavis2016-06-242-8/+5
|
* 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-242-3/+3
|\
| * Swap out Transat font for MontserratFrankie2016-06-232-3/+3
| |
* | initial svg notificationskumavis2016-06-231-5/+11
|/
* Manually lintedDan Finlay2016-06-2212-42/+19
|
* Auto lintedDan Finlay2016-06-2215-116/+98
|
* Fix tx approval address formattingDan Finlay2016-06-171-1/+2
|
* 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-151-2/+1
|/
* Size export confirmation inputFrankie2016-06-132-2/+6
|
* Fix edit textFrankie2016-06-131-1/+1
| | | | and edit label alighment
* Cache identiconsDan Finlay2016-06-071-11/+6
| | | | | | | | 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.
* Merge branch 'master' into uiFixesFrankie2016-06-061-0/+65
|\
| * Add provider menu on clicking network status indicator.Dan Finlay2016-06-041-6/+26
| | | | | | | | Also simplifies network status icons.
| * Clicking network status indicator reveals provider menuDan Finlay2016-06-041-1/+2
| |
| * 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
| |
| * network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-021-0/+34
| | | | | | | | auto-updating yet
* | Add css to resize and alighn input for editable lableFrankie2016-06-061-2/+2
|/
* 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-272-3/+12
|
* Add pending messages to sign to tx listDan Finlay2016-05-273-54/+94
|
* Merge pull request #222 from MetaMask/balanceskumavis2016-05-261-10/+2
|\ | | | | Fixes #206
| * correctly displaying small balances with testsZac Mitton2016-05-261-10/+2
| |
* | Move transaction list item into its own componentDan Finlay2016-05-262-107/+133
| |
* | Make transaction list into actual React ComponentDan Finlay2016-05-261-35/+43
|/
* bugfix - exportAccount - fix copyToClipboardkumavis2016-05-231-0/+1
|
* Added ability to nickname wallets locallyDan Finlay2016-05-211-0/+52
| | | | 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.
* Improve tx list styleDan Finlay2016-05-201-25/+2
| | | | 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-201-7/+28
|
* Add special rendering for contracts in transaction listDan Finlay2016-05-201-14/+39
|
* Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballskumavis2016-05-191-0/+31
|\
| * Merge pull request #190 from MetaMask/MenuDroppokumavis2016-05-191-0/+31
| |\ | | | | | | Drop-down menu
| | * Finish clean implementation of drop-down menuDan Finlay2016-05-191-1/+1
| | |
| | * Add dynamic list item stylesDan Finlay2016-05-191-0/+31
| | |
* | | ui - redesign - txList improvedkumavis2016-05-191-25/+83
|/ /
* / ui - redesign - ether amount componentkumavis2016-05-191-0/+40
|/
* ui - txList - add timekumavis2016-05-141-0/+11
|
* ui - txlist - better scroll bar positioningkumavis2016-05-141-1/+1
|
* ui - fix account-export marginkumavis2016-05-141-13/+22
|
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-142-41/+56
|
* clean - remove logging from tx listkumavis2016-05-141-1/+0
|
* ui - redesign - account detailskumavis2016-05-111-6/+8
|
* hotfix - identicon jazz bugkumavis2016-05-111-2/+6
|
* Began adding jazziconsDan Finlay2016-05-113-11/+53
| | | | | | | | 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.
* Style transaction list using new panel componentDan Finlay2016-05-071-26/+48
|
* Move account panel style into reusable componentDan Finlay2016-05-073-62/+96
| | | | | | | | 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
|
* Move account export to subviewDan Finlay2016-05-052-1/+88
| | | | | | | | | | 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.
* Improve tx UIDan Finlay2016-05-042-0/+14
|
* Add UI for Signing MessagesDan Finlay2016-05-043-0/+155
| | | | | | | | | | 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.
* Convert icons to identiconsDan Finlay2016-04-301-2/+10
|
* Persist selected accountDan Finlay2016-04-261-4/+2
| | | | | | 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!
* Make account detail view the primary viewDan Finlay2016-04-261-1/+1
| | | | | | | | - 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.
* Improve transaction list titleDan Finlay2016-04-201-1/+1
|
* Generate explorer link to match current blockchainDan Finlay2016-04-201-36/+6
|
* Improve some UI formattingDan Finlay2016-04-201-12/+32
|
* Moved transaction-list into its own componentDan Finlay2016-04-201-0/+49
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-142-0/+158