Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase size of settings dropdown and account settings dropdown | sdtsui | 2017-08-04 | 2 | -2/+2 |
| | |||||
* | Increase size of network dropdown | sdtsui | 2017-08-04 | 4 | -4/+28 |
| | |||||
* | De-dupe click handler for sandwich-expando | sdtsui | 2017-08-04 | 1 | -6/+12 |
| | |||||
* | Add note with previous fa-angle-down for future refactor | sdtsui | 2017-08-04 | 1 | -0/+2 |
| | |||||
* | Position account switcher icon back in app header | sdtsui | 2017-08-04 | 1 | -2/+6 |
| | |||||
* | Move accountselector menu-droppo up to app-header | sdtsui | 2017-08-04 | 1 | -0/+22 |
| | |||||
* | Disable account selection dropdown from account details | sdtsui | 2017-08-04 | 2 | -7/+16 |
| | |||||
* | Adjust account checksumAddress location up | sdtsui | 2017-08-04 | 1 | -0/+1 |
| | |||||
* | Fix wonky widths for notices. | Kevin Serrano | 2017-08-04 | 2 | -2/+6 |
| | |||||
* | Add maximum width for private key reveal | Kevin Serrano | 2017-08-04 | 1 | -1/+1 |
| | |||||
* | Remove 100% properties that were messing up sizing. | Kevin Serrano | 2017-08-04 | 1 | -2/+0 |
| | |||||
* | Add QR functionality | Kevin Serrano | 2017-08-04 | 1 | -0/+13 |
| | |||||
* | lint fix | kumavis | 2017-08-02 | 2 | -3/+3 |
| | |||||
* | Fix dropdown behavior - network | sdtsui | 2017-07-29 | 1 | -1/+11 |
| | |||||
* | Fix dropdown toggle behavior - settings | sdtsui | 2017-07-29 | 1 | -1/+5 |
| | |||||
* | Fix dropdown toggle behavior - account dropdowns | sdtsui | 2017-07-29 | 1 | -2/+16 |
| | |||||
* | Fix react warning | Dan Finlay | 2017-07-28 | 1 | -0/+6 |
| | |||||
* | Limit max width of seed word conf screen | Dan Finlay | 2017-07-28 | 1 | -2/+5 |
| | |||||
* | Correct token pluralization for one token | Dan Finlay | 2017-07-28 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-28 | 1 | -1/+0 |
|\ | |||||
| * | logState - dont redundantly log to console | kumavis | 2017-07-27 | 1 | -1/+0 |
| | | |||||
* | | Set min gas price to 1 gwei | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | |||||
* | | Ensure loading indication is full screen | Dan Finlay | 2017-07-28 | 1 | -0/+1 |
| | | |||||
* | | Fix loading indication placement | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | |||||
* | | Remove unused parameter | Dan Finlay | 2017-07-28 | 2 | -2/+2 |
| | | |||||
* | | Restore support link | Dan Finlay | 2017-07-28 | 1 | -4/+4 |
| | | |||||
* | | Fix info page formatting | Dan Finlay | 2017-07-28 | 1 | -6/+14 |
| | | |||||
* | | Fix spelling | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | |||||
* | | Fix custom provider indication | Dan Finlay | 2017-07-27 | 2 | -6/+6 |
| | | |||||
* | | Remove object spread syntax | Dan Finlay | 2017-07-27 | 1 | -7/+9 |
| | | |||||
* | | Set initial scale for mobile. | Dan Finlay | 2017-07-27 | 2 | -2/+4 |
| | | |||||
* | | Re-center network dropdown | sdtsui | 2017-07-27 | 2 | -2/+5 |
| | | |||||
* | | Make account selection dropdown menu scrollable when too large for view | sdtsui | 2017-07-27 | 1 | -0/+2 |
| | | |||||
* | | Remove Account Settings item from optionsMenu, unnecessary | sdtsui | 2017-07-27 | 1 | -8/+0 |
| | | |||||
* | | Lots of flex rearrangement on account detail view | Dan Finlay | 2017-07-26 | 10 | -132/+129 |
| | | | | | | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor. | ||||
* | | Restore sort order fix | Dan Finlay | 2017-07-25 | 2 | -2/+5 |
| | | |||||
* | | Replace ui with responsive-ui | Dan Finlay | 2017-07-25 | 18 | -581/+604 |
| | | |||||
* | | Fix reference | Dan Finlay | 2017-07-21 | 1 | -1/+1 |
| | | |||||
* | | Fix css links | Dan Finlay | 2017-07-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-21 | 4 | -5/+15 |
|\| | |||||
| * | Lowered minimum gas price to 1 gwei | Dan Finlay | 2017-07-20 | 1 | -1/+1 |
| | | |||||
| * | Fix transaction confirmation ordering | Dan Finlay | 2017-07-18 | 1 | -1/+5 |
| | | | | | | | | | | | | Newest tx or message will now always appear last, and a new tx proposed after the user has a confirmation box open will never change the confirmation to a different tx proposed. Fixes #1637 | ||||
| * | Add support page link to help page | Dan Finlay | 2017-07-18 | 1 | -2/+8 |
| | | | | | | | | Also adjust github link to be a new bug link, which goes to the new issue page. | ||||
| * | Fix spelling | tmashuang | 2017-07-06 | 1 | -1/+1 |
| | | |||||
* | | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 240 | -13677/+2 |
| | | |||||
* | | Reorder Account Selector and Account Options | sdtsui | 2017-07-19 | 2 | -115/+128 |
| | | |||||
* | | Hook up new dropdown components | sdtsui | 2017-07-18 | 7 | -184/+157 |
| | | |||||
* | | Remove account options icons | sdtsui | 2017-07-18 | 3 | -177/+0 |
| | | |||||
* | | Remove accounts screen | sdtsui | 2017-07-18 | 4 | -271/+244 |
| | | |||||
* | | Fix click handlers on AccountOptionsMenus | sdtsui | 2017-07-18 | 1 | -5/+5 |
| | | |||||
* | | Cleanup | sdtsui | 2017-07-18 | 5 | -33/+108 |
| | | | | | | | | | | | | Fix lint error breaking gulp build Add presentational options menus | ||||
* | | Brighten dropdown menu item\'s text | sdtsui | 2017-07-14 | 1 | -3/+11 |
| | | |||||
* | | Implement redesigned dropdown | sdtsui | 2017-07-13 | 1 | -0/+71 |
| | | |||||
* | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-06 | 2 | -4/+0 |
|\| | |||||
| * | Reenable Default Token List | Dan Finlay | 2017-07-06 | 1 | -2/+0 |
| | | | | | | | | Looks pretty clear to me now that the heavy traffic spike was not this feature, but was the EOS crowdsale. Now that we've mitigated their traffic spike, I think we can safely re-introduce this feature. | ||||
* | | Make responsive UI more flexy | Dan Finlay | 2017-07-04 | 5 | -12/+12 |
| | | |||||
* | | Get duplicate UI template working | Dan Finlay | 2017-07-04 | 125 | -5/+13679 |
| | | |||||
* | | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 121 | -0/+0 |
|/ | |||||
* | Merge branch 'master' into i1720-NoSpinnerOnConfig | Kevin Serrano | 2017-07-04 | 2 | -23/+47 |
|\ | |||||
| * | Indicate which network is being searched for | Dan Finlay | 2017-07-04 | 1 | -1/+22 |
| | | |||||
| * | Add menu carrat next to network searching indicator | Dan Finlay | 2017-07-04 | 2 | -22/+25 |
| | | |||||
* | | No longer show network spinner on config screen | Dan Finlay | 2017-07-04 | 1 | -1/+1 |
|/ | | | | The config screen is used to select networks, so we must not block it with network loading indication. | ||||
* | Merge branch 'master' into NoPopularTOkens | Thomas Huang | 2017-07-01 | 1 | -0/+2 |
|\ | |||||
| * | Remove send button | Dan Finlay | 2017-07-01 | 1 | -0/+2 |
| | | | | | | | | Some token precisions are not respected by TokenFactory, so it's not sufficient for a default send form. Removing for now. | ||||
* | | Stop loading popular tokens by default | Dan Finlay | 2017-07-01 | 1 | -1/+3 |
|/ | | | | Improves performance when loading the token tab. | ||||
* | Merge pull request #1700 from MetaMask/StyleImprovements | Kevin Serrano | 2017-06-30 | 1 | -0/+1 |
|\ | | | | | Add padding to token messages | ||||
| * | Add padding to token messages | Dan Finlay | 2017-06-29 | 1 | -0/+1 |
| | | |||||
* | | change “ACCEPT” to “SUBMIT” | frankiebee | 2017-06-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1690 from MetaMask/i1669-StateCopyButton | Thomas Huang | 2017-06-29 | 1 | -0/+28 |
|\ | | | | | Add copy state logs button | ||||
| * | Add copy state logs button | Dan Finlay | 2017-06-29 | 1 | -0/+28 |
| | | |||||
* | | Merge pull request #1634 from MetaMask/i784-SendTokenButton | Thomas Huang | 2017-06-29 | 1 | -7/+29 |
|\ \ | | | | | | | Add send token button (link to TokenFactory) | ||||
| * \ | Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButton | Dan Finlay | 2017-06-28 | 5 | -22/+45 |
| |\ \ | |||||
| * \ \ | Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButton | Dan Finlay | 2017-06-24 | 1 | -7/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into i784-SendTokenButton | Dan Finlay | 2017-06-23 | 3 | -10/+20 |
| |\ \ \ \ | |||||
| * | | | | | Fix propagation | Dan Finlay | 2017-06-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Add send button to TokenFactory | Dan Finlay | 2017-06-20 | 1 | -7/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple solution to a temporary token send screen: Linking to EtherScan. Will hold us over until we make our own token send view. | ||||
* | | | | | | Merge pull request #1620 from MetaMask/i1616-AddTokenAdding | Thomas Huang | 2017-06-29 | 9 | -53/+370 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Add ability to add tokens to token list | ||||
| * | | | | | Remove token contract validation step | Dan Finlay | 2017-06-28 | 1 | -13/+1 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Do not allow adding non token addresses | Dan Finlay | 2017-06-28 | 1 | -1/+13 |
| | | | | | |||||
| * | | | | Support other network links | Dan Finlay | 2017-06-28 | 3 | -19/+27 |
| | | | | | |||||
| * | | | | Merge branch 'i1616-AddTokenAdding' of github.com:MetaMask/metamask-plugin ↵ | Dan Finlay | 2017-06-28 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | into i1616-AddTokenAdding | ||||
| | * | | | | Fix Back Button on Add Token View | Thomas Huang | 2017-06-27 | 1 | -1/+2 |
| | | |_|/ | | |/| | | |||||
| * / | | | Fix token adding bug | Dan Finlay | 2017-06-28 | 1 | -1/+3 |
| |/ / / | |||||
| * | | | Merge branch 'master' into i1616-AddTokenAdding | Dan Finlay | 2017-06-23 | 3 | -10/+20 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Reduce token list clutter by only showing held tokens | Dan Finlay | 2017-06-20 | 1 | -7/+4 |
| | |/ | |/| | | | | | | | We could change this when we allow hiding/removing tokens, but for now, this is a simple and pleasant solution. | ||||
| * | | Add ability to add tokens to token list | Dan Finlay | 2017-06-16 | 4 | -17/+51 |
| | | | | | | | | | | | | Fiex #1616 | ||||
| * | | Make add token screen a fully working form | Dan Finlay | 2017-06-16 | 1 | -11/+141 |
| | | | | | | | | | | | | Entering the address of a valid HumanStandardToken even auto-fills the other fields! | ||||
| * | | Merge branch 'AddTokenList' into AddingTokens | Dan Finlay | 2017-06-16 | 2 | -15/+10 |
| |\ \ | |||||
| * | | | Remove log | Dan Finlay | 2017-06-16 | 1 | -1/+0 |
| | | | | |||||
| * | | | Create add token button and template view | Dan Finlay | 2017-06-15 | 6 | -24/+170 |
| | | | | |||||
* | | | | Merge pull request #1681 from MetaMask/AddressStripping | Dan Finlay | 2017-06-28 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Remove trailing periods and whitespace | ||||
| * | | | | Remove trailing periods and white space | Thomas Huang | 2017-06-28 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add Back Button for Import Screen | Thomas Huang | 2017-06-28 | 1 | -0/+9 |
| | | | | | |||||
* | | | | | Merge pull request #1675 from MetaMask/warning-fixes | Dan Finlay | 2017-06-28 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | React Warning Fixes | ||||
| * | | | | | Fix react warning for keys on ens address book | Kevin Serrano | 2017-06-27 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix react warning on create-vault-complete | Kevin Serrano | 2017-06-27 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Rename Send to Next | Thomas Huang | 2017-06-28 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Change disabling button as state property. | Kevin Serrano | 2017-06-27 | 1 | -5/+4 |
| | | | | |||||
* | | | | Prevent users from accidentally submitting two transactions by disabling button. | Kevin Serrano | 2017-06-27 | 1 | -0/+3 |
|/ / / | |||||
* | | | Merge pull request #1603 from MetaMask/AddTokenList | Kevin Serrano | 2017-06-23 | 13 | -33/+374 |
|\ \ \ | | | | | | | | | Add popular token list | ||||
| * | | | Add better event lifecycle management to token list. | Dan Finlay | 2017-06-20 | 1 | -4/+18 |
| | |/ | |/| | | | | | | | | | | Token list now renders errors when a token lookup fails. Also now cleans up event listeners when re-initializing the token list. | ||||
| * | | Merge remote-tracking branch 'origin/master' into AddTokenList | Dan Finlay | 2017-06-16 | 2 | -15/+10 |
| |\ \ | | |/ | |/| | |||||
| * | | Hide message on normal loading | Dan Finlay | 2017-06-15 | 1 | -1/+3 |
| | | | |||||
| * | | Multiple loading style improvements | Dan Finlay | 2017-06-15 | 2 | -8/+16 |
| | | | | | | | | | | | | | | | | | | | | | - When seeking network, show a full screen loading indication + message. - Network menu is still accessible "over" this indication. - Top Menu-Droppo components now slide *under* the menu bar like they should. - Loading indication opacity increased to increase message legibility. | ||||
| * | | Remove excessive log | Dan Finlay | 2017-06-15 | 1 | -1/+0 |
| | | | |||||
| * | | Add no tokens message | Dan Finlay | 2017-06-15 | 1 | -9/+13 |
| | | | |||||
| * | | Vertically center loading indication | Dan Finlay | 2017-06-15 | 1 | -2/+10 |
| | | | |||||
| * | | Refresh token balance on network change | Dan Finlay | 2017-06-15 | 1 | -5/+22 |
| | | | |||||
| * | | Persist selected account tab | Dan Finlay | 2017-06-15 | 3 | -12/+41 |
| | | | | | | | | | | | | 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 | 7 | -32/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 41 | -6195/+1018 |
| |\ \ | |||||
| * | | | Add placeholder etherscan token icons | Dan Finlay | 2017-04-25 | 3 | -3/+35 |
| | | | | |||||
| * | | | Get token list looking ok | Dan Finlay | 2017-04-22 | 5 | -12/+136 |
| | | | | |||||
| * | | | Add functional but ugly and hard-coded token list | Dan Finlay | 2017-04-21 | 5 | -14/+109 |
| | | | | |||||
* | | | | Merge pull request #1655 from MetaMask/fix-malito | Thomas Huang | 2017-06-22 | 1 | -5/+1 |
|\ \ \ \ | | | | | | | | | | | Fix broken malito link. | ||||
| * | | | | Fix broken malito link. | Kevin Serrano | 2017-06-22 | 1 | -5/+1 |
| | |_|/ | |/| | | |||||
* / | | | Make seed confirmation wording scarier | Dan Finlay | 2017-06-21 | 1 | -1/+1 |
|/ / / | |||||
* | | | Add a new warning for file import JSON | Kevin Serrano | 2017-06-15 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #1600 from MetaMask/i1554-ensSymFix | Kevin Serrano | 2017-06-14 | 1 | -15/+7 |
|\ \ \ | |_|/ |/| | | ENS symbol renders on proper networks | ||||
| * | | Cleanup zero addresses. | Kevin Serrano | 2017-06-14 | 1 | -5/+6 |
| | | | |||||
| * | | Fix check icon appearing in inappropriate situations. | Kevin Serrano | 2017-06-13 | 1 | -13/+4 |
| | | | |||||
* | | | only prefix ethereum address | frankiebee | 2017-06-13 | 1 | -5/+6 |
| | | | |||||
* | | | prefix the address with "ethereum:" | frankiebee | 2017-06-13 | 1 | -2/+1 |
|/ / | |||||
* | | Merge pull request #1574 from MetaMask/internfix | Dan Finlay | 2017-06-13 | 1 | -1/+1 |
|\ \ | | | | | | | Wording fix for notice button | ||||
| * | | Modify wording to new accept. | Kevin Serrano | 2017-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of github.com:nihar97/metamask-plugin into internfix | Kevin Serrano | 2017-06-09 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | continue button changed to agree | Nihar | 2017-05-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1570 from MetaMask/addfaq | Dan Finlay | 2017-06-13 | 2 | -11/+10 |
|\ \ \ \ | | | | | | | | | | | Modify FAQ to be more visible. | ||||
| * | | | | Modify FAQ to be more visible. | Kevin Serrano | 2017-06-09 | 2 | -11/+10 |
| |/ / / | |||||
* | | | | Merge branch 'master' into gasupdater | Dan Finlay | 2017-06-13 | 5 | -13/+89 |
|\| | | | |||||
| * | | | Fix bug that prevented publishing contracts | Dan Finlay | 2017-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #1545 from MetaMask/inValidAddressFix | kumavis | 2017-06-06 | 4 | -3/+20 |
| |\ \ \ | | | | | | | | | | | Dissallow transactions to be sent to 0x000... | ||||
| | * | | | Fix for quick switch on ENS names | frankiebee | 2017-06-06 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | set the ensResolution to an invalid address if an error ocurs durring look up | frankiebee | 2017-06-06 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Fix linting error | frankiebee | 2017-06-06 | 2 | -2/+1 |
| | | | | | |||||
| | * | | | move address check to util.isValidAddress | frankiebee | 2017-06-06 | 3 | -3/+4 |
| | | | | | |||||
| | * | | | Fix punctuation | frankiebee | 2017-06-06 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000 | frankiebee | 2017-06-06 | 4 | -2/+16 |
| | | | | | |||||
| * | | | | Remove dead style code | Dan Finlay | 2017-06-05 | 1 | -3/+0 |
| | | | | | |||||
| * | | | | Move address copying into reusable component | Dan Finlay | 2017-06-05 | 2 | -20/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "copyable" component allows any elements to be wrapped to include: - a tool tip that changes/debounces its label when clicked. - a customizable copyable value. Fixes #1539 | ||||
| * | | | | Add copy links to mini tx panels | Dan Finlay | 2017-06-05 | 1 | -10/+38 |
| |/ / / | |||||
* / / / | Update gasblocklimit params with every block. | Kevin Serrano | 2017-06-03 | 2 | -3/+12 |
|/ / / | |||||
* | | | remove more in operators | Dan Finlay | 2017-05-27 | 1 | -1/+1 |
| | | | |||||
* | | | Remove comment | Dan Finlay | 2017-05-27 | 1 | -1/+0 |
| | | | |||||
* | | | Fix contract map reference | Dan Finlay | 2017-05-27 | 1 | -1/+1 |
| | | | |||||
* | | | Move off in operator | Dan Finlay | 2017-05-27 | 1 | -1/+1 |
| | | | |||||
* | | | Add names to contract map & conf view | Dan Finlay | 2017-05-27 | 1 | -3/+8 |
| | | | |||||
* | | | Move to eth-contract-metadata | Dan Finlay | 2017-05-27 | 1 | -3/+4 |
| | | | |||||
* | | | Add address image map to icon factory | Dan Finlay | 2017-05-26 | 1 | -18/+21 |
| | | | | | | | | | | | | | | | | | | | | | Deriving from the new address image map repository I've added here: https://github.com/MetaMask/ethereum-contract-icons With this PR, images for addresses added to that repository will be shown instead of jazzicons in MetaMask. | ||||
* | | | Add max gas limit to UI | Kevin Serrano | 2017-05-25 | 1 | -0/+2 |
| | | | |||||
* | | | Minor cleanup of lint | Kevin Serrano | 2017-05-25 | 1 | -1/+0 |
| | | | |||||
* | | | Minor cleanup | Kevin Serrano | 2017-05-25 | 1 | -2/+2 |
| | | | |||||
* | | | Fix bug where submit was enabled when invalid params were filled out. | Kevin Serrano | 2017-05-25 | 2 | -5/+11 |
| | | | |||||
* | | | Cleanup code. | Kevin Serrano | 2017-05-25 | 1 | -7/+15 |
| | | | |||||
* | | | Fix test, create new value for precision/scale | Kevin Serrano | 2017-05-24 | 2 | -3/+5 |
| | | | |||||
* | | | Merge branch 'master' into i1412-decimalizethegas | Kevin Serrano | 2017-05-24 | 3 | -6/+31 |
|\ \ \ | |||||
| * | | | Tolerate nonces of any format | Dan Finlay | 2017-05-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Render txs with no nonce | Dan Finlay | 2017-05-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Lint | Dan Finlay | 2017-05-22 | 2 | -6/+3 |
| | | | | |||||
| * | | | Label the pending tx icon with a tooltip | Dan Finlay | 2017-05-22 | 1 | -5/+12 |
| | | | | |||||
| * | | | Add transaction number (nonce) to tx list | Dan Finlay | 2017-05-22 | 1 | -0/+21 |
| | | | | |||||
| * | | | Fix decimal tolerance | Dan Finlay | 2017-05-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix bug where decimals in gas inputs gave strange results | Dan Finlay | 2017-05-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Increase accuracy of our rounding schemes. | Kevin Serrano | 2017-05-24 | 1 | -3/+26 |
| | | | | |||||
* | | | | Modify test, replace clone package. | Kevin Serrano | 2017-05-18 | 1 | -7/+4 |
| | | | | |||||
* | | | | Merge branch 'master' into i1412-decimalizethegas | Kevin Serrano | 2017-05-18 | 1 | -1/+1 |
|\| | | | |||||
| * | | | Fix bug where edited gas parameters did not take effect | Dan Finlay | 2017-05-17 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Fixes #1407 | ||||
* | | | Fix merge conflicts. | Kevin Serrano | 2017-05-17 | 17 | -92/+141 |
|\| | | |||||
| * | | Fix fiat rendering | Dan Finlay | 2017-05-17 | 10 | -18/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #1430 from MetaMask/i1407-FixNonEditingTxForm | kumavis | 2017-05-16 | 13 | -79/+111 |
| |\ \ | | | | | | | | | Add test around conf-tx view's gas editing. | ||||
| | * | | lint - mandatory dangle | kumavis | 2017-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | :stuck_out_tongue: | ||||
| | * | | ui - send - clean props assignment | kumavis | 2017-05-16 | 1 | -8/+10 |
| | | | | |||||
| | * | | Merge branch 'master' into i1407-FixNonEditingTxForm | Dan Finlay | 2017-05-16 | 1 | -5730/+207 |
| | |\ \ | |||||
| | * | | | Linted | Dan Finlay | 2017-05-16 | 2 | -5/+6 |
| | | | | | |||||
| | * | | | Verify updating gas value updates | Dan Finlay | 2017-05-16 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Got test failing nearly correctly | Dan Finlay | 2017-05-16 | 1 | -1/+12 |
| | | | | | |||||
| | * | | | Skip jazzicons in unit tests | Dan Finlay | 2017-05-16 | 1 | -4/+9 |
| | | | | | |||||
| | * | | | Remove redux dependency from eth-balance and its dependent tree | Dan Finlay | 2017-05-13 | 11 | -35/+49 |
| | | | | | | | | | | | | | | | | | | | | For better unit testability of the conf-tx view. | ||||
| | * | | | Break up pending-tx component for better unit testability | Dan Finlay | 2017-05-11 | 1 | -38/+39 |
| | | | | | |||||
| * | | | | Remove all traces of testnet | Thomas Huang | 2017-05-16 | 4 | -4/+4 |
| | | | | | |||||
| * | | | | Change default network to rinkeby | Thomas Huang | 2017-05-16 | 3 | -7/+7 |
| | |/ / | |/| | | |||||
* | | | | Fix reset button. | Kevin Serrano | 2017-05-17 | 2 | -8/+10 |
| | | | | |||||
* | | | | Complete transition into BN. | Kevin Serrano | 2017-05-17 | 2 | -13/+157 |
|/ / / | |||||
* | | | Prettify JSON | Kevin Serrano | 2017-05-12 | 1 | -1/+207 |
| | | | |||||
* | | | Trim currency list. | Kevin Serrano | 2017-05-12 | 1 | -5730/+1 |
|/ / | |||||
* | | ens - add mainnet ens support | kumavis | 2017-05-10 | 1 | -7/+9 |
| | | |||||
* | | Redefine txmeta when submitting. | Kevin Serrano | 2017-05-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'i1381-GasPriceInGwei' of github.com:MetaMask/metamask-plugin ↵ | Kevin Serrano | 2017-05-09 | 3 | -7/+16 |
|\ \ | | | | | | | | | | into i1381-GasPriceInGwei | ||||
| * | | Cleanup | Dan Finlay | 2017-05-09 | 1 | -2/+2 |
| | | | |||||
| * | | Input gas in gwei | Dan Finlay | 2017-05-08 | 1 | -7/+14 |
| | | | | | | | | | | | | | | | | | | | | | Also enforces "safe low gas" minimum recommended by this article by eth-gas-station: https://medium.com/@ethgasstation/the-safe-low-gas-price-fb44fdc85b91 Fixes #1381 | ||||
| * | | Fix ens iterated element without key error | Dan Finlay | 2017-05-08 | 1 | -0/+1 |
| | | | |||||
| * | | allow copy(logState()) to copy to clipboard | Dan Finlay | 2017-05-08 | 1 | -0/+1 |
| | | | |||||
* | | | ui - remove web3, use eth-query | kumavis | 2017-05-09 | 2 | -2/+2 |
| | | | |||||
* | | | Fox watches over us again. | Kevin Serrano | 2017-05-03 | 1 | -6/+6 |
|/ / | |||||
* | | Adjust fox look height | Dan Finlay | 2017-05-01 | 1 | -1/+1 |
| | | |||||
* | | Make fox look away while typing password | Dan Finlay | 2017-05-01 | 1 | -6/+6 |
| | | | | | | | | | | Inspired by this tweet: https://twitter.com/Aashay/status/858791285976481792 | ||||
* | | Merge branch 'master' into rinkeby | Dan Finlay | 2017-04-28 | 9 | -16/+12 |
|\ \ | |||||
| * | | Fix linting warnings | Thomas Huang | 2017-04-27 | 9 | -16/+12 |
| | | | |||||
* | | | Linting. | Kevin Serrano | 2017-04-26 | 2 | -2/+2 |
| | | | |||||
* | | | Add missing changes. Create unique style for rinkeby icon. | Kevin Serrano | 2017-04-26 | 7 | -4/+20 |
| | | | |||||
* | | | change network name to rinkeby when selected | Nickyg | 2017-04-26 | 1 | -1/+10 |
| | | | |||||
* | | | add rinkeby network | Nickyg | 2017-04-26 | 4 | -1/+21 |
|/ / | |||||
* | | fix spelling | frankiebee | 2017-04-25 | 2 | -4/+4 |
| | | |||||
* | | Css fixes | frankiebee | 2017-04-24 | 2 | -7/+9 |
| | | |||||
* | | make buy button green | frankiebee | 2017-04-24 | 1 | -1/+1 |
| | | |||||
* | | Fix issue where stopPropagation didnt stop submitting the tx when clicking ↵ | frankiebee | 2017-04-24 | 1 | -1/+1 |
| | | | | | | | | buy button | ||||
* | | remove updateCoinBaseAmount action | Jared Pereira | 2017-04-24 | 3 | -25/+0 |
| | | |||||
* | | remove updateBuyAddress action | Jared Pereira | 2017-04-24 | 4 | -29/+1 |
| | | |||||
* | | remove case buyForm | Jared Pereira | 2017-04-23 | 1 | -3/+0 |
| | | |||||
* | | remove buyButtonDeligator function | Jared Pereira | 2017-04-23 | 1 | -12/+0 |
| | | |||||
* | | remove extra buyAddress in state | Jared Pereira | 2017-04-23 | 1 | -1/+0 |
| | | |||||
* | | Initial redo attempt of the buy view to look like vladt's desighn | frankiebee | 2017-04-19 | 6 | -195/+173 |
| | | |||||
* | | Create a custom radio list component | frankiebee | 2017-04-19 | 1 | -0/+61 |
|/ | |||||
* | Fix account detail transition fix. | Kevin Serrano | 2017-04-06 | 2 | -2/+2 |
| | |||||
* | clean - remove unused extension ref | kumavis | 2017-04-05 | 1 | -3/+2 |
| | |||||
* | add platforms to mascara + move buyEther window open to ui | kumavis | 2017-04-05 | 3 | -10/+13 |
| | |||||
* | Merge branch 'master' into mascara | frankiebee | 2017-04-03 | 7 | -63/+52 |
|\ | |||||
| * | ui - use global.platform for extension interaction | kumavis | 2017-04-01 | 4 | -22/+13 |
| | | |||||
| * | ui - move popup auto-close after tx conf to ui entrypoint | kumavis | 2017-04-01 | 1 | -5/+4 |
| | | |||||
| * | ui - startPopup returns store after boot | kumavis | 2017-04-01 | 2 | -10/+14 |
| | | |||||
| * | ui - reducer - app - code cleanup | kumavis | 2017-04-01 | 1 | -27/+20 |
| | | |||||
| * | etc - fix notification-manager ref, remove duplicated test file | kumavis | 2017-03-31 | 1 | -2/+4 |
| | | |||||
| * | introduce platform api and rename notifications to notification-manager | kumavis | 2017-03-31 | 1 | -1/+1 |
| | | |||||
| * | extension - prefer extensionizer module | kumavis | 2017-03-31 | 5 | -5/+5 |
| | | |||||
* | | Merge branch 'master' into mascara | frankiebee | 2017-04-03 | 2 | -4/+8 |
|\| | |||||
| * | Fix potential formatting issues for seed word display. | Kevin Serrano | 2017-03-29 | 2 | -4/+8 |
| | | |||||
* | | Merge branch 'master' into mascara | frankiebee | 2017-03-29 | 16 | -523/+536 |
|\| | |||||
| * | Merge pull request #1268 from MetaMask/kovan-faucet-instructions | Dan Finlay | 2017-03-29 | 1 | -2/+9 |
| |\ | | | | | | | Add Kovan faucet instructions | ||||
| | * | Merge branch 'master' into kovan-faucet-instructions | Dan Finlay | 2017-03-29 | 6 | -131/+47 |
| | |\ | |||||
| | * \ | Merge branch 'master' into kovan-faucet-instructions | Kevin Serrano | 2017-03-28 | 1 | -0/+3 |
| | |\ \ | |||||
| | * | | | Add link to kovan faucet instructions. | Kevin Serrano | 2017-03-28 | 1 | -2/+9 |
| | | | | | |||||
| * | | | | Merge pull request #1273 from MetaMask/i1267-seedfix | Dan Finlay | 2017-03-29 | 3 | -32/+5 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Assure that seed words are placed into state tree upon request. | ||||
| | * | | | Assure that seed words are placed into state tree upon request. | Kevin Serrano | 2017-03-28 | 3 | -32/+5 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #1272 from MetaMask/hideseedwordsfromlogstate | Dan Finlay | 2017-03-29 | 1 | -1/+5 |
| |\ \ \ | | | | | | | | | | | Hide seed words from UI State Dump | ||||
| | * | | | Remove seedWords from UI state dump. | Kevin Serrano | 2017-03-28 | 1 | -1/+5 |
| | |/ / | |||||
| * | | | Filter txs by txMeta network value in account detail | kumavis | 2017-03-29 | 2 | -3/+3 |
| | | | | |||||
| * | | | Detect tx network from txMeta | Dan Finlay | 2017-03-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Improve UI gas calculation logic | Dan Finlay | 2017-03-29 | 3 | -127/+39 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | - Now striping hex prefixed gas values, which may have been causing mis-estimation. - Unified calculation logic to be entirely functional. - Greatly simplified how the pending-tx form keeps updated form state. Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value. | ||||
| * / | Fix edge case where notice does not require scrollbar. | Kevin Serrano | 2017-03-28 | 1 | -0/+3 |
| |/ | |||||
| * | Merge branch 'ropsten-fix-2' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2017-03-28 | 1 | -1/+1 |
| |\ | | | | | | | | | | ropsten-fix | ||||
| | * | block explorer - ropsten | kumavis | 2017-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | etherscan differentiates between "attacked ropsten" vs "revived ropsten" https://ropsten.etherscan.io/ is the revived ropsten | ||||
| * | | block explorer - account link - ropsten | kumavis | 2017-03-28 | 1 | -1/+1 |
| |/ | | | | | | | etherscan differentiates between "attacked ropsten" vs "revived ropsten" https://ropsten.etherscan.io/ is the revived ropsten | ||||
| * | Merge branch 'master' into kovan-notice | Dan Finlay | 2017-03-25 | 8 | -452/+563 |
| |\ | |||||
| | * | Add personalMessages to function to calculate pending tx index. | Kevin Serrano | 2017-03-25 | 1 | -1/+2 |
| | | | |||||
| | * | Fix tx selecting bug | Dan Finlay | 2017-03-25 | 2 | -2/+3 |
| | | | |||||
| | * | Remove goHome action causing erratic UI behavior. | Kevin Serrano | 2017-03-25 | 1 | -1/+0 |
| | | | |||||
| | * | Remove unnecessary log | Dan Finlay | 2017-03-25 | 1 | -2/+0 |
| | | | |||||
| | * | Disable accept button when gas limit is too low | Dan Finlay | 2017-03-25 | 1 | -8/+5 |
| | | | |||||
| | * | Make gas calculations on render more consistent | Dan Finlay | 2017-03-24 | 1 | -10/+16 |
| | | |