Skip to content
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

Switch desktop appliction to Tauri instead of electron #28

Open
6 of 9 tasks
mr-zwets opened this issue Oct 8, 2024 · 0 comments
Open
6 of 9 tasks

Switch desktop appliction to Tauri instead of electron #28

mr-zwets opened this issue Oct 8, 2024 · 0 comments

Comments

@mr-zwets
Copy link
Member

mr-zwets commented Oct 8, 2024

Checklist

  • run the default app
  • run the cashonize-vue codebase
  • try the desktop build (windows)
  • look into quasar/tauri crossover
  • figure out the icons
  • set mode to 'tauri'
  • try the linux build
  • make sure black flash on startup is solved
  • make sure transition goes well regarding to install location and wallet state (no duplicate installs/new wallet data)

Extra

  • try the android build

Tradeoffs

  • easy .exe, nsis and msi targets
  • much smaller nsis .exe output (3.7 MB vs 65.4MB)
  • slower build time (1st time 12m 23s, 2nd time 87.35s)

Open issues

"maximized window config causes black flash on launch":
tauri-apps/tauri#11284

Resolved issues

✅ "build .exe under windows, no icon"
tauri-apps/tauri#11299

Quasar usage

why using quasar + tauri instead of vue + tauri directly:

  • $q.notify & $q.dialog
  • { Dialog, Notify } from "quasar"
  • bootfile for deep linking
  • special setup for pinia store
  • q-img, q-card-section, q-card etc, q-dialog
@mr-zwets mr-zwets changed the title Investigate Tauri Investigate Tauri support Oct 8, 2024
@mr-zwets mr-zwets changed the title Investigate Tauri support Investigate using Tauri instead of electron Oct 8, 2024
@mr-zwets mr-zwets changed the title Investigate using Tauri instead of electron Switch desktop appliction to Tauri instead of electron Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant