Skip to content

fix: uninstall refresh widgets#162

Merged
jardon merged 3 commits into
mainfrom
fix/uninstall-refresh-widgets
Mar 15, 2026
Merged

fix: uninstall refresh widgets#162
jardon merged 3 commits into
mainfrom
fix/uninstall-refresh-widgets

Conversation

@jardon

@jardon jardon commented Mar 15, 2026

Copy link
Copy Markdown
Owner

📝 Description

Please include a summary of the change and the issue it fixes.
Link to the related issue if applicable (e.g., Fixes #123).

Example:
This PR updates the login form validation logic to handle empty username fields.
Fixes #45.


🔍 Type of Change

Please delete options that are not relevant.

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code cleanup or refactor
  • 🧪 Tests
  • 📝 Documentation update
  • ⚙️ CI/CD or build system update

✅ How Has This Been Tested?

Describe the tests you ran to verify your changes.
Provide instructions so others can reproduce the results.

Example:

  • Unit tests added/updated
  • Manual testing on Chrome, Firefox, and Safari

Test Configuration:

  • OS:
  • Browser:
  • Node version (if applicable):

📸 Screenshots (if applicable)

Add screenshots or GIFs to help explain your changes visually.


📋 Checklist

Before submitting your PR, please check that:

  • Code follows the project’s style guidelines
  • I have self-reviewed my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to documentation (if needed)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

🧠 Additional Context

Add any other context about the PR here (e.g., related PRs, implementation notes, trade-offs).

closes #161

@jardon jardon force-pushed the fix/uninstall-refresh-widgets branch from f7578a0 to 0a1851f Compare March 15, 2026 13:16
@jardon jardon force-pushed the fix/uninstall-refresh-widgets branch from 0a1851f to 6953f1f Compare March 15, 2026 22:34
@jardon jardon changed the title Fix/uninstall refresh widgets fix: uninstall refresh widgets Mar 15, 2026
utilize the application copyWith function to create a new application
instance in memory as to force the provider to refresh.  this fixes the
installed apps not updating and the actions buttons updating on an
uninstall
@jardon jardon force-pushed the fix/uninstall-refresh-widgets branch from 6953f1f to 8da4b9a Compare March 15, 2026 22:37
@jardon jardon marked this pull request as ready for review March 15, 2026 22:39
@jardon jardon merged commit 7b8b716 into main Mar 15, 2026
6 checks passed
@jardon jardon deleted the fix/uninstall-refresh-widgets branch March 15, 2026 22: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.

[Bug] uninstall does not update applist state

1 participant