agmmnn / tauri-controls

🚥 Native-looking window controls for Tauri 2. React, Solid, Vue, Svelte+Tailwind.
https://npmjs.com/package/tauri-controls
MIT License
581 stars 21 forks source link

Added support for `next` tauri #17

Closed annie444 closed 8 months ago

annie444 commented 8 months ago

Window api now in @tauri-apps/api

agmmnn commented 8 months ago

Thank you. 🙏 This update on my mind but I don't have much time lately.

I'll check the PR. The only thing that caught my eye was the vite.mjs files are included.

agmmnn commented 8 months ago

Window api now in @tauri-apps/api

Reference: https://github.com/tauri-apps/tauri/releases/tag/tauri-v2.0.0-alpha.16

annie444 commented 8 months ago

It appears that the gitignore needs to be updated. Let me clear the cache and push an updated version. The next push should be clean of generated files.

annie444 commented 8 months ago

Done!

annie444 commented 8 months ago

Wait I haven't cleared out the cache...

annie444 commented 8 months ago

So the issue with the vite mjs files was with my home server. There was just an issue with conflicting timestamps when syncing with the server causing a backup file being made. I removed it and everything should be good to merge now!