Entering edit mode
7.5 years ago
Joe
21k
Just wondering why on the mobile site we aren't able to view votes/reputation changes etc? Similarly we can't vote up posts.
The vote up I see might be tricky to implement but the votes page is basically the same layout as the messages page which we do get on mobile?
Just curious as to the rationale/call it a feature request!
Same here, and I would call that a bug.
See also: https://github.com/ialbert/biostar-central/issues/238
Yeah wasn't sure whether Istvan would want the issue on Github or just discussed here ;) no one likes a messy issues page!
I believe it is due to auto re-sizing of the page(s) to match the smaller size of the screen (under a certain size).
Yeah this is kind of what I meant in the OP - the messages page must require (more?) resizing since it shows you part of the message in the inbox - yet that is still implemented in the mobile version.
I would have (naively) thought that if one can be done, the other should follow easily enough
Isn't this part of responsible (or mobile aware programming if that is the right word)? i.e. You start eliminating features on the page based on some importance criteria, keeping the main content intact as the screen size goes down.