-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tauri [Version 2.0] #104
base: main
Are you sure you want to change the base?
Tauri [Version 2.0] #104
Conversation
@terreng Do you think we should use a http/https request handler or work with the raw sockets? I'd prefer the raw sockets, just because it gives us more control, but with https that would be a pain to figure out if we did it that way. What do you think? |
I don't see an advantage to making things harder for ourselves. |
@ethanaobrien By the way, here are our latest download numbers: |
@ethanaobrien Here are some updated numbers. |
Sure, I'll add this to my to-do list. It might be about time that I re-evaluate Tauri now that 2.0 is out. This branch is probably also super stale at this point. |
@ethanaobrien Alright I updated it to Tauri 2.0. It should work if you run Keep in mind that many things in the UI don't work yet because the corresponding backend code isn't there. To name a few, the language is hardcoded, you can't change the theme, plugins aren't implemented, etc. The big missing thing for your purposes is the |
By the way, here are the latest numbers, for your resume and what have you: Direct download count includes versions 1.2.9 - 1.2.12. Anyone upgrading between those versions is double counted, but that number is probably small because the "update available" banner only shows for people before on versions before 1.2.9 since nothing major has changed after that. Direct download does not count people on older versions who are ignoring the update. |
Awesome! I'll get to this when I get the chance (may be a bit with life) |
Closes #52
Run command:
npm run tauri dev
Need Tauri to implement SSB for MAS: tauri-apps/tauri#3716
Need Tauri to implement dock management features (hide dock icon, open new window when launched a second time): tauri-apps/tauri#2258 (comment)
https://github.com/tauri-apps/tauri/issues/2358
https://github.com/tauri-apps/tao/issues/105
Safari CSS issues:
https://tauri.app/v1/guides/features/command/#accessing-managed-state
https://docs.rs/serde_json/latest/serde_json/index.html
https://crates.io/crates/dirs
https://tauri.app/v1/guides/features/events/
https://tauri.app/v1/api/js/dialog/#open
https://tauri.app/v1/api/js/path/