Created attachment 164095 [details] Screenshot showing subscriber count on a random video See attached image. It would be better if it was formatted "12.200.000" (Dutch locale) or "12,200,000" (non-Dutch locale, I suppose). Or even better, shorten the number like the views and likes counter just beneath it. "12M".
Git commit 3957089f2fed68e9113356c015049a2312afeea6 by Joshua Goins. Committed on 07/04/2024 at 00:27. Pushed by redstrate into branch 'master'. Fix the sub count not being formatted correctly Now everything should be in the standard K (thousands) or M (millions) format. On the API side now everything is in integers instead of text. M +15 -4 src/api/video.cpp M +2 -2 src/api/video.h M +1 -1 src/models/videomodel.h M +1 -1 src/ui/ChannelPage.qml M +1 -1 src/ui/SubscriptionListPage.qml M +5 -4 src/ui/components/SubscriptionButton.qml M +2 -2 src/ui/components/VideoListItem.qml M +1 -1 src/ui/videoplayer/VideoPlayer.qml https://invent.kde.org/multimedia/plasmatube/-/commit/3957089f2fed68e9113356c015049a2312afeea6