feat: implement silent auto-updater with Liquid Glass restart prompt#58
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
syncspeak | 1d30e9b | Commit Preview URL Branch Preview URL |
Apr 23 2026, 05:58 AM |
Soumyadipgithub
added a commit
that referenced
this pull request
Apr 23, 2026
ea037cf to
a51a5d5
Compare
a51a5d5 to
8804ae9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Closes #57
This PR implements a silent auto-updater using Tauri plugins (
tauri-plugin-updaterandtauri-plugin-process). It includes background polling and downloading of updates. Once an update is fully downloaded and ready to install, a seamless "Liquid Glass" restart prompt appears in the bottom right corner so the user can easily restart the application to apply the update without being interrupted.How to test
npm run devstarts the application successfully without errors.if (updateStatus !== 'ready' || !updateAvailable) { return null }inUpdatePrompt.tsxand supply dummy data. You will see the Liquid Glass modal.Checklist
develop(notmain)npm run devScreenshots (if UI changed)
(Invisible until update is ready. The UI matches Liquid Glass CSS tokens (
--glass-bg,--liquid-blur, etc.))