4 Commits (main)
 

Author SHA1 Message Date
Ashelyn Dawn 785fa945d8
Save and load config file 6 months ago
Ashelyn Dawn dd7b03297a
ensure tauri event listener is always unsubscribed
previously if a component mounted and then immediately unmounted we may not have received the callback function from tauri

this makes it so the promise we receive from tauri is awaited as part of cleanup instead, guaranteeing the unlisten callback is always called (deferring that call until it's available if necessary)
6 months ago
Ashelyn Dawn 092fe2a12f
quick proof-of-concept of updating state and subscribing to events from react 6 months ago
Ashelyn Dawn e826df051c
standard tauri template 6 months ago