Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
720703ed
Commit
720703ed
authored
Jan 30, 2020
by
Martin Hobert
Committed by
Thomas Randolph
Mar 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added tracking to next discussion buttons
parent
89431973
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
app/assets/javascripts/notes/components/discussion_counter.vue
...ssets/javascripts/notes/components/discussion_counter.vue
+3
-0
app/assets/javascripts/notes/components/discussion_jump_to_next_button.vue
...ripts/notes/components/discussion_jump_to_next_button.vue
+3
-0
changelogs/unreleased/feature-199458-track-jump-to-next-unresolved-thread.yml
...d/feature-199458-track-jump-to-next-unresolved-thread.yml
+5
-0
No files found.
app/assets/javascripts/notes/components/discussion_counter.vue
View file @
720703ed
...
...
@@ -77,6 +77,9 @@ export default {
v-gl-tooltip
title=
"Jump to next unresolved thread"
class=
"btn btn-default discussion-next-btn"
data-track-event=
"click_button"
data-track-label=
"mr_next_unresolved_thread"
data-track-property=
"click_next_unresolved_thread_top"
@
click=
"jumpToNextDiscussion"
>
<icon
name=
"comment-next"
/>
...
...
app/assets/javascripts/notes/components/discussion_jump_to_next_button.vue
View file @
720703ed
...
...
@@ -28,6 +28,9 @@ export default {
v-gl-tooltip
class=
"btn btn-default discussion-next-btn"
:title=
"s__('MergeRequests|Jump to next unresolved thread')"
data-track-event=
"click_button"
data-track-label=
"mr_next_unresolved_thread"
data-track-property=
"click_next_unresolved_thread"
@
click=
"jumpToNextRelativeDiscussion(fromDiscussionId)"
>
<icon
name=
"comment-next"
/>
...
...
changelogs/unreleased/feature-199458-track-jump-to-next-unresolved-thread.yml
0 → 100644
View file @
720703ed
---
title
:
Added tracking to merge request jump to next thread buttons
merge_request
:
author
:
Martin Hobert
type
:
added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment