Skip to content

Drag and drop list items on issue page

Coung Ngo requested to merge cngo-drag-issue-list-items into master

What does this MR do and why?

This MR allows you to drag and drop task list items, unordered lists, and ordered lists on the issue page.

It also changes the Convert to Work Item button from rendering to the left of the checkbox to rendering to the right of the checkbox row. This change will be refined in a follow up MR as mentioned in !85936 (comment 945953119) to keep this MR focused on dragging list items

Resolves issue: #15260 (closed)

Screenshots or screen recordings

Screen_Recording_2022-05-11_at_6.46.58_pm

How to set up and validate locally

  1. Visit an issue page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/1
  2. Edit the description to create task list items, unordered lists, and ordered lists
  3. Drag and drop the list items around to test the MR

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

References: #15260 (closed)

Edited by Coung Ngo

Merge request reports