mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-18 01:54:29 -05:00
feat(gui): Move refund/redeem policy into settings (#587)
* feat(gui): Move refund/redeem policy into settings * automatically call buyXmr() when going on swap page * add skeleton while buyXmr is loading * remove unused TauriSwapProgressEvent::RequestingQuote * improve init page with skeletons * add icon to "Click to view offers" button * add changelog entry * add allowEmpty to BitcoinAddressText and MoneroAddressTextfield * make onAddressValidityChange optional * remove evan.md * minor fixes
This commit is contained in:
parent
a30ab4f460
commit
3912fd9584
15 changed files with 336 additions and 198 deletions
|
|
@ -28,12 +28,12 @@ export default function SettingsPage() {
|
|||
paddingBottom: 2,
|
||||
}}
|
||||
>
|
||||
<DonateInfoBox />
|
||||
<SettingsBox />
|
||||
<DiscoveryBox />
|
||||
<DaemonControlBox />
|
||||
<MoneroPoolHealthBox />
|
||||
<ExportDataBox />
|
||||
<DaemonControlBox />
|
||||
<DonateInfoBox />
|
||||
<DiscoveryBox />
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue