Page MenuHomePhabricator

Create minimal CSS to make mobile changes testable
Closed, ResolvedPublic2 Estimated Story Points

Description

Currently, the changes only affect the DOM and are not immediately visible in the browser. Create a CSS that make these changes visible to improve testability.

Event Timeline

Tobi_WMDE_SW created this task.
Tobi_WMDE_SW set the point value for this task to 2.

So I simply added

.mw-diff-inline-moved-destination {
        background: PaleTurquoise;
        margin: 3px 0;
}

.mw-diff-inline-moved-source {
        background: PeachPuff;
        margin: 3px 0;
}

to the end of extensions/MobileFrontend/resources/mobile.special.mobilediff.styles/mobilediff.less so a moved paragraph now looks something like this:

Screenshot-2018-5-3 Changes - wikidiff2-mobile-dev.png (181×1 px, 15 KB)

The headline here was moved two lines up and spaces where added in the process see
http://wmde-wikidiff2-mobile.wmflabs.org/core/index.php/Special:MobileDiff/2211/2210?mobileaction=toggle_view_mobile

Vvjjkkii renamed this task from Create minimal CSS to make mobile changes testable to hsdaaaaaaa.Jul 1 2018, 1:12 AM
Vvjjkkii reopened this task as Open.
Vvjjkkii removed WMDE-Fisch as the assignee of this task.
Vvjjkkii raised the priority of this task from Medium to High.
Vvjjkkii updated the task description. (Show Details)
Vvjjkkii removed the point value for this task.
Vvjjkkii edited subscribers, added: WMDE-Fisch; removed: Aklapper.
CommunityTechBot renamed this task from hsdaaaaaaa to Create minimal CSS to make mobile changes testable.Jul 2 2018, 2:11 PM
CommunityTechBot closed this task as Resolved.
CommunityTechBot assigned this task to WMDE-Fisch.
CommunityTechBot lowered the priority of this task from High to Medium.
CommunityTechBot set the point value for this task to 2.
CommunityTechBot updated the task description. (Show Details)
CommunityTechBot edited subscribers, added: Aklapper; removed: WMDE-Fisch.