* feat: altered the design of the tabs and redid the download tab
* feat: redesign the upload file
* fix: styles of tabs on hover
* fix: display troubleshoot component when the status of the node is not OK
* fix: when removing the file, remove the reference upload reference as well
* fix: on inputs the label should not be selectable
* feat: add placeholder to inputs and make the label non-selectable
* refactor: improved the readability of the upload file component
* chore: removed PeerDetail component
* fix: replaced "batch" with (postage) "stamp" for clarity
* refactor: address PR review comments
* feat: disable the download button if there is no value
* 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
* style: add eslint configuration as per bee-js
* chore: add `plugin:react/reocommended` in `.eslintrc`
Co-authored-by: nugaon <50576770+nugaon@users.noreply.github.com>
* chore: add `consistent` to `array-bracket-newline` as per review
* style: after automatic fixes with `npm run lint`
* style: fixed all linter errors
* refactor: fixed all linter warnings
* chore: added missing new line at end of `.prettierrc` file
Co-authored-by: nugaon <50576770+nugaon@users.noreply.github.com>
* fix: content offset
When the appbar was changed to a `div` the content became offset, this fixes that.
* style: make display of cheques table more readable
* style: restyle sidebar
* fix: content overflow
* chore: split theme into separate file
* feat: show ethereum transaction link for cashout
* feat: make cashout link to etherscan transaction
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>