Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Swap out Transat font for Montserrat | Frankie | 2016-06-23 | 5 | -54/+20 |
| | |||||
* | Fix for lint err | Frankie | 2016-06-22 | 2 | -13/+7 |
| | |||||
* | Fix conflict | Frankie | 2016-06-22 | 47 | -1064/+962 |
|\ | |||||
| * | Manually linted | Dan Finlay | 2016-06-22 | 35 | -123/+75 |
| | | |||||
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLint | Dan Finlay | 2016-06-22 | 1 | -10/+7 |
| |\ | |||||
| * | | Auto linted | Dan Finlay | 2016-06-22 | 47 | -970/+913 |
| | | | |||||
* | | | Change the copy to cliboard icon | Frankie | 2016-06-22 | 1 | -2/+6 |
| | | | |||||
* | | | Change export icon to key | Frankie | 2016-06-22 | 2 | -3/+9 |
| |/ |/| | |||||
* | | tweek | Zac Mitton | 2016-06-21 | 1 | -1/+0 |
| | | |||||
* | | added a failing case and fixed it by refactoring everything to strings | Zac Mitton | 2016-06-21 | 1 | -10/+8 |
|/ | |||||
* | Fix tx approval address formatting | Dan Finlay | 2016-06-17 | 1 | -1/+2 |
| | |||||
* | Preserve disclaimer line breaks | Dan Finlay | 2016-06-17 | 1 | -2/+2 |
| | |||||
* | Added some real text to top of disclaimer | Dan Finlay | 2016-06-17 | 1 | -1/+3 |
| | |||||
* | Increase disclaimer scroll box height | Dan Finlay | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | Remove dead code | Dan Finlay | 2016-06-17 | 1 | -34/+0 |
| | |||||
* | Conditionally display disclaimer | Dan Finlay | 2016-06-17 | 1 | -0/+6 |
| | |||||
* | Add disclaimer component | Dan Finlay | 2016-06-17 | 1 | -0/+56 |
| | |||||
* | Improved template to not be invisible | Dan Finlay | 2016-06-17 | 1 | -1/+2 |
| | |||||
* | Create disclaimer approval reducer | Dan Finlay | 2016-06-17 | 1 | -0/+5 |
| | |||||
* | Fix disclaimer approving action | Dan Finlay | 2016-06-17 | 1 | -1/+2 |
| | |||||
* | Add disclaimer consent action | Dan Finlay | 2016-06-17 | 1 | -0/+13 |
| | |||||
* | Add placeholder disclaimer file | Dan Finlay | 2016-06-17 | 1 | -0/+9 |
| | |||||
* | Improve template | Dan Finlay | 2016-06-17 | 1 | -2/+1 |
| | |||||
* | Resize images for chrome store acceptance | Dan Finlay | 2016-06-17 | 9 | -0/+0 |
| | |||||
* | icon fox eyes changed to navy blue everywhere | Zac Mitton | 2016-06-16 | 4 | -0/+2383 |
| | |||||
* | screenshots and promos for chrome store round 1 | Zac Mitton | 2016-06-15 | 9 | -0/+0 |
| | |||||
* | Merge pull request #286 from MetaMask/FixSpinner | Dan Finlay | 2016-06-15 | 1 | -0/+1 |
|\ | | | | | Made network spinner clickable | ||||
| * | Made network spinner clickable | Dan Finlay | 2016-06-15 | 1 | -0/+1 |
| | | | | | | | | | | | | Opens network menu, for when network is unreachable. Fixes #279 | ||||
* | | Let account address take more space in account list | Dan Finlay | 2016-06-15 | 3 | -10/+20 |
|/ | |||||
* | 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 |
| | |||||
* | Merge pull request #283 from MetaMask/RewordLock | Dan Finlay | 2016-06-15 | 1 | -1/+1 |
|\ | | | | | Reword lock menu item | ||||
| * | Rename Lock Account to simply Lock | Dan Finlay | 2016-06-15 | 1 | -1/+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 |
|/ | |||||
* | Size export confirmation input | Frankie | 2016-06-13 | 3 | -3/+7 |
| | |||||
* | Change name-label css bug | Frankie | 2016-06-13 | 1 | -2/+1 |
| | |||||
* | Remove qr code icon and reorder to have clipboard first | Frankie | 2016-06-13 | 2 | -9/+15 |
| | |||||
* | Fix edit text | Frankie | 2016-06-13 | 3 | -8/+7 |
| | | | | and edit label alighment | ||||
* | Add spacing in line items | Frankie | 2016-06-09 | 2 | -4/+6 |
| | |||||
* | Mend CHANGE.log | Frankie | 2016-06-09 | 2 | -11/+58 |
|\ | |||||
| * | Cache identicons | Dan Finlay | 2016-06-07 | 2 | -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 screen | Frankie | 2016-06-09 | 2 | -2/+20 |
| | | |||||
* | | Add icons to left side of links, as well as the metmask version and styling | Frankie | 2016-06-09 | 1 | -34/+76 |
|/ | |||||
* | Merge branch 'master' into uiFixes | Frankie | 2016-06-06 | 10 | -27/+388 |
|\ | |||||
| * | Make morden sail blue | Dan Finlay | 2016-06-04 | 1 | -1/+1 |
| | | |||||
| * | Add provider menu on clicking network status indicator. | Dan Finlay | 2016-06-04 | 3 | -27/+61 |
| | | | | | | | | Also simplifies network status icons. | ||||
| * | Clicking network status indicator reveals provider menu | Dan Finlay | 2016-06-04 | 3 | -2/+67 |
| | | |||||
| * | Merge branch 'master' into display_network | Dan Finlay | 2016-06-04 | 8 | -12/+226 |
| |\ | |||||
| | * | Merge pull request #242 from MetaMask/HashFix | kumavis | 2016-06-03 | 1 | -1/+1 |
| | |\ | | | | | | | | | provider-engine hooked wallet - checkSum addresses not recognized | ||||
| | | * | Fix hashed address validation | Dan Finlay | 2016-06-03 | 1 | -1/+1 |
| | | | | |||||
| | * | | A couple seed recovery enhancements | Dan Finlay | 2016-06-03 | 3 | -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 screen | Dan Finlay | 2016-06-03 | 6 | -8/+221 |
| | |/ | |||||
| * | | Blockchain status now updates on availability change | Dan Finlay | 2016-06-04 | 1 | -6/+4 |
| | | | |||||
| * | | Add network loading indication | Dan Finlay | 2016-06-04 | 1 | -0/+8 |
| | | | |||||
| * | | Differentiate icon name from hover text | Dan Finlay | 2016-06-04 | 1 | -12/+16 |
| | | | |||||
| * | | Some minor linting | Dan Finlay | 2016-06-04 | 1 | -4/+4 |
| | | | |||||
| * | | Make hover text more human friendly | Dan Finlay | 2016-06-04 | 1 | -4/+4 |
| | | | |||||
| * | | Remove metamask logo from header | Dan Finlay | 2016-06-04 | 1 | -6/+0 |
| | | | |||||
| * | | undo style | Zac Mitton | 2016-06-02 | 1 | -6/+5 |
| | | | |||||
| * | | network status getting set upon start-up and showing in title bar but not ↵ | Zac Mitton | 2016-06-02 | 3 | -6/+51 |
| |/ | | | | | | | auto-updating yet | ||||
* | | Add css to resize and alighn input for editable lable | Frankie | 2016-06-06 | 3 | -3/+12 |
| | | |||||
* | | Fix label size for edit label | Frankie | 2016-06-06 | 1 | -7/+3 |
| | | |||||
* | | Add edit label | Frankie | 2016-06-06 | 2 | -1/+23 |
| | | |||||
* | | Change chevron-down to fa-plus | Frankie | 2016-06-04 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into i216 | Dan Finlay | 2016-05-27 | 8 | -61/+171 |
|\ | |||||
| * | Fix build error | Dan Finlay | 2016-05-27 | 1 | -5/+2 |
| | | |||||
| * | Remove etherscan links from non standard blockchains | Dan Finlay | 2016-05-27 | 1 | -2/+9 |
| | | |||||
| * | Fix network reference part 2 | Dan Finlay | 2016-05-27 | 1 | -1/+1 |
| | | |||||
| * | Fix network reference | Dan Finlay | 2016-05-27 | 2 | -2/+2 |
| | | |||||
| * | Add clicking txs in list shows tx conf screen | Dan Finlay | 2016-05-27 | 5 | -5/+50 |
| | | |||||
| * | Add pending messages to sign to tx list | Dan Finlay | 2016-05-27 | 4 | -54/+113 |
| | | |||||
| * | Center wallet nickname under identicon in tx confirmation screen | Dan Finlay | 2016-05-27 | 1 | -0/+2 |
| | | |||||
* | | ui - redesign - init + vault create/restore + seed | kumavis | 2016-05-27 | 5 | -75/+129 |
|/ | |||||
* | Merge pull request #222 from MetaMask/balances | kumavis | 2016-05-26 | 2 | -26/+30 |
|\ | | | | | Fixes #206 | ||||
| * | correctly displaying small balances with tests | Zac Mitton | 2016-05-26 | 2 | -26/+30 |
| | | |||||
* | | Merge branch 'master' into FixTransactionBackButton | Dan Finlay | 2016-05-26 | 1 | -0/+1 |
|\ \ | |||||
| * | | Fix persistent warning bug | Dan Finlay | 2016-05-26 | 1 | -0/+1 |
| |/ | |||||
* | | Move transaction list item into its own component | Dan Finlay | 2016-05-26 | 2 | -107/+133 |
| | | |||||
* | | Make transaction list into actual React Component | Dan Finlay | 2016-05-26 | 2 | -48/+63 |
| | | |||||
* | | Add number indicating pending txs to account list | Dan Finlay | 2016-05-26 | 4 | -1/+37 |
| | | |||||
* | | Fix back button on pending tx screen | Dan Finlay | 2016-05-26 | 2 | -16/+21 |
| | | | | | | | | Fixes #208 | ||||
* | | Remove commented out code | Dan Finlay | 2016-05-26 | 1 | -37/+0 |
|/ | |||||
* | actions - remove use of 'this' | kumavis | 2016-05-26 | 1 | -70/+70 |
| | |||||
* | Add copy address button to account list | Dan Finlay | 2016-05-24 | 3 | -6/+52 |
| | |||||
* | Move account list panel to component | Dan Finlay | 2016-05-24 | 2 | -45/+28 |
| | |||||
* | Remove old accounts list file | Dan Finlay | 2016-05-24 | 1 | -182/+0 |
| | |||||
* | Move accounts index | Dan Finlay | 2016-05-24 | 1 | -0/+182 |
| | |||||
* | bugfix - exportAccount - fix copyToClipboard | kumavis | 2016-05-23 | 1 | -0/+1 |
| | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 4 | -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 list | Dan Finlay | 2016-05-21 | 3 | -17/+18 |
| | | | | | Fix hover styles to not grow. Fix back button on accounts list. | ||||
* | Made account list hover styles more consistent | Dan Finlay | 2016-05-21 | 1 | -2/+2 |
| | |||||
* | Add ability to add account to vault | Dan Finlay | 2016-05-21 | 4 | -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 style | Dan Finlay | 2016-05-20 | 2 | -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 page | Dan Finlay | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | Render failed tx in tx list | Dan Finlay | 2016-05-20 | 2 | -9/+28 |
| | |||||
* | Add special rendering for contracts in transaction list | Dan Finlay | 2016-05-20 | 1 | -14/+39 |
| | |||||
* | Allow empty recipient fields on tx | Dan Finlay | 2016-05-20 | 2 | -1/+3 |
| | |||||
* | Add full precision to send tx value field. | Dan Finlay | 2016-05-20 | 2 | -2/+17 |
| | |||||
* | Increase send value precision | Dan Finlay | 2016-05-20 | 2 | -3/+3 |
| | |||||
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 3 | -4/+19 |
| | |||||
* | Allow txs with no recipient when they have a data field | Dan Finlay | 2016-05-20 | 1 | -9/+9 |
| | |||||
* | Make accounts page transition forward from account detail | Dan Finlay | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballs | kumavis | 2016-05-19 | 4 | -31/+155 |
|\ | |||||
| * | Merge pull request #190 from MetaMask/MenuDroppo | kumavis | 2016-05-19 | 4 | -31/+155 |
| |\ | | | | | | | Drop-down menu | ||||
| | * | Fix typos | Dan Finlay | 2016-05-19 | 1 | -2/+2 |
| | | | |||||
| | * | Finish clean implementation of drop-down menu | Dan Finlay | 2016-05-19 | 2 | -51/+56 |
| | | | |||||
| | * | Add dynamic list item styles | Dan Finlay | 2016-05-19 | 4 | -29/+123 |
| | | | |||||
| | * | Merge branch 'eyeballs' into MenuDroppo | Dan Finlay | 2016-05-19 | 5 | -83/+176 |
| | |\ | |||||
| | * | | Add animated sandwich button | Dan Finlay | 2016-05-19 | 3 | -3/+28 |
| | | | | |||||
* | | | | ui - redesign - txList improved | kumavis | 2016-05-19 | 1 | -25/+83 |
|/ / / | |||||
* | | | Merge pull request #189 from MetaMask/hotfixsendTx | Dan Finlay | 2016-05-19 | 1 | -10/+15 |
|\ \ \ | | | | | | | | | ui - sendTx - re-add warning and fix form parsing | ||||
| * | | | ui - sendTx - re-add warning and fix form parsing | kumavis | 2016-05-19 | 1 | -10/+15 |
| | |/ | |/| | |||||
* / | | ui - redesign - ether amount component | kumavis | 2016-05-19 | 6 | -12/+83 |
|/ / | |||||
* / | ui - redesign - sendTransaction | kumavis | 2016-05-19 | 5 | -83/+176 |
|/ | |||||
* | ui - add new designs | kumavis | 2016-05-17 | 3 | -0/+0 |
| | |||||
* | ui - redesign - unlock menu | kumavis | 2016-05-14 | 5 | -233/+111 |
| | |||||
* | ui - redesign - send | kumavis | 2016-05-14 | 1 | -1/+4 |
| | |||||
* | ui - txList - add time | kumavis | 2016-05-14 | 1 | -0/+11 |
| | |||||
* | ui - txlist - better scroll bar positioning | kumavis | 2016-05-14 | 1 | -1/+1 |
| | |||||
* | ui - copy address fix | kumavis | 2016-05-14 | 1 | -2/+2 |
| | |||||
* | ui - fix account-export margin | kumavis | 2016-05-14 | 1 | -13/+22 |
| | |||||
* | ui - redesign - trans group + + account detail + tx list fixes | kumavis | 2016-05-14 | 8 | -111/+149 |
| | |||||
* | ui - accunt-detail - fix style attribute | kumavis | 2016-05-14 | 1 | -7/+7 |
| | |||||
* | ui - redesign - remove footer | kumavis | 2016-05-14 | 1 | -22/+32 |
| | |||||
* | clean - remove logging from tx list | kumavis | 2016-05-14 | 1 | -1/+0 |
| | |||||
* | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 3 | -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 bugs | Dan Finlay | 2016-05-12 | 5 | -52/+26 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' into eyeballs | Dan Finlay | 2016-05-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix send view selected account bug | Dan Finlay | 2016-05-12 | 1 | -1/+1 |
| | | |||||
* | | Vertically center title bar content | Dan Finlay | 2016-05-11 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballs | Dan Finlay | 2016-05-11 | 4 | -42/+95 |
|\ \ | |||||
| * | | ui - redesign - account details | kumavis | 2016-05-11 | 4 | -42/+95 |
| | | | |||||
* | | | Fixed transitions | Dan Finlay | 2016-05-11 | 1 | -27/+21 |
|/ / | |||||
* | | hotfix - identicon jazz bug | kumavis | 2016-05-11 | 1 | -2/+6 |
| | | |||||
* | | Began adding jazzicons | Dan Finlay | 2016-05-11 | 4 | -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 account | kumavis | 2016-05-11 | 3 | -2/+12 |
| | | |||||
* | | ui - redesign - app header + accounts selection | kumavis | 2016-05-11 | 5 | -42/+141 |
|/ | |||||
* | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 3 | -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 files | kumavis | 2016-05-11 | 10 | -0/+0 |
| | |||||
* | Fix transition bugs after vault restore | Dan Finlay | 2016-05-11 | 2 | -3/+3 |
| | |||||
* | Fix account loading bug | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Restored signTx action | Dan Finlay | 2016-05-07 | 1 | -0/+15 |
| | |||||
* | Style transaction list using new panel component | Dan Finlay | 2016-05-07 | 2 | -27/+49 |
| | |||||
* | Move account panel style into reusable component | Dan Finlay | 2016-05-07 | 4 | -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 list | Dan Finlay | 2016-05-06 | 1 | -18/+10 |
| | |||||
* | 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 | 4 | -67/+145 |
|\ | |||||
| * | Move account export to subview | Dan Finlay | 2016-05-05 | 4 | -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 bug | Dan Finlay | 2016-05-05 | 3 | -2/+8 |
| | | | | | | | | Fixes #160 | ||||
* | | Fix routing bug | Dan Finlay | 2016-05-05 | 2 | -1/+2 |
|/ | | | | Where sometimes the account list was shown when first unlocking, after momentarily showing the detail panel. | ||||
* | Show any pending txs when unlocking | Dan Finlay | 2016-05-04 | 4 | -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 UI | Dan Finlay | 2016-05-04 | 3 | -2/+16 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 11 | -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 transitions | Dan Finlay | 2016-04-30 | 3 | -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 Identicon | Dan Finlay | 2016-04-30 | 1 | -1/+1 |
|\ | |||||
| * | Fix slack link | Dan Finlay | 2016-04-30 | 1 | -1/+1 |
| | | |||||
* | | Convert icons to identicons | Dan Finlay | 2016-04-30 | 1 | -2/+10 |
|/ | |||||
* | 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. | ||||
* | Fix explorer link generation | Dan Finlay | 2016-04-28 | 1 | -1/+4 |
| | |||||
* | When no account is selected, show accounts view | Dan Finlay | 2016-04-26 | 1 | -2/+3 |
| | |||||
* | Persist selected account | Dan Finlay | 2016-04-26 | 3 | -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 bugs | Dan Finlay | 2016-04-26 | 1 | -3/+1 |
| | |||||
* | Fix test | Dan Finlay | 2016-04-26 | 1 | -2/+0 |
| | |||||
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 7 | -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 styles | Dan Finlay | 2016-04-23 | 1 | -5/+31 |
| | | | | | | - Add save button for custom RPC input field - Add button for RPC at `localhost:8545`. - Improve `Current RPC` display. | ||||
* | Improve transaction list title | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Removed logs | Dan Finlay | 2016-04-20 | 1 | -2/+0 |
| | |||||
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 2 | -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 blockchain | Dan Finlay | 2016-04-20 | 4 | -38/+26 |
| | |||||
* | Improve some UI formatting | Dan Finlay | 2016-04-20 | 2 | -13/+33 |
| | |||||
* | 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 | 2 | -8/+55 |
| | |||||
* | Merge branch 'master' into TransactionList | Dan Finlay | 2016-04-20 | 9 | -464/+1 |
|\ | |||||
| * | Fix displayed RPC address | Dan Finlay | 2016-04-19 | 1 | -2/+1 |
| | | | | | | | | Fixes #119 | ||||
| * | Unify test suites | Dan Finlay | 2016-04-19 | 8 | -462/+0 |
| | | |||||
* | | Prototype Transaction Details in account-detail.js | John Whitton | 2016-04-20 | 1 | -0/+17 |
|/ | | | | Rough prototype with hyperlink | ||||
* | Add leading zero to account balances | Dan Finlay | 2016-04-16 | 2 | -2/+2 |
| | |||||
* | ui - util - fixes#110 formatBalance | kumavis | 2016-04-15 | 1 | -2/+2 |
| | |||||
* | Fix eth resolution | Dan Finlay | 2016-04-15 | 2 | -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.json | Dan Finlay | 2016-04-14 | 2 | -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 stack | Dan Finlay | 2016-04-14 | 52 | -0/+4369 |