Mobile : can't sort post by numbers of votes on a category list

Hello guys

I just was invited to report there a little problem on mobile discourse.

I want to sort category topics by number of votes.
Looks like I can on desktop version but not in mobile version, because of that the button are missing.

There is a internal forum issue or a general discourse issue ?
https://community.infinite-flight.com/features

3 Likes

@eviltrout I fixed this per:

https://github.com/discourse/discourse/commit/9472821331ca1427e39f722733b0f0f36f2cb138

https://github.com/discourse/discourse-voting/commit/6ef64f9d454da3faa35d7c1b9dc2c6177b3e7d6e

It is super awkward, I feel like instead we should probably have a plugin API defined for adding in navItems, and then navItems can have consistent implementations.

As it stands we already have multiple hacky ways of adding stuff to the nav but connectors does not feel right here cause there is a bunch of hidden logic. Thoughts?

3 Likes

This topic was automatically closed after 6 days. New replies are no longer allowed.