SignalK/signalk-server

App Store doesn’t show list of installed plugins if there is no network connection.

mgrouch opened this issue · 3 comments

If I unplug ethernet and disconnect from WiFi, there is no list of installed plugins

Thanks

The Appstore was built so that it either has network connectivity and npm can be reached and everything works - or it does not. The UI now looks pretty stupid when the list is just empty and there is no clear indication of why. So I think we should first fix that, show an indication that App store is not actually available.

Apart from that you would need the list of installed plugins if you wanted to remove them. We could add that option also to the plugin configuration list. That leaves out removing webapps.

Am I missing some use case that the user would need the list of installed plugins for?

Hello ! As I was involved with the design of the app store I am happy to take a look at that. Even though it was a few months back. I will dive into the code again and try to remedy this unpleasant experience

Latest commit to Appstore removed updated plugins from "Updates" -tab after pressing update button.
image
image