* feat: initial rewrite without status indicators
* feat: status icon as a component and add to the node setup
* feat: added input list item component
* feat: improved the topology status info
* fix: disabled state of the buttons
* chore: removed unused components
* chore: remove debug console log
* fix: deposit modal helper text
* 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: info page redesign
* style: headers and nesting for expandable lists
* style: body typography
* chore: bee version check
* feat: key list item component
* style: hover state for the key displaying component
* style: left border on expanded items
* fix: word break and splitting for hexstrings divisible by 6
* chore: moved the styles to classes
* style: tooltips now have arrow
* feat: indicate value has been copied
* feat: removed the connectivity table in favor of info page
* feat: added health tooltips for connectivity
* refactor: simplified the topology into single component
* fix: spacing between the bee version and the update button/chip
* fix: spacing on devices not supporting rowGap
* feat: troubleshooting component and general layout improvements
* style: background color, links and button
* chore: disable ripples and rounded corners on buttons
* fix: spacing on the troubleshooting card
* style: sidebar styling
* style: hover and selected colors
* chore: split the sidebar items into separate component
* style: pretty much finished except for status button
* feat: sidebar status button as a separate component
* chore: spacing definition
* style: size of the status text
* fix: hiden navigation on small height screens
* 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
* 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
* feat: added tolerance to version check and warning if not exact to what we expect
* chore: update to bee-js 0.10.0
* chore: updated interfaces that changed in bee-js 0.10.0
* chore: upgrade to bee-js 0.8.1
* refactor: removed toString on number types, Token now accepts numbers
* test: removed fromBZZbaseUnit test, makeBigNumber accepts number now
* chore: fix logic error when displaying Cashout button
* refactor: simplified accounting, removed cashing out
* feat: load uncashed amounts for all pears that have settlement
* feat: added cashout button
* refactor: changed accounting to work with current version of bee
* chore: addressed PR review comments
* chore: simplified the uncashed expression in balance table
* 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
* refactor: status page nested ternary logic
* refactor: move the fetch latest bee release to a hook
* refactor: solved node status rerendering, improved performance and clarity
* refactor: step components now use unified hooks interface
* style: removed component margins, layout should be handled by pages