xmr-btc-swap/src-tauri
binarybaron e4141c763b
feat(tauri): Initialize Context in background (#59)
This PR does the following:
- The Context (including Bitcoin wallet, Monero wallet, ...) is initialized in the background. This allows the window to be displayed instantly upon startup.
- Host sends events to Guest about progress of Context initialization. Those events are used to display an alert in the navigation bar.
- If a Tauri command is invoked which requires the Context to be available, an error will be returned
- As soon as the Context becomes available the `Guest` requests the history and Bitcoin balance
- Re-enables Material UI animations
2024-09-03 12:28:30 +02:00
..
capabilities feat(gui): Clickable addresses to copy to clipboard (#38) 2024-08-29 14:28:23 +02:00
icons feat: Add custom Icon 2024-08-09 20:14:06 +02:00
src feat(tauri): Initialize Context in background (#59) 2024-09-03 12:28:30 +02:00
.gitignore feat: cargo project at root 2024-08-08 00:49:04 +02:00
build.rs feat: cargo project at root 2024-08-08 00:49:04 +02:00
Cargo.lock feat: cargo project at root 2024-08-08 00:49:04 +02:00
Cargo.toml feat(gui): Clickable addresses to copy to clipboard (#38) 2024-08-29 14:28:23 +02:00
tauri.conf.json refactor(tauri): Use macro and new Request trait for command generation 2024-08-26 15:26:21 +02:00