Skip to content

statistics missing #3241

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

Closed
haayman-imagem opened this issue Mar 21, 2025 · 5 comments
Closed

statistics missing #3241

haayman-imagem opened this issue Mar 21, 2025 · 5 comments
Labels
c: bug Something isn't working s: accepted Accepted feature / Confirmed bug

Comments

@haayman-imagem
Copy link

I might be mistaken, but it appears that the number of likes, boosts, etc. is missing here

https://main.elk.zone/todon.nl/@haayman/114198842472996320

Image

@haayman-imagem haayman-imagem added c: bug Something isn't working s: pending triage Pending Triage labels Mar 21, 2025
@ashur
Copy link

ashur commented Mar 22, 2025

I’m seeing the same thing on recent canary builds. It’s behaving as if Wellbeing options to hide counts are enabled, even though they aren’t.

Here’s a comparison between the current canary build and v0.16.0:

Image

@shuuji3 shuuji3 added s: accepted Accepted feature / Confirmed bug and removed s: pending triage Pending Triage labels Mar 22, 2025
@shuuji3
Copy link
Member

shuuji3 commented Mar 22, 2025

Thanks for the report. The screenshot is helpful! 🙁

It looks like the number is rendered as an empty string now.

For example, the reply number code:

<template v-if="status.repliesCount && !getPreferences(userSettings, 'hideReplyCount')" #text>
<CommonLocalizedNumber
keypath="action.reply_count"
:count="status.repliesCount"
/>
</template>

I guess this has the same root cause as #3240 (possibly by the update of @nuxtjs/i18n package).

@win98se
Copy link

win98se commented Apr 16, 2025

I see the counts for posts, following and followers are missing as well on canary (changed to English [US] once, it's the same) -
Image

@win98se
Copy link

win98se commented May 20, 2025

#3298 fixed it for me. Thanks!

@shuuji3
Copy link
Member

shuuji3 commented May 21, 2025

Yes, it was finally fixed thanks to Daniel. Thank you for your patience! 🙏🏻

@shuuji3 shuuji3 closed this as completed May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug Something isn't working s: accepted Accepted feature / Confirmed bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants