Skip to content

Onboarding channels not showing the number of subscribers

image

On firefox, the list of channels isn't showing the number of subscribers on walrus

It's making this call:

https://walrus.minds.com/api/v2/feeds/global/top/channels?hashtags=&period=1y&all=&query=&nsfw=&sync=1&limit=150&as_activities=1&export_user_counts=1&from_timestamp=

And I don't see any subscriber count in the data modal coming back from the api

Also, I noticed two things when we load both the groups and the subscribers. Now, there is a couple of second delay where we display "No results" and then replace it with the list of groups and channels. This should be a loading spinner until we are sure we get a response back

Also, it looks like we're calling the URL twice (might be related to the above). In my console, I got two of these: https://walrus.minds.com/api/v2/feeds/global/top/channels?hashtags=&period=1y&all=&query=&nsfw=&sync=1&limit=150&as_activities=1&export_user_counts=1&from_timestamp=

  • Display the number of subscribers
  • Make sure we're only calling the feed urls once
  • Display a spinner instead of no results > actual results
Edited by Marcelo Rivera