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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
5fb98734
Commit
5fb98734
authored
May 04, 2017
by
Regis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use more subtle datetime and title change for timeagoEl - use SCSS variable for timing on animation
parent
0c46b3b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
app/assets/javascripts/issue_show/issue_title_description.vue
...assets/javascripts/issue_show/issue_title_description.vue
+1
-4
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+1
-1
No files found.
app/assets/javascripts/issue_show/issue_title_description.vue
View file @
5fb98734
...
@@ -70,8 +70,6 @@ export default {
...
@@ -70,8 +70,6 @@ export default {
this
.
tasks
=
this
.
apiData
.
task_status
;
this
.
tasks
=
this
.
apiData
.
task_status
;
this
.
descriptionFlag
=
{
pre
:
true
,
pulse
:
false
};
this
.
descriptionFlag
=
{
pre
:
true
,
pulse
:
false
};
}
}
return
{
noTitleChange
,
noDescriptionChange
};
},
},
setTabTitle
()
{
setTabTitle
()
{
const
currentTabTitleScope
=
this
.
titleEl
.
innerText
.
split
(
'
·
'
);
const
currentTabTitleScope
=
this
.
titleEl
.
innerText
.
split
(
'
·
'
);
...
@@ -109,9 +107,8 @@ export default {
...
@@ -109,9 +107,8 @@ export default {
},
},
updateEditedTimeAgo
()
{
updateEditedTimeAgo
()
{
const
toolTipTime
=
gl
.
utils
.
formatDate
(
this
.
apiData
.
updated_at
);
const
toolTipTime
=
gl
.
utils
.
formatDate
(
this
.
apiData
.
updated_at
);
this
.
timeAgoEl
.
attr
(
'
datetime
'
,
this
.
apiData
.
updated_at
);
this
.
timeAgoEl
.
attr
(
'
datetime
'
,
this
.
apiData
.
updated_at
);
this
.
timeAgoEl
.
attr
(
'
data-original-title
'
,
toolTipTime
);
this
.
timeAgoEl
.
attr
(
'
title
'
,
toolTipTime
).
tooltip
(
'
fixTitle
'
);
},
},
},
},
computed
:
{
computed
:
{
...
...
app/assets/stylesheets/pages/issues.scss
View file @
5fb98734
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
}
}
.issue-realtime-trigger-pulse
{
.issue-realtime-trigger-pulse
{
transition
:
opacity
0
.2s
ease
;
transition
:
opacity
$fade-in-duration
linear
;
opacity
:
1
;
opacity
:
1
;
}
}
...
...
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