It would be nice to update the application to use Svelte stores and in some situations the Tauri state management system, this way we guarantee there is only one source of truth for the state. This will also make the fix for #32 much easier and cleaner to write as we won't need another hardcoded (upon bootstrap) global variable.
It would be nice to update the application to use Svelte stores and in some situations the Tauri state management system, this way we guarantee there is only one source of truth for the state. This will also make the fix for #32 much easier and cleaner to write as we won't need another hardcoded (upon bootstrap) global variable.