hoobs-org / gui

Interface component for the certified HOOBS stack.
GNU General Public License v3.0
2 stars 1 forks source link

Not Able to Close Logger Dialogs on Errors #97

Closed BobbySlope closed 3 years ago

BobbySlope commented 3 years ago

as npm was down for some minutes today i tried to install the ring plugin to see what happens here are the screenshots

IMG_3740 IMG_3741

Using windows app theres no way to escape the screen when an error occurs

if there is an close windows X on the top right of the popup that would be great. but if a user closes the popup window the command should stay running in background

mkellsy commented 3 years ago

The close button is hidden for a reason. I traced every path, and the dialog will close with a success or it will alert an error. Yarn during network disruptions, will retry, a lot. It can take up to 10 minutes for Yarn to give up. Once it does, the error will show.

To correct this, I am changing the window controls to be persistent. This is already in a different issue, so I am closing this one.