* wip: parse orderbook
* dev: add 'orderbook' feature flag
* dev: remove orderbook request from App.jsx
* wip: add OrderbookOverlay
* fix: render order fee as balance only on abs offer
* fix: don not use orderId as key - it is not unique
* dev: show order type as badge
* fix: add reason to error message
* feat: sortable orderbook table
* feat: ability to filter orderbook by search value
* review: wrap orderbook overlay body in container
* chore: harmonize offcanvas-fullscreen style
* chore: harmonize body styles for fullscreen overlays
* chore: harmonize header styles for fullscreen overlays
* chore: harmonize overlay close buttons and headers in orderbook and earn report
* chore: background-color of orderbook container
* fix: make containers containing tables fluid on xs and sm screens
* chore: harmonize earn report overlay
* fix: same overlay container for all fullscreen offcanvas components
* dev: add title bar to orderbook overlay
* feat: add refresh functionality to orderbook
* fix: hide search criteria phrase if search value is empty
* Apply suggestions from code review
Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
* Update src/components/Orderbook.module.css
Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
* chore: optimize orderbook filter function
* review: disable search input on data reload
* review: improve filtered orderbook summary
* fix: update wording
Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>