vscode-private-extension-manager icon indicating copy to clipboard operation
vscode-private-extension-manager copied to clipboard

Update install/uninstall buttons

Open mheuzey opened this issue 4 years ago • 1 comments

When installing an extension, the 'Install' button doesn't change to let me know that it's installing, and there's no progress bar. image It would be nice if the text could change to 'Installing' like the regular extension marketplace. image A progress bar could also work, but the first option is more familiar.

It would also be nice if the 'Uninstall' button could change to a 'Reload Required' and/or an 'Install' button as well. image Right now it continues to say 'Uninstall' after it completes.

mheuzey avatar Feb 16 '21 21:02 mheuzey

The main reason I haven't done that is because syncing state between the extension and the web view is difficult (or if there's a simple way, I don't know what it is), and I didn't consider the effort required to be worth the time it would take to do. PRs are welcome though!

joelspadin-garmin avatar Feb 17 '21 16:02 joelspadin-garmin