summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/diff_viewer/diff_viewer.vue
Commit message (Collapse)AuthorAgeFilesLines
* Prettify all the thingsMike Greiling2018-11-201-8/+2
|
* Re-implemented image commenting on diffsPhil Hughes2018-11-051-1/+8
| | | | | | | | | | | | | | | | | | | | | 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
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
|
* Added Diff Viewer to new VUE based MR pageTim Zallmann2018-06-261-2/+6
|
* Updates eslint rulesFilipa Lacerda2018-06-131-2/+2
|
* Image Diff Viewing + Download Diff ViewingTim Zallmann2018-06-131-0/+70