joeyespo / inbox-by-gmail-checker

Displays the number of unread messages in Inbox by Gmail. You can also click the button to open your inbox.
http://joeyespo.com/inbox-by-gmail-checker
MIT License
68 stars 11 forks source link

Use seconds instead of minutes #6

Closed joeyespo closed 8 years ago

joeyespo commented 8 years ago

Building off of #5 with a change to setTimeout and periodInMinutes to make it work.

joeyespo commented 8 years ago

@michliga Thoughts on switching to seconds?

ghost commented 8 years ago

@joeyespo Seconds would be great! We should switch the input in options.html to a number input because right now I think it's possible to enter any string (letters etc.). Or maybe a dropdown?

joeyespo commented 8 years ago

Ah, good point! The 'default user' input does this already. Agreed, this should work the same way.

Fixed in bc87d7427030625f22432d9a6664ef8ac9338c63.

ghost commented 8 years ago

Awesome :+1:

joeyespo commented 8 years ago

Excellent! Thanks for your help, @michliga.