J
J
As far as I can tell these are the two roadblocks to getting this working with Tauri 2.0: - There are dependency conflicts with GTK related crates - `HasRawWindowHandle` is...
The window-state plugin (v2 off of crates.io) fails to save/restore window size (at least on MacOS, I haven't tested on any other operating systems). [MRE Repo](https://github.com/jaydevelopsstuff/tauri-window-state-bug-mre) (Just run the app,...
### Describe The Problem To Be Solved Currently, it seems there is no method for syncing changes with the `tauriStorage` storage backend. ### Suggest A Solution The JS API for...
This PR just adds `useScroll` as a utility function to get reactive updates from motionone's [scroll](https://motion.dev/docs/scroll) listener. I tested it in browser and reactivity is working. I haven't really contributed...