* feat: payment confirm modal
* dev: show success text in confirm modal if privacy is enabled
* dev: improved sweep text in confirm modal
* dev: display source jar in confirm modal
* review: improve sweep info in confirm modal
* 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>
* feat: add tabbed control to jar overlay
* feat: add utxo table
* refactor: clean up overlay container
* refactor: clean up table
* feat: add alert
* refactr: re-add utxo modal
* refactor: add back old account details view
* refactor: delete old files
* fix: tests
* feat: add confirmations and refresh button
* fix: class name
* fix: paddings
* fix: acccordion shadow
* fix: bs colors
* fix: remove utxo conversion where not needed
* feat: i18n
* fix: button active color
* Update src/components/jar_details/JarDetailsOverlay.tsx
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
* fix: use lockgime from property instead of status
* fix: disable freezing and unfreezing when service is running
* fix: do not allow locked utxos to be unfrozen
* fix: make sure tab and content are in sync
* feat: add sorting by confirmations
* feat: add reset position to sort toggle
* fix: switch cancel button placement
* fix: right-align value column
* Update src/components/jar_details/UtxoList.tsx
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
* feat(sprites): add file sprite
* feat(settings): add link to jamdocs.org
* feat: add link to jamdocs.org in onboarding
* Revert "feat(sprites): add file sprite"
This reverts commit 09ddf2e9e7.
* feat(settings): add link to Jam twitter
* feat(settings): add link to Matrix
* fix(settings): repo rename
* feat: add matrix logo to sprite.svg
* fix(components): repo rename
* 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
* regtest: delete wallet lockfiles before startup
* regtest: expose external tor directory to primary regtest container
* dev: adhere to new standalone image changes