1. 09 4月, 2019 1 次提交
  2. 16 2月, 2019 1 次提交
  3. 27 12月, 2018 1 次提交
  4. 05 11月, 2018 1 次提交
    • P
      Re-implemented image commenting on diffs · f7df9ddb
      Phil Hughes 提交于
      This re-implements image commenting in merge request diffs.
      This feature was previously lost when the merge request
      page was refactored into Vue.
      
      With this, we create an overlay component. The overlay
      component handles displaying the comment badges
      and the comment form badge.
      Badges are displayed based on the position attribute
      sent with the discussion.
      
      Comment forms for diff files are controlled through
      a different state property. This is so we don't
      tie comment forms to diff files directly creating
      deep nested state. Instead we create a flat array
      which holds the file hash & the X & Y position of
      the comment form.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
      f7df9ddb
  5. 05 7月, 2018 1 次提交
  6. 21 6月, 2018 1 次提交
  7. 05 6月, 2018 1 次提交
  8. 18 1月, 2018 1 次提交
  9. 22 12月, 2017 1 次提交
  10. 21 12月, 2017 2 次提交
  11. 20 12月, 2017 1 次提交
  12. 11 12月, 2017 1 次提交
  13. 07 10月, 2017 2 次提交