Bug 491717

Summary: "Following" mistakenly mentioned as "Followers" in account info
Product: [Applications] Tokodon Reporter: Poruri Sai Rahul <rahul.poruri>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED NOT A BUG    
Severity: minor CC: carl, josh
Priority: NOR    
Version: 24.05.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot containing "Followers" mentioned twice - one of which should be "following"

Description Poruri Sai Rahul 2024-08-14 13:52:30 UTC
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
Comment 1 Joshua Goins 2024-08-15 12:27:14 UTC
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?
Comment 2 Joshua Goins 2024-10-19 21:20:06 UTC
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
Comment 3 Joshua Goins 2024-10-19 21:20:28 UTC
Still not sure what the issue is, but I swapped around the chips so hopefully it's less confusing when coming from Mastodon Web.