Skip to content

Fix swipe diff divider

ftab requested to merge ftab/gitlab-ce:60005-fix-swipe-divider into master

What does this MR do?

Moves the swipe frame border to the right on merge request image diff swipe views so that the divider shows up.

In the Vue image diff app, the border needs to be on the right because the new image comes in from the left. The old image diff app which is used in commits and compare views had the new image visible by default and hiding away from the left.

60005-fixed

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #60005 (closed)

Edited by ftab

Merge request reports