chocolatey / ChocolateyGUI

A delicious GUI for Chocolatey
https://docs.chocolatey.org/en-us/chocolatey-gui/
Apache License 2.0
1.61k stars 248 forks source link

Add feature to automatically refresh the view on install, upgrade, reinstall or uninstall #1031

Open pauby opened 7 months ago

pauby commented 7 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

No response

Describe The Solution. Why is it needed?

When upgrading a package within Chocolatey GUI, the This PC source automatically refreshes the view when the package upgrade is complete. When upgrading a package within Chocolatey GUI on a remote source, the view does not automatically refresh once the package has upgraded, and manual intervention is required to refresh the page.

Automatically refreshing the view will add a delay to the command completing, so we shouldn't do this by default. We should add a new feature that permits the remote source view to be refreshed after an install, upgrade, reinstall or uninstall operation is performed.

We need to decide what to call the feature.

Being consistent with this functionality for remote sources as well would remove the need to manually refresh the remote source page each time a package is upgraded while viewing the remote source.

Additional Context

This was created by @imm0rtalsupp0rt in GitLab.

Related Issues