Skip to content
Snippets Groups Projects
Commit aff037d6 authored by Jarek Ostrowski's avatar Jarek Ostrowski
Browse files

Add new icon if resolved

Remove unwanted change
Add changelog
Add check circle filled count widget
Change color for consistency
Remove resolve button class
Merge master
Change to single icon, conditional name
Remove authorship
Remove unnecessary added styles
parent 582500e3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 }}
Loading
Loading
Loading
Loading
@@ -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>
Loading
Loading
Loading
Loading
@@ -822,6 +822,7 @@ $note-form-margin-left: 72px;
 
.line-resolve-btn {
margin-right: 5px;
color: $gray-darkest;
 
svg {
vertical-align: middle;
Loading
Loading
@@ -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 {
Loading
Loading
---
title: Add check circle filled icon for resolved comments
merge_request: 28663
author:
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment