aboutsummaryrefslogtreecommitdiffstats
path: root/ui-dev.js
Commit message (Collapse)AuthorAgeFilesLines
* development - fix ui devkumavis2017-09-301-22/+29
|
* tests - integration - get flat and mascara tests closer to compatiblekumavis2017-09-141-2/+2
|
* Fix UI Dev Mode for Tx ApprovalDan Finlay2017-02-211-1/+1
| | | | | | | | | | The state object had been changed, but our mock states for tx approval were using the old keys. Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project. We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things. Debugged by adding new debugging loggers, and I've left them in place for easier future debugging.
* Set default log levelsDan Finlay2017-02-211-0/+1
|
* Add debug logging to ui routing logic.Dan Finlay2017-02-211-0/+4
|
* Fix integration test suiteDan Finlay2016-11-081-1/+1
|
* Fix background connection referencesDan Finlay2016-10-211-1/+1
|
* Intermediary commit.Kevin Serrano2016-10-201-1/+1
|
* Add mock dev modeDan Finlay2016-07-221-1/+1
|
* Simplify ui dev mode styleDan Finlay2016-07-071-1/+1
|
* Began reworking tx conf viewDan Finlay2016-07-071-0/+17
|
* Improved Ui Dev ModeDan Finlay2016-07-021-0/+68
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.