Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots of flex rearrangement on account detail view | Dan Finlay | 2017-07-26 | 1 | -21/+4 |
| | | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor. | ||||
* | Replace ui with responsive-ui | Dan Finlay | 2017-07-25 | 1 | -67/+53 |
| | |||||
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+311 |
| | |||||
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -311/+0 |
| | |||||
* | Add ability to add tokens to token list | Dan Finlay | 2017-06-16 | 1 | -1/+3 |
| | | | | Fiex #1616 | ||||
* | Create add token button and template view | Dan Finlay | 2017-06-15 | 1 | -1/+5 |
| | |||||
* | Persist selected account tab | Dan Finlay | 2017-06-15 | 1 | -6/+7 |
| | | | | Also improve error handling with token balances. | ||||
* | Rename history to sent | Dan Finlay | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Auto populate token list with popular token balances | Dan Finlay | 2017-06-14 | 1 | -11/+6 |
| | | | | | | | | | Half implements #175 Things to do: - Add ability to add tokens to the list. - Persist the token tab selection (so it is an implicit preference) - Check what's up with the token-tracker polling, it seems like it is not waiting the interval. | ||||
* | Merge branch 'master' into AddTokenList | Dan Finlay | 2017-06-13 | 1 | -25/+9 |
|\ | |||||
| * | Fix fiat rendering | Dan Finlay | 2017-05-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Fixes #1439. When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter. This now passes it in wherever it's used. | ||||
| * | Remove redux dependency from eth-balance and its dependent tree | Dan Finlay | 2017-05-13 | 1 | -2/+6 |
| | | | | | | | | For better unit testability of the conf-tx view. | ||||
| * | remove case buyForm | Jared Pereira | 2017-04-23 | 1 | -3/+0 |
| | | |||||
| * | remove buyButtonDeligator function | Jared Pereira | 2017-04-23 | 1 | -12/+0 |
| | | |||||
* | | Get token list looking ok | Dan Finlay | 2017-04-22 | 1 | -2/+16 |
| | | |||||
* | | Add functional but ugly and hard-coded token list | Dan Finlay | 2017-04-21 | 1 | -1/+36 |
|/ | |||||
* | Fix account detail transition fix. | Kevin Serrano | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 1 | -1/+1 |
|\ | |||||
| * | default a return of an empty array | Frankie | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | linting | Frankie | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | fix transactions not showing up in history | Frankie | 2017-02-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 1 | -1/+1 |
|\| | |||||
| * | rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-01-29 | 1 | -2/+3 |
|\| | |||||
| * | migration 5 - move keyring controller state to substate | kumavis | 2017-01-29 | 1 | -2/+3 |
| | | |||||
* | | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -3/+3 |
|/ | | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern | ||||
* | Fix ui overlap | Frankie | 2017-01-27 | 1 | -2/+0 |
| | |||||
* | remove orphaned comment | Frankie | 2017-01-14 | 1 | -1/+0 |
| | |||||
* | Clean up code | Frankie | 2017-01-14 | 1 | -3/+2 |
| | |||||
* | Fix sorting and instances where something could be undefined | Frankie | 2017-01-12 | 1 | -1/+2 |
| | |||||
* | Take some of the tx Logic out of the UI and create a visble state for ↵ | Frankie | 2017-01-12 | 1 | -13/+3 |
| | | | | pending and unaproved transactions | ||||
* | Revert "Interface enhancements" | Dan Finlay | 2016-12-17 | 1 | -9/+35 |
| | |||||
* | Better account details view | Luis Iván Cuende | 2016-12-15 | 1 | -30/+8 |
| | |||||
* | Better editable label | Luis Iván Cuende | 2016-12-15 | 1 | -5/+1 |
| | |||||
* | Phase out extra warning screen. | Kevin Serrano | 2016-10-26 | 1 | -1/+0 |
| | |||||
* | Drop the buy button in the confTx view if account does not have enough eth | Frankie | 2016-09-16 | 1 | -1/+2 |
| | |||||
* | Add qrcode-npm to package.json and swap out Qr Code generator api for ↵ | Frankie | 2016-09-13 | 1 | -0/+16 |
| | | | | node-module | ||||
* | Merge branch 'master' into i#589pendingTxsIssue | Frankie | 2016-09-09 | 1 | -2/+2 |
|\ | |||||
| * | Nearly finished factoring fiat value into eth-balance | Dan Finlay | 2016-09-07 | 1 | -2/+2 |
| | | |||||
* | | Filter out pending txs based on network from tx history | Frankie | 2016-09-08 | 1 | -1/+1 |
|/ | |||||
* | Linted | Dan Finlay | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Removed view more button, added account info button. | Dan Finlay | 2016-08-23 | 1 | -5/+9 |
| | | | | | | 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-TransactionLimit | Dan Finlay | 2016-08-23 | 1 | -7/+4 |
|\ | |||||
| * | Create a ShapeShift tx in tx History | Frankie | 2016-08-19 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into shapeshiftTx | Frankie | 2016-08-19 | 1 | -3/+4 |
| |\ | |||||
| * | | WIP: ShapeShift tx | Frankie | 2016-08-19 | 1 | -7/+4 |
| | | | |||||
* | | | Added `view more` button to transaction list | Dan Finlay | 2016-08-19 | 1 | -0/+1 |
| |/ |/| | | | | | Visible at the end of the transaction list, or if no transactions are listed, displayed right after the `No Transactions` message. | ||||
* | | Change account list balance rendering. | Kevin Serrano | 2016-08-17 | 1 | -1/+0 |
| | | |||||
* | | linting and ignoring. | Kevin Serrano | 2016-08-17 | 1 | -1/+0 |
| | | |||||
* | | Divided eth components for tx and account detail. | Kevin Serrano | 2016-08-17 | 1 | -1/+2 |
| | | |||||
* | | Merge master. | Kevin Serrano | 2016-08-16 | 1 | -3/+21 |
|\| | |||||
| * | Change buy forms so that they are their own view and add Qr-code | Frankie | 2016-08-13 | 1 | -2/+2 |
| | | |||||
| * | Fix merge mess | Frankie | 2016-08-11 | 1 | -8/+0 |
| | | |||||
| * | Merge branch 'master' into buyForm | Frankie | 2016-08-11 | 1 | -0/+8 |
| |\ | |||||
| * | | Create "buy form" add shape shift | Frankie | 2016-08-11 | 1 | -2/+30 |
| | | | |||||
* | | | Get fiat numbers rendering on tooltip. Need to find way to create line breaks. | Kevin Serrano | 2016-08-06 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Buy button (#474) | Frankie | 2016-07-22 | 1 | -1/+13 |
|/ | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add decimal hendeling to ETH balance | Frankie | 2016-07-07 | 1 | -0/+1 |
| | |||||
* | Merge pull request #387 from MetaMask/ui-formatting | Dan Finlay | 2016-07-07 | 1 | -23/+25 |
|\ | | | | | Ui formatting for account details | ||||
| * | Move account balance down a row. Adjusted positioning of buttons. | Kevin Serrano | 2016-07-06 | 1 | -23/+25 |
| | | |||||
* | | Add light and ultraLight fonts | Frankie | 2016-07-06 | 1 | -1/+1 |
|/ | |||||
* | Implemt new account layout | Frankie | 2016-07-01 | 1 | -16/+21 |
| | |||||
* | WIP: Working on new layout | Frankie | 2016-07-01 | 1 | -77/+93 |
| | |||||
* | Unify tooltip styles | Dan Finlay | 2016-06-30 | 1 | -12/+22 |
| | | | | | | Made a local tooltip component for replicating our tooltip styles wherever we use tooltips. Applied that tooltip to other items that had tooltips. | ||||
* | Replace manual copy buttons with new CopyButton component | Dan Finlay | 2016-06-30 | 1 | -8/+3 |
| | |||||
* | Simplify `send ether` button to `send`. | Dan Finlay | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Add alt titles to most critical icons | Kevin Serrano | 2016-06-28 | 1 | -0/+2 |
| | | | | We can change most of these later to a more "elegant" solution, but from the user perspective, having these tooltips is comforting imo. | ||||
* | Moved account change button to menu bar | Dan Finlay | 2016-06-24 | 1 | -20/+1 |
| | |||||
* | Fix for lint err | Frankie | 2016-06-22 | 1 | -7/+7 |
| | |||||
* | Fix conflict | Frankie | 2016-06-22 | 1 | -14/+12 |
|\ | |||||
| * | Manually linted | Dan Finlay | 2016-06-22 | 1 | -2/+0 |
| | | |||||
| * | Auto linted | Dan Finlay | 2016-06-22 | 1 | -13/+13 |
| | | |||||
* | | Change export icon to key | Frankie | 2016-06-22 | 1 | -2/+7 |
|/ | |||||
* | Let account address take more space in account list | Dan Finlay | 2016-06-15 | 1 | -2/+1 |
| | |||||
* | Show more address in detail view | Dan Finlay | 2016-06-15 | 1 | -6/+7 |
| | |||||
* | Center main account icon | Dan Finlay | 2016-06-15 | 1 | -0/+1 |
| | |||||
* | Remove unused class | Dan Finlay | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | Insert vlad icons into UI | Dan Finlay | 2016-06-15 | 1 | -3/+6 |
| | |||||
* | Remove qr code icon and reorder to have clipboard first | Frankie | 2016-06-13 | 1 | -8/+11 |
| | |||||
* | Fix edit text | Frankie | 2016-06-13 | 1 | -1/+1 |
| | | | | and edit label alighment | ||||
* | Add css to resize and alighn input for editable lable | Frankie | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Add edit label | Frankie | 2016-06-06 | 1 | -1/+2 |
| | |||||
* | Add clicking txs in list shows tx conf screen | Dan Finlay | 2016-05-27 | 1 | -0/+3 |
| | |||||
* | Make transaction list into actual React Component | Dan Finlay | 2016-05-26 | 1 | -13/+20 |
| | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 1 | -14/+26 |
| | | | | 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. | ||||
* | Render failed tx in tx list | Dan Finlay | 2016-05-20 | 1 | -2/+0 |
| | |||||
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 1 | -2/+3 |
| | |||||
* | ui - redesign - ether amount component | kumavis | 2016-05-19 | 1 | -3/+4 |
| | |||||
* | ui - redesign - sendTransaction | kumavis | 2016-05-19 | 1 | -0/+3 |
| | |||||
* | ui - copy address fix | kumavis | 2016-05-14 | 1 | -2/+2 |
| | |||||
* | ui - redesign - trans group + + account detail + tx list fixes | kumavis | 2016-05-14 | 1 | -65/+81 |
| | |||||
* | ui - accunt-detail - fix style attribute | kumavis | 2016-05-14 | 1 | -7/+7 |
| | |||||
* | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Revert style name fixes that broke styles | Dan Finlay | 2016-05-12 | 1 | -6/+6 |
| | |||||
* | Fix css names | Dan Finlay | 2016-05-12 | 1 | -6/+6 |
| | |||||
* | ui - redesign - account details | kumavis | 2016-05-11 | 1 | -33/+62 |
| | |||||
* | ui - account list - fix select account | kumavis | 2016-05-11 | 1 | -0/+5 |
| | |||||
* | Fix transition bugs after vault restore | Dan Finlay | 2016-05-11 | 1 | -2/+2 |
| | |||||
* | Fix account loading bug | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Move account panel style into reusable component | Dan Finlay | 2016-05-07 | 1 | -1/+2 |
| | | | | | | | | 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. | ||||
* | Fix account navigation link | Dan Finlay | 2016-05-06 | 1 | -3/+1 |
| | |||||
* | Restored back button to account detail view. | Dan Finlay | 2016-05-06 | 1 | -4/+5 |
| | | | | The `Change Acct` button was confusing multiple users, reverted that bit. | ||||
* | Merge branch 'MoveAccountExportToSubview' into FixButtonStyleBug | Dan Finlay | 2016-05-05 | 1 | -66/+40 |
|\ | |||||
| * | Move account export to subview | Dan Finlay | 2016-05-05 | 1 | -66/+40 |
| | | | | | | | | | | | | | | | | | | | | 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 bug | Dan Finlay | 2016-05-05 | 1 | -1/+5 |
|/ | | | | Fixes #160 | ||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -1/+2 |
| | | | | | | | | | | 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. | ||||
* | Filter transaction list for current blockchain network | Dan Finlay | 2016-04-28 | 1 | -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. | ||||
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -27/+29 |
| | | | | | | | | - 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. | ||||
* | Generate explorer link to match current blockchain | Dan Finlay | 2016-04-20 | 1 | -1/+4 |
| | |||||
* | Move transaction list after account panel | Dan Finlay | 2016-04-20 | 1 | -12/+1 |
| | |||||
* | Moved transaction-list into its own component | Dan Finlay | 2016-04-20 | 1 | -8/+6 |
| | |||||
* | Prototype Transaction Details in account-detail.js | John Whitton | 2016-04-20 | 1 | -0/+17 |
| | | | | Rough prototype with hyperlink | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+154 |