-
Notifications
You must be signed in to change notification settings - Fork 35
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
In-app toasts for electron-updater notifications #3902
In-app toasts for electron-updater notifications #3902
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…-back-after-electron-migration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I want to remember to do a thorough final smoke test this using the updater test before our next release. I'll look into a separate PR to add a native menu item to check for updates.
Replaces the default system notification and update on exit behaviour with the tauri way we had set up. This is leveraging electron dialogs for now, next step to close #3872 is to hook up the react modals.After more discussion with the team, forced auto updates seem to be the preferred route for now. This PR replaces the default system notification with an in-app toast. More things may be hooked to it later, for instance in-app changelog after updates.
First functional draft with @franknoirot's mockup (need to make it pretty now)