Skip to content

Improve commit flow in Web IDE

Phil Hughes requested to merge ide-commit-actions-update into master

What does this MR do?

This improves the commit actions in the commit panel of the Web IDE by doing the following:

  • Always showing the stage/unstage/discard buttons instead of only showing on hover
  • Always shows the bulk stage/unstage button when there are files in the relevant list, otherwise it gets hidden
  • Changes the rendering from the path to the name. The path now gets shown in a tooltip but only when the path doesn't match the name otherwise we end up with duplicate output

Screenshots (if relevant)

Screen_Shot_2018-06-13_at_11.10.22

Screen_Shot_2018-06-13_at_11.10.30

Screen_Shot_2018-06-13_at_11.10.26

Screen_Shot_2018-06-13_at_11.10.35

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46122

Edited by Filipa Lacerda

Merge request reports