Bug 491717 - "Following" mistakenly mentioned as "Followers" in account info
Summary: "Following" mistakenly mentioned as "Followers" in account info
Status: RESOLVED NOT A BUG
Alias: None
Product: Tokodon
Classification: Applications
Component: general (show other bugs)
Version: 24.05.2
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-14 13:52 UTC by Poruri Sai Rahul
Modified: 2024-10-19 21:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot containing "Followers" mentioned twice - one of which should be "following" (6.47 KB, image/png)
2024-08-14 13:52 UTC, Poruri Sai Rahul
Details

Note You need to log in before you can comment on or make changes to this bug.
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.