xmr-btc-swap/src-gui/src/renderer/components/modal
binarybaron 2bffe40a37
Merge changes from legacy GUI, allow daemon logs to be attached to feedback (#115)
This PR applies all remaining changes from https://github.com/UnstoppableSwap/unstoppableswap-gui/pull/210


- Added checkbox option to attach daemon logs when submitting feedback
- Added "Outdated" chip with warning icon for providers running outdated asb versions
- Updated `BitcoinPunishedPage` to display different messages for BtcPunished and CooperativeRedeemRejected states (including reason for failed cooperative redeem)
- Added "Attempt recovery" button for swaps in BtcPunished state
- Modified `getBitcoinTxExplorerUrl` to use mempool.space instead of blockchair.com
- Added `useResumeableSwapsCountExcludingPunished` hook to count resumable swaps excluding punished ones, use it for the badge and alert
- Updated `sortProviderList` function to filter out incompatible providers before sorting
- Added `TauriSwapProgressEventExt` type to extract specific event types from TauriSwapProgressEvent
2024-10-13 18:04:47 +02:00
..
feedback Merge changes from legacy GUI, allow daemon logs to be attached to feedback (#115) 2024-10-13 18:04:47 +02:00
listSellers feat(gui, tauri): Save settings in Tauri storage (#102) 2024-10-08 12:57:01 +02:00
provider Merge changes from legacy GUI, allow daemon logs to be attached to feedback (#115) 2024-10-13 18:04:47 +02:00
swap Merge changes from legacy GUI, allow daemon logs to be attached to feedback (#115) 2024-10-13 18:04:47 +02:00
wallet refactor(gui): Make WithdrawDialog logic explicit 2024-09-09 21:47:52 +02:00
DialogHeader.tsx feat(gui): Dedicated react component for truncating swap ids, peer ids, ... 2024-09-09 21:46:48 +02:00
PaperTextBox.tsx wip: WithdrawDialog migrated to Tauri IPC 2024-08-09 19:46:58 +02:00
SwapSuspendAlert.tsx feat(gui): Add button to display monero redeem recovery keys (#64) 2024-09-06 14:23:36 +02:00