aboutsummaryrefslogtreecommitdiffstats
path: root/development
Commit message (Collapse)AuthorAgeFilesLines
* Add first-time stateDan Finlay2016-10-282-1/+40
|
* Phase out extra warning screen.Kevin Serrano2016-10-269-48/+6
|
* Add more accounts to account list ui stateDan Finlay2016-10-122-33/+67
|
* Emphasize auto-updating in announcementDan Finlay2016-10-061-1/+1
| | | | Helps avoid issues like #703 by emphasizing uninstalling is not required.
* Made announcer use correct text boldingDan Finlay2016-10-061-1/+1
|
* Rebuild dev statesDan Finlay2016-10-061-1/+1
|
* Add announcer scriptDan Finlay2016-10-051-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 stateDan Finlay2016-09-133-9/+9
|
* Fix new logo related errorsDan Finlay2016-09-091-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 stateDan Finlay2016-09-092-63/+23
|
* Make custom network dev state not loadingDan Finlay2016-08-302-2/+2
|
* Add shapeshift development stateDan Finlay2016-08-262-1/+349
|
* Add send form development stateDan Finlay2016-08-262-1/+77
|
* Add restore vault development stateDan Finlay2016-08-262-1/+40
|
* Add pending sign msg development stateDan Finlay2016-08-252-1/+407
|
* Create a dev state with shapeshift txFrankie2016-08-192-1/+164
|
* Divided eth components for tx and account detail.Kevin Serrano2016-08-171-1/+1
|
* Merge master.Kevin Serrano2016-08-163-1/+190
|\
| * Added buggy state file to states folderDan Finlay2016-08-122-1/+1
| |
| * Add network indicator class to loading imageDan Finlay2016-08-121-0/+189
| |
* | Add fix for zero balance shorten.Kevin Serrano2016-08-082-2/+2
| |
* | Get fiat numbers rendering on tooltip. Need to find way to create line breaks.Kevin Serrano2016-08-064-5/+11
| |
* | Holding off on select formatting for now. Renamed keys for options.Kevin Serrano2016-08-052-2/+2
| |
* | Create default values for metamask state for conversion. Fix config files ↵Kevin Serrano2016-08-052-3/+6
|/ | | | for ui dev.
* Add mock dev modeDan Finlay2016-07-224-7/+60
|
* Merge branch 'master' into FixSvgIconsDan Finlay2016-07-121-0/+14
|\
| * Integrate changes back into eth-balanceKevin Serrano2016-07-121-0/+14
| |
* | Rebuild states objectDan Finlay2016-07-121-1/+1
| |
* | Add coin sending tx stateDan Finlay2016-07-121-0/+1
|/
* Implement alternate shortening scheme.Kevin Serrano2016-07-091-1/+1
|
* Resolve merge conflict.Kevin Serrano2016-07-086-2/+89
|\
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-082-1/+113
| |\ | | | | | | | | | ConfirmationStyle
| * | Simplify ui dev mode styleDan Finlay2016-07-071-1/+1
| | |
| * | Fixed up pending-tx-detailsDan Finlay2016-07-072-1/+2
| | |
| * | Fleshed out pending tx viewDan Finlay2016-07-072-1/+1
| | |
| * | Began reworking tx conf viewDan Finlay2016-07-074-1/+87
| | |
* | | Add new component for tx-history to avoid messing with other styles. Add ↵Kevin Serrano2016-07-081-1/+1
| | | | | | | | | | | | fixed width specifically to this style.
* | | Modified test views again. Added fixed length to center tx information.Kevin Serrano2016-07-082-3/+3
| | |
* | | Modify development states to account for long domains.Kevin Serrano2016-07-082-3/+3
| |/ |/|
* | Add new test state with tx history. Fix alignment issue with transaction ↵Kevin Serrano2016-07-082-1/+113
|/ | | | history text.
* Improved Ui Dev ModeDan Finlay2016-07-024-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 betterDan Finlay2016-07-013-0/+17
|
* Clean up beefy usageDan Finlay2016-07-011-12/+2
| | | | Now properly uses brfs transform so it can reload on state object changes.
* Add query param restoring to mockerDan Finlay2016-07-011-2/+2
|
* Remove debugs from developmentDan Finlay2016-07-011-23/+0
|
* Cleaned up some formatting for ui mockerDan Finlay2016-07-014-7/+14
|
* Add selector component to ui mockerDan Finlay2016-07-012-20/+42
|
* First simple version of ui mockerDan Finlay2016-07-0118-0/+757