aboutsummaryrefslogtreecommitdiffstats
path: root/development
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-082-1/+113
|\ | | | | | | ConfirmationStyle
| * Add new test state with tx history. Fix alignment issue with transaction ↵Kevin Serrano2016-07-082-1/+113
| | | | | | | | history text.
* | 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
|/
* 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