drodil / backstage-plugin-toolbox

Most commonly used developer tools within Backstage
MIT License
47 stars 25 forks source link

feat: timer alert #41

Closed efenner-cambia closed 1 year ago

efenner-cambia commented 1 year ago

I would like to have some kind of chime or alert when the countdown timer reaches 0:00:00. Without an alert when it is done, the utility is significantly reduced.

Is this possible already? If so, it would be great to surface the relevant documentation

drodil commented 1 year ago

This feature doesn't exist yet but it's a good idea. I think user could even select visual or audible alert when the time runs out. If you have time and skillset, feel free to contribute!

efenner-cambia commented 1 year ago

I don't think I have the relevant skillset to implement myself, but I would be happy to support and provide review/feedback if someone else is able to.

efenner-cambia commented 1 year ago

Ok, I was messing around with it as a custom tool and got a chime working after some sleuthing. I will create a PR!

efenner-cambia commented 1 year ago

Created: https://github.com/drodil/backstage-plugin-toolbox/pull/42