Skip to content
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

[Suggestion] Blink support #17

Open
juanjgarcia opened this issue Jun 11, 2018 · 1 comment
Open

[Suggestion] Blink support #17

juanjgarcia opened this issue Jun 11, 2018 · 1 comment
Labels
good first issue Good for newcomers

Comments

@juanjgarcia
Copy link

Would be extra useful to have my prod server blink between default and block red in the hope it prevents me from doing something extra silly.

Happy to code it up if someone can provide a timing source within the Firefox API, never used it before.

Thanks for your hard work!

@ylecuyer
Copy link
Owner

I'm open to receive a PR for this feature. You don't need any special timing feature from firefox to get this
idea working.

You could add some metadata (like frequency and blink_active) to the environments objects and then use the common javascript setTimer with another call to setTimer inside, in the background.js to make the color blink.

@ylecuyer ylecuyer added the good first issue Good for newcomers label Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants