Page MenuHomePhabricator

Desktop diff-view lacks user-rights, edit-count functionality included in mobile version
Open, Needs TriagePublic

Description

It seems a bit paradox (not expectable and against the usability philosophy), but the mobile version of the diff-view has some more useful user information (user-rights, edit-count) as the normal version, so in fact, the desktop version is "downgraded", eg:
https://de.m.wikipedia.org/w/index.php?title=Wikipedia:Technik/Werkstatt&diff=173873854&diffonly=1

Screenshot 2024-03-18 at 5.28.22 PM.png (1×1 px, 249 KB)

Screenshot 2024-03-18 at 5.28.38 PM.png (1×3 px, 648 KB)

Version: unspecified
Severity: low
See Also:

Event Timeline

TheDJ subscribed.

Don't see how community tech team is involved here.. Please don't use them as an inbox for "anything that the community finds regarding technology".

This comment was removed by Perhelion.
Aklapper renamed this task from Desktop diff-view has lesser functionality than the mobile version to Desktop diff-view lacks user-rights, edit-count functionality included in mobile version.Sep 6 2019, 9:08 AM
Jdlrobson subscribed.

In 2024, this would now be very trivial to add:

Screenshot 2024-03-18 at 5.29.30 PM.png (1×3 px, 546 KB)

You can add the following code to enable this on desktop:

$('.mw-diff-usermetadata').show();