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
ff1e5a81
Commit
ff1e5a81
authored
May 29, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
f6c13111
cd3c2586
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/javascripts/notes/components/discussion_counter.vue
...ssets/javascripts/notes/components/discussion_counter.vue
+1
-1
app/assets/javascripts/notes/components/note_actions.vue
app/assets/javascripts/notes/components/note_actions.vue
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
changelogs/unreleased/61024-update-resolved-icon.yml
changelogs/unreleased/61024-update-resolved-icon.yml
+5
-0
No files found.
app/assets/javascripts/notes/components/discussion_counter.vue
View file @
ff1e5a81
...
...
@@ -57,7 +57,7 @@ export default {
class="line-resolve-btn is-disabled"
type="button"
>
<icon
name=
"check-circle
"
/>
<icon
:name=
"allResolved ? 'check-circle-filled' : 'check-circle'
"
/>
</span>
<span
class=
"line-resolve-text"
>
{{
resolvedDiscussionsCount
}}
/
{{
resolvableDiscussionsCount
}}
...
...
app/assets/javascripts/notes/components/note_actions.vue
View file @
ff1e5a81
...
...
@@ -135,7 +135,7 @@ export default {
@click="onResolve"
>
<template
v-if=
"!isResolving"
>
<icon
name=
"check-circle
"
/>
<icon
:name=
"isResolved ? 'check-circle-filled' : 'check-circle'
"
/>
</
template
>
<gl-loading-icon
v-else
inline
/>
</button>
...
...
app/assets/stylesheets/pages/notes.scss
View file @
ff1e5a81
...
...
@@ -822,6 +822,7 @@ $note-form-margin-left: 72px;
.line-resolve-btn
{
margin-right
:
5px
;
color
:
$gray-darkest
;
svg
{
vertical-align
:
middle
;
...
...
@@ -836,7 +837,6 @@ $note-form-margin-left: 72px;
background-color
:
transparent
;
border
:
0
;
outline
:
0
;
color
:
$gray-darkest
;
transition
:
color
$general-hover-transition-duration
$general-hover-transition-curve
;
&
.is-disabled
{
...
...
changelogs/unreleased/61024-update-resolved-icon.yml
0 → 100644
View file @
ff1e5a81
---
title
:
Add check circle filled icon for resolved comments
merge_request
:
28663
author
:
type
:
changed
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