UnstoppableSwap / core

Bitcoin–Monero Cross-chain Atomic Swap (+ GUI)
GNU General Public License v3.0
15 stars 5 forks source link

Use Tauri events for SwapStateStepper #70

Open binarybaron opened 1 week ago

binarybaron commented 1 week ago

Currently the SwapStateStepper is using the name of the state machine state name (from the database) to decide what to display. We should instead use the information we receive via the Tauri events. They are always up-to-date and we want to rely less and less on the raw state machine data.

Screenshot 2024-09-09 at 19 56 30