* deps: remove unused lib moving-letters
* deps: update react-bootstrap from v2.4.0 to v2.5.0-beta.1
* deps: update react-router-bootstrap from v0.26.1 to v0.26.2
* deps: update bootstrap from v5.1.3 to v5.2.0
* dev: update node from v16.11.0 to v16.16.0 in GitHub build action
* dev: harmonize options button styles on Receive and Earn page
* feat(jars): display jar selector on receive screen
* ui: show placeholder while balance is loading
* refactor: rename 'account' to 'selectedJarIndex'
* Update src/components/Receive.jsx
Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
* Update src/components/Receive.module.css
Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
* Update src/components/Receive.module.css
Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
* build: format code
* review: show jar selector in normal mode
Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
* ui: show config options on Earn screen only in advanced mode
* refactor: externalize AdvancedModeToggleButton component to own file
* refactor: ToggleSwitch from jsx to tsx
* refactor: pass api result down the promise chain on Earn page
* ui: center offertype toggle switch on Earn page
* ui: ability to add an 'off' label and subtitle to ToggleSwitch
* ui: add label to off state of offertype toggle switch on Earn page
* ui: add individual 'simple/advanced view' toggle to Earn screen
* ui: add prefix to inputs on Earn page
* fix: do not populate fee rel with zero when no input is given
* refactor: move styles for Earn page from global to module file
* Revert "ui: ability to add an 'off' label and subtitle to ToggleSwitch"
This reverts commit 04edc2914e.
* Revert "ui: add label to off state of offertype toggle switch on Earn page"
This reverts commit 3142131e47.
* Revert "ui: add individual 'simple/advanced view' toggle to Earn screen"
This reverts commit 0f850f3e28.
* Revert "refactor: externalize AdvancedModeToggleButton component to own file"
This reverts commit 6bf5445265.
* dev: move styles for Receive screen to module
* review: replace toggle with 'advanced' form dropdown in Earn screen
* review: add RadioTabs component
* review: use RadioTabs for offertype on Earn screen
* fix: title in RadioTab
* feedback: style updates
* feedback: rename control element
Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>