Replies: 1 comment
-
Honestly, I'd rather not see it sometimes. @sebjulliand I have added a change to the ASP PR to make the connection status bar item more useful. What are your thoughts if we get rid of the notification and replace it with: updateConnectedBar({execution: `running`});
updateConnectedBar({execution: `success`});
updateConnectedBar({execution: `fail`});
updateConnectedBar(); // Reset back to default |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After I press a action like Ctrl+E to compile and run a compile the Success / Fail notification pops up. Is there a way that this could automatically hide like after x number of seconds? It looks like you might be able to turn them off altogether but it does come in handy to see for a few seconds.
Beta Was this translation helpful? Give feedback.
All reactions