Set the top menu in the mobile view independently of the desktop view.
Reason: many users want the familiar view of their categories for their desktop browsers as default. But they want the “latest” look for the mobile phone, so they can simply scroll infinitely.
We already use an ugly nginx-hack to realize this. However, the users are clicking on the the logo to return to the beginning of the page.The logo links to “/”, which is again the category view rather than the “latest” view. So you need an other hack to make this happen.
(Look here for the “hacks” How to default to latest on mobile and categories+latest on desktop?)
Perhaps this could be implemented in a future version Discourse, so that we can stop using the workarounds.