xmr-btc-swap/src-gui/src/renderer/components
binarybaron 6cd228fada
feat(swap): Use art_client to dial over Tor (#196)
- Upgrade `sqlx` to `0.8`
- Use `arti_client@0.24` in combination with [`libp2p-community-tor`](https://crates.io/crates/libp2p-community-tor/0.4.1). https://github.com/umgefahren/libp2p-tor/pull/18 was required for this.
- Display spinner in GUI while Tor circuits are being established
- Remove unused dependencies (`once_cell`, `tauri-plugin-devtools`, `digest`, `hyper`, `itertools`, `erased_serde`)
- Bundle roboto font from npm registry
2024-11-21 01:00:36 +01:00
..
alert feat(swap): Use art_client to dial over Tor (#196) 2024-11-21 01:00:36 +01:00
icons feat(gui): open links in default browser (#50) 2024-09-04 17:11:06 +02:00
inputs feat(gui): Allow to select from recently used monero addresses (#139) 2024-11-09 12:11:00 +01:00
modal refactor(gui): Seperate background refresh logic (#193) 2024-11-19 15:03:55 +01:00
navigation feat(gui): Refund swap in the background (#154) 2024-11-14 14:20:22 +01:00
other feat(swap): Use art_client to dial over Tor (#196) 2024-11-21 01:00:36 +01:00
pages fix(gui): Update Discord invite link (#190) 2024-11-19 14:58:03 +01:00
snackbar refactor(gui): Reorganize imports 2024-08-26 15:02:26 +02:00
App.tsx feat(swap): Use art_client to dial over Tor (#196) 2024-11-21 01:00:36 +01:00
PromiseInvokeButton.tsx feat(gui): Add button to display monero redeem recovery keys (#64) 2024-09-06 14:23:36 +02:00
theme.tsx feat(GUI): Add settings for theme, fiat currency and remote nodes (#128) 2024-11-13 22:51:47 +01:00