As documented in T240624#9296077 the mobile diff page can be replaced with the desktop diff page using the following code:
$wgMFUseDesktopDiffPage = [ "base" => true, "amc" => true ];
The main differences are:
- Diff colors are now blue and yellow rather than green and red (this fixes concerns raised in T90948)
- At desktop resolutions diffs revert to the desktop version. e.g. visual mode
- The page actions shows instead of the title within the diff
- The diff no longer shows information on bytes added/removed.
TODO
- Make the configuration change on beta cluster
- Fix blockers (T353407 T353404)
- Get product owner/designer to sign off the differences.
- Enable on pilot wikis
- Enable for English Wikipedia anonymous users.
- Deploy everywhere
sign off steps
- Create task for decommissioning the MobileDiff page. T358293