Skip to content

feat(settings): add manual update re-check action#493

Merged
kdroidFilter merged 1 commit into
masterfrom
feat/settings-manual-update-check
Jun 14, 2026
Merged

feat(settings): add manual update re-check action#493
kdroidFilter merged 1 commit into
masterfrom
feat/settings-manual-update-check

Conversation

@kdroidFilter

Copy link
Copy Markdown
Owner

Summary

  • Adds a "בדוק שוב" (Check again) link action to the UpToDate and Error update banners in the settings screen
  • Introduces AppUpdateService.recheck(): resets state to Idle and re-runs checkOnStartup(), no-op while a check/download/install is already active
  • Uses the existing Jewel linkActions pattern to stay visually consistent with the download/install actions

Test plan

  • Open Settings → confirm the update banner shows "בדוק שוב" when app is up to date
  • Click "בדוק שוב" → banner transitions to "בודק עדכונים…" then back to result
  • Simulate network error → confirm "בדוק שוב" appears on the warning banner and re-triggers the check
  • Confirm clicking while already checking/downloading is a no-op

Adds a "בדוק שוב" link action on the UpToDate and Error update banners
so the user can trigger a fresh update check without restarting the app.
Introduces AppUpdateService.recheck() which resets state to Idle and
re-runs checkOnStartup(), no-op while a check/download/install is active.
@kdroidFilter kdroidFilter merged commit 1d7f946 into master Jun 14, 2026
1 of 7 checks passed
@kdroidFilter kdroidFilter deleted the feat/settings-manual-update-check branch June 14, 2026 13:43
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

Successfully merging this pull request may close these issues.

1 participant