xmr-btc-swap/src-gui/src
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
..
models ci: auto generate typescript bindings (#56) 2024-08-31 11:41:33 +02:00
renderer feat(tauri): Initialize Context in background (#59) 2024-09-03 12:28:30 +02:00
store feat(tauri): Initialize Context in background (#59) 2024-09-03 12:28:30 +02:00
utils feat(gui): Migrate to Tauri events 2024-08-26 15:32:28 +02:00
vite-env.d.ts wip: WithdrawDialog migrated to Tauri IPC 2024-08-09 19:46:58 +02:00