olsh / Feedly-Notifier

Google Chrome, Firefox, Opera and Microsoft Edge extension for reading news from RSS aggregator Feedly
http://olsh.github.io/Feedly-Notifier/
Mozilla Public License 2.0
267 stars 38 forks source link

Update core.js - Badge counter >999 #285

Closed thereddestdog closed 3 weeks ago

thereddestdog commented 3 weeks ago

Since the browser chrome is only wide enough for 3 chars, update the counter so that unreadfeeds count of >999 will show as "1k+"

My very first PR, hope I'm doing it right! Also not that familiar with javascript and I can't test this so..

olsh commented 3 weeks ago

Hi, @thereddestdog,

I made a few small changes to your code to account for situations where someone might have more than 1,000 unread articles.

Thank you again for your contribution!

thereddestdog commented 3 weeks ago

@olsh Thank you! Glad to help

olsh commented 3 weeks ago

Please note that we can release the code when #281 is fixed.