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
3b4eeb89
Commit
3b4eeb89
authored
Mar 30, 2022
by
Amelia Bauerly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating timeline tooltip and icon
parent
8371dd35
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/notes/components/timeline_toggle.vue
app/assets/javascripts/notes/components/timeline_toggle.vue
+3
-3
doc/operations/incident_management/img/timeline_view_toggle_v13_5.png
...ns/incident_management/img/timeline_view_toggle_v13_5.png
+0
-0
doc/operations/incident_management/img/timeline_view_toggle_v14_10.png
...s/incident_management/img/timeline_view_toggle_v14_10.png
+0
-0
doc/operations/incident_management/incidents.md
doc/operations/incident_management/incidents.md
+2
-2
No files found.
app/assets/javascripts/notes/components/timeline_toggle.vue
View file @
3b4eeb89
...
...
@@ -7,8 +7,8 @@ import { COMMENTS_ONLY_FILTER_VALUE, DESC } from '../constants';
import
notesEventHub
from
'
../event_hub
'
;
import
{
trackToggleTimelineView
}
from
'
../utils
'
;
export
const
timelineEnabledTooltip
=
s__
(
'
Timeline|Turn
timeline
view off
'
);
export
const
timelineDisabledTooltip
=
s__
(
'
Timeline|Turn
timeline
view on
'
);
export
const
timelineEnabledTooltip
=
s__
(
'
Timeline|Turn
recent updates
view off
'
);
export
const
timelineDisabledTooltip
=
s__
(
'
Timeline|Turn
recent updates
view on
'
);
export
default
{
components
:
{
...
...
@@ -49,7 +49,7 @@ export default {
<gl-button
v-gl-tooltip
v-track-event=
"trackToggleTimelineView(timelineEnabled)"
icon=
"
comments
"
icon=
"
history
"
:selected=
"timelineEnabled"
:title=
"tooltip"
:aria-label=
"tooltip"
...
...
doc/operations/incident_management/img/timeline_view_toggle_v13_5.png
deleted
100644 → 0
View file @
8371dd35
5.52 KB
doc/operations/incident_management/img/timeline_view_toggle_v14_10.png
0 → 100644
View file @
3b4eeb89
8.23 KB
doc/operations/incident_management/incidents.md
View file @
3b4eeb89
...
...
@@ -200,10 +200,10 @@ field populated.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/227836) in GitLab 13.5.
To quickly see the latest updates on an incident, click
**{comments}**
**Turn
timeline
view on**
in the comment bar to display comments
**{comments}**
**Turn
recent updates
view on**
in the comment bar to display comments
un-threaded and ordered chronologically, newest to oldest:
![
Timeline view toggle
](
img/timeline_view_toggle_v1
3_5
.png
)
![
Timeline view toggle
](
img/timeline_view_toggle_v1
4_10
.png
)
### Service Level Agreement countdown timer **(PREMIUM)**
...
...
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