* feat: add dev mode flag
* docs: add REACT_APP_DEV_MODE fixme comment
* feat: also ignore chequebook status in dev mode
* fix: print undefined overlay as empty string (#248)
* docs: add dev mode to readme
* docs: revert autoformat
Co-authored-by: Attila Gazso <agazso@gmail.com>
* feat: add value thresholds and explanations to topology stats
* feat: extract title and row, refactor threshold, add tooltip, add overall health
* refactor: clean up code
* refactor: reword Node to Bee node
* feat: add retry to accounting
* fix: fix off by one bug in retry logic
* docs: add jsdocs to new utility functions
* style: rename DepositModal to CheckoutModal