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:
Mohan 2025-10-03 09:57:16 +02:00 committed by GitHub
parent a30ab4f460
commit 3912fd9584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 336 additions and 198 deletions

View file

@ -28,12 +28,12 @@ export default function SettingsPage() {
paddingBottom: 2,
}}
>
<DonateInfoBox />
<SettingsBox />
<DiscoveryBox />
<DaemonControlBox />
<MoneroPoolHealthBox />
<ExportDataBox />
<DaemonControlBox />
<DonateInfoBox />
<DiscoveryBox />
</Box>
);
}