Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix UI Dev Mode for Tx Approval | Dan Finlay | 2017-02-21 | 1 | -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 levels | Dan Finlay | 2017-02-21 | 1 | -0/+1 |
| | |||||
* | Add debug logging to ui routing logic. | Dan Finlay | 2017-02-21 | 1 | -0/+4 |
| | |||||
* | Fix integration test suite | Dan Finlay | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Fix background connection references | Dan Finlay | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Intermediary commit. | Kevin Serrano | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Add mock dev mode | Dan Finlay | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Simplify ui dev mode style | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -0/+17 |
| | |||||
* | Improved Ui Dev Mode | Dan Finlay | 2016-07-02 | 1 | -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. |