Skip to content
Snippets Groups Projects

Updated diff toggle targets and added icon

1 unresolved thread

What does this MR do?

Adds the new diff toggle icon and alters the toggle targets.

User can now click on the file header bar (where no other elements are above it, apart from the icon) and the Click to expand link to expand the diff and no where else.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Screen_Shot_2016-09-02_at_15.35.15

Gif

2016-09-02_15.34.31

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #21369 (closed)

Closes #20326 (closed)

Merge request reports

Pipeline #4137181 passed

Pipeline passed for 40c7ba01 on 21369-make-it-clearer-that-diffs-can-be-collapsed

Test coverage 91.08% from 1 job

Merged by avatar (Apr 15, 2025 5:45pm UTC)

Loading

Pipeline #4448113 failed

Pipeline failed for 964d1bb1 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
42 47 } else if (this.content) {
43 48 this.collapsedContent.hide();
44 49 this.content.show();
50 this.$toggleIcon.addClass('fa-caret-down').removeClass('fa-caret-right');
  • @lbennett you got some good comments here. Can you fix them?

  • Reassigned to @lbennett

  • Luke "Jared" Bennett Milestone changed to %8.13

    Milestone changed to %8.13

  • @lbennett One comment. Fix up and let me know.

  • Reassigned to @lbennett

  • Jacob Schatz Status changed to merged

    Status changed to merged

  • Jacob Schatz Mentioned in commit 964d1bb1

    Mentioned in commit 964d1bb1

  • Mentioned in issue #20327 (moved)

  • Please register or sign in to reply
    Loading