aboutsummaryrefslogtreecommitdiffstats
path: root/development/notices/.gitkeep
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated development tools and documentation (#6845)Mark Stacey2019-07-161-0/+0
| | | | | | | | These files were referencing npm scripts that no longer existed. Notices appear to no longer exist, and the `ui-dev.js` module is no longer actively used. The `mock-dev.js` module is still used for certain integration tests, so I've just removed the reference to the non-existent script.
* Fix UI Dev Mode for Tx ApprovalDan Finlay2017-02-211-0/+0
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.