Created attachment 172618 [details] Screenshot containing "Followers" mentioned twice - one of which should be "following" SUMMARY As you can see from the attached picture, the application mistakenly lists "followers" twice, one of which should be "Following". In fact, when I click on the second "followers" button, it takes me to the "Following" page, as expected. STEPS TO REPRODUCE 1. Visit https://mas.to/@fossunited on Tokodon 2. See posts, followers, following information OBSERVED RESULT "followers" EXPECTED RESULT "following" SOFTWARE/OS VERSIONS OS: Rocky Linux 9.4 Linux/KDE Plasma: KDE KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.9
That's... weird. It's definitely not present in the source english string (https://invent.kde.org/network/tokodon/-/blob/release/24.05/src/content/ui/AccountInfo.qml?ref_type=heads#L630). Are you using a non-English language, maybe it's a mistake in translation?
Git commit eee82f48c49320c259f91096ba03934d9b1cfa33 by Joshua Goins. Committed on 19/10/2024 at 21:19. Pushed by redstrate into branch 'master'. Swap around the "followers" and "following" chips on the profile page This matches upstream Mastodon Web, and there's no reason to swap it around here. M +4 -4 src/content/ui/AccountInfo.qml https://invent.kde.org/network/tokodon/-/commit/eee82f48c49320c259f91096ba03934d9b1cfa33
Still not sure what the issue is, but I swapped around the chips so hopefully it's less confusing when coming from Mastodon Web.