* feat: update design of the accounting page, fixed the worsed graphical offenders
* chore: button alignment
* chore: removed unused dependency
* chore: buttons are underneath the action
* feat: refactored the peers table to be in line with the new design
* feat: add total uncashed amount and sorting for the peers
* feat: action buttons are now properly aligned
* chore: typo in comment
* feat: changing API urls does not need the app refresh
* fix: propagate beeDebugApi and beeApi change to the refresh interval
* fix: any failed request on the Bee provider does not stop the execution of other requests
* fix: error handling for incorrect bee and bee debug urls
* fix: change debug API in the settings tab
* refactor: added toBZZbaseUnit function
* feat: added utility for attesting value is BZZ convertible to base units
* fix: conversion from 15 to 16 decimal places, added unsafe versions
* refactor: withdraw modal uses the safe conversion from BZZ
* refactor: added BigNumber and Token class to handle BZZ digits correctly
* refactor: extract deposit and withdraw functionality into single modal
* test: added tests for Token
* chore: removed unused component
* chore: addressed PR review, token decimal is now integer 0-18
* chore: added comment to clarify the value restriction on token amount