Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add first-time state | Dan Finlay | 2016-10-28 | 2 | -1/+40 |
| | |||||
* | Phase out extra warning screen. | Kevin Serrano | 2016-10-26 | 9 | -48/+6 |
| | |||||
* | Add more accounts to account list ui state | Dan Finlay | 2016-10-12 | 2 | -33/+67 |
| | |||||
* | Emphasize auto-updating in announcement | Dan Finlay | 2016-10-06 | 1 | -1/+1 |
| | | | | Helps avoid issues like #703 by emphasizing uninstalling is not required. | ||||
* | Made announcer use correct text bolding | Dan Finlay | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Rebuild dev states | Dan Finlay | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Add announcer script | Dan Finlay | 2016-10-05 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | I always keep writing up this same announcement message whenever I publish a new version. I've now written a script to automate my announcement formatting, it looks like this: ``` **MetaMask 2.13.2** now published to the Chrome Store! It should be available over the next hour! 2016-10-4 - Fix bug where chosen FIAT exchange rate does no persist when switching networks - Fix additional parameters that made MetaMask sometimes receive errors from Parity. - Fix bug where invalid transactions would still open the MetaMask popup. ``` | ||||
* | Add accounts back to metamask state | Dan Finlay | 2016-09-13 | 3 | -9/+9 |
| | |||||
* | Fix new logo related errors | Dan Finlay | 2016-09-09 | 1 | -1/+1 |
| | | | | | | | | | Fixed logo deallocation related bugs, had to patch the logo repo itself to add a stopAnimating method. Also tuned up the logo to more closely resemble the old behavior. - Overlaps the title text - Points nose at cursor, not just front of eyes - Cursor is more "distant" from fox, to avoid extreme angles on edges. | ||||
* | Update locked state | Dan Finlay | 2016-09-09 | 2 | -63/+23 |
| | |||||
* | Make custom network dev state not loading | Dan Finlay | 2016-08-30 | 2 | -2/+2 |
| | |||||
* | Add shapeshift development state | Dan Finlay | 2016-08-26 | 2 | -1/+349 |
| | |||||
* | Add send form development state | Dan Finlay | 2016-08-26 | 2 | -1/+77 |
| | |||||
* | Add restore vault development state | Dan Finlay | 2016-08-26 | 2 | -1/+40 |
| | |||||
* | Add pending sign msg development state | Dan Finlay | 2016-08-25 | 2 | -1/+407 |
| | |||||
* | Create a dev state with shapeshift tx | Frankie | 2016-08-19 | 2 | -1/+164 |
| | |||||
* | Divided eth components for tx and account detail. | Kevin Serrano | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Merge master. | Kevin Serrano | 2016-08-16 | 3 | -1/+190 |
|\ | |||||
| * | Added buggy state file to states folder | Dan Finlay | 2016-08-12 | 2 | -1/+1 |
| | | |||||
| * | Add network indicator class to loading image | Dan Finlay | 2016-08-12 | 1 | -0/+189 |
| | | |||||
* | | Add fix for zero balance shorten. | Kevin Serrano | 2016-08-08 | 2 | -2/+2 |
| | | |||||
* | | Get fiat numbers rendering on tooltip. Need to find way to create line breaks. | Kevin Serrano | 2016-08-06 | 4 | -5/+11 |
| | | |||||
* | | Holding off on select formatting for now. Renamed keys for options. | Kevin Serrano | 2016-08-05 | 2 | -2/+2 |
| | | |||||
* | | Create default values for metamask state for conversion. Fix config files ↵ | Kevin Serrano | 2016-08-05 | 2 | -3/+6 |
|/ | | | | for ui dev. | ||||
* | Add mock dev mode | Dan Finlay | 2016-07-22 | 4 | -7/+60 |
| | |||||
* | Merge branch 'master' into FixSvgIcons | Dan Finlay | 2016-07-12 | 1 | -0/+14 |
|\ | |||||
| * | Integrate changes back into eth-balance | Kevin Serrano | 2016-07-12 | 1 | -0/+14 |
| | | |||||
* | | Rebuild states object | Dan Finlay | 2016-07-12 | 1 | -1/+1 |
| | | |||||
* | | Add coin sending tx state | Dan Finlay | 2016-07-12 | 1 | -0/+1 |
|/ | |||||
* | Implement alternate shortening scheme. | Kevin Serrano | 2016-07-09 | 1 | -1/+1 |
| | |||||
* | Resolve merge conflict. | Kevin Serrano | 2016-07-08 | 6 | -2/+89 |
|\ | |||||
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-07-08 | 2 | -1/+113 |
| |\ | | | | | | | | | | ConfirmationStyle | ||||
| * | | Simplify ui dev mode style | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed up pending-tx-details | Dan Finlay | 2016-07-07 | 2 | -1/+2 |
| | | | |||||
| * | | Fleshed out pending tx view | Dan Finlay | 2016-07-07 | 2 | -1/+1 |
| | | | |||||
| * | | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 4 | -1/+87 |
| | | | |||||
* | | | Add new component for tx-history to avoid messing with other styles. Add ↵ | Kevin Serrano | 2016-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | fixed width specifically to this style. | ||||
* | | | Modified test views again. Added fixed length to center tx information. | Kevin Serrano | 2016-07-08 | 2 | -3/+3 |
| | | | |||||
* | | | Modify development states to account for long domains. | Kevin Serrano | 2016-07-08 | 2 | -3/+3 |
| |/ |/| | |||||
* | | Add new test state with tx history. Fix alignment issue with transaction ↵ | Kevin Serrano | 2016-07-08 | 2 | -1/+113 |
|/ | | | | history text. | ||||
* | Improved Ui Dev Mode | Dan Finlay | 2016-07-02 | 4 | -70/+38 |
| | | | | | | Dev mode now reloads on file changes (although it seems to sometimes reload too soon, not getting the update... we can tune the timeout interval in development/index.html) Dev mode now reloads on all non-`node_modules` file changes, so the `ui` and `app` folders are both being watched for live reloading. | ||||
* | Formatted dev mode better | Dan Finlay | 2016-07-01 | 3 | -0/+17 |
| | |||||
* | Clean up beefy usage | Dan Finlay | 2016-07-01 | 1 | -12/+2 |
| | | | | Now properly uses brfs transform so it can reload on state object changes. | ||||
* | Add query param restoring to mocker | Dan Finlay | 2016-07-01 | 1 | -2/+2 |
| | |||||
* | Remove debugs from development | Dan Finlay | 2016-07-01 | 1 | -23/+0 |
| | |||||
* | Cleaned up some formatting for ui mocker | Dan Finlay | 2016-07-01 | 4 | -7/+14 |
| | |||||
* | Add selector component to ui mocker | Dan Finlay | 2016-07-01 | 2 | -20/+42 |
| | |||||
* | First simple version of ui mocker | Dan Finlay | 2016-07-01 | 18 | -0/+757 |