Hide Following/Followers tabs if user has them disabled
1 unresolved thread
1 unresolved thread
Closes #287 (closed)
NOTE: The backend does not support hide_followings
and hide_followers
separately yet. This means hide followings
and hide followers
profile settings are actually not working. This can be merged after the backend gets fixed.
Screenshot:
Merge request reports
Activity
added 31 commits
-
8acc741c...8c8eb99d - 28 commits from branch
pleroma:develop
- 28139759 - Hide followers and followees tabs when they are disabled
- 5c6a01e7 - Always show my own followees/followers
- b2fd8ce4 - Show back followees/followers counts
Toggle commit list-
8acc741c...8c8eb99d - 28 commits from branch
58 58 }, 59 59 isExternal () { 60 60 return this.$route.name === 'external-user-profile' 61 }, 62 followeesTabVisible () { 63 return this.isUs || !this.user.hide_followings changed this line in version 3 of the diff
@shpuld Updated.
added 45 commits
-
b2fd8ce4...bfe2d8be - 41 commits from branch
pleroma:develop
- 55fc31ea - Hide followers and followees tabs when they are disabled
- ea1d7f46 - Always show my own followees/followers
- fae93217 - Show back followees/followers counts
- 55da7dbf - Fix naming
Toggle commit list-
b2fd8ce4...bfe2d8be - 41 commits from branch
mentioned in commit 9b49fa3c
Please register or sign in to reply