tab-counter
tab-counter copied to clipboard
Display issue when tabs number >= 1000
Only three most significant digits visible when tabs number is four digits or more.
I don't think it's possible to fix this, as the font size is set in the browser and only has a certain width. https://github.com/DaAwesomeP/tab-counter/blob/bb54fb3ec313673a53221bbffd760f8ae92fbaf5/src/options.html#L44
Perhaps the extension can abbreivate "1741" as "1K"?
I am encountering the same issue, and found another related inaccuracy. in the addon preferences for tab-counter it mentions a max of four characters, in my opinion this should be corrected to three since that's what it ends up actually being.
I just ran into this, thought I only had 439 tabs open and was wondering why firefox seemed slow, turns out I had 4389! Maybe have the color turn red when over 1000?
PR #50 fixes this