-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow user to view follow list in "Hide following/follower count" mode #1901
Conversation
Run & review this pull request in StackBlitz Codeflow. |
✅ Deploy Preview for elk-zone ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for elk-docs canceled.
|
Nice! Thanks for the PR 🙌🏼 Two things I see:
|
I made changes on them.
|
I would also suggest we have separate keys for non-numbered names. The plural workaround works for English but is not necessary for other languages. |
You are right. Simply taking away the number may not work in some languages. I changed to re-use Besides that, I found that when I click "XX Posts", "XX Following" and "XX Followers" back and forth, the page title only changes once for each one. I will create another issue about that later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, it took us some time to merge this one. Looks great to me now! Thanks for implementing the feature.
From @patak-dev 's idea (see here), I adjusted the wellbeing "Hide following/follower count" feature.
Before changes, when "Hide following/follower count" is enabled, the following count and the follower count are hidden as shown below.
After changes, when "Hide following/follower count" is enabled, only the numbers are hidden. The text "Following" and "Followers" are kept so that users are still able to click them to view the following list and the follower list.