-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misleading icon on Netlify status #64
Comments
Any design proposals? 😇 |
I would keep the last non-cancelled status, like I proposed above. After all, the cancelled job did not create any side effects and that last status is still accurate. I would imagine that's a bit problematic since you can't just check the last job, but the last |
Ups! I misunderstand your initial comment 🤦 I made a quick check and that behavior you describe is the one it should have unless the Netlify API is considering the canceled status an error (code here) 🤔 |
If you want to debug what is happening and provide a solution in a PR, here is the documentation on how to debug the StreamDeck application: https://developer.elgato.com/documentation/stream-deck/sdk/create-your-own-plugin/#debugging 😇 |
Love the project!
Ran into a small issue yesterday.
This is the status of the last builds for my project on Netlify:
However, the icon shows an "error" icon:
I would expect the icon to reflect the "cancelled" status instead.
It would also be nice if there was a way to preserve the last non-cancelled status instead of scaring me :)
Keep up the good work!
The text was updated successfully, but these errors were encountered: