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
13c2317d
Commit
13c2317d
authored
May 23, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
9dcd75ba
26d608cb
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
33 additions
and
30 deletions
+33
-30
app/assets/javascripts/notes/components/note_actions.vue
app/assets/javascripts/notes/components/note_actions.vue
+3
-6
app/assets/javascripts/notes/components/note_awards_list.vue
app/assets/javascripts/notes/components/note_awards_list.vue
+3
-3
app/assets/javascripts/set_status_modal/set_status_modal_wrapper.vue
...javascripts/set_status_modal/set_status_modal_wrapper.vue
+3
-3
app/assets/stylesheets/framework/awards.scss
app/assets/stylesheets/framework/awards.scss
+1
-2
app/assets/stylesheets/framework/filters.scss
app/assets/stylesheets/framework/filters.scss
+1
-1
app/views/award_emoji/_awards_block.html.haml
app/views/award_emoji/_awards_block.html.haml
+3
-3
app/views/profiles/show.html.haml
app/views/profiles/show.html.haml
+3
-3
app/views/projects/notes/_actions.html.haml
app/views/projects/notes/_actions.html.haml
+3
-3
app/views/shared/icons/_emoji_slightly_smiling_face.svg
app/views/shared/icons/_emoji_slightly_smiling_face.svg
+0
-1
app/views/shared/icons/_emoji_smile.svg
app/views/shared/icons/_emoji_smile.svg
+0
-1
app/views/shared/icons/_emoji_smiley.svg
app/views/shared/icons/_emoji_smiley.svg
+0
-1
app/views/snippets/notes/_actions.html.haml
app/views/snippets/notes/_actions.html.haml
+3
-3
changelogs/unreleased/49041-issue-board-input-height.yml
changelogs/unreleased/49041-issue-board-input-height.yml
+5
-0
changelogs/unreleased/update-smileys-new.yml
changelogs/unreleased/update-smileys-new.yml
+5
-0
No files found.
app/assets/javascripts/notes/components/note_actions.vue
View file @
13c2317d
...
...
@@ -148,12 +148,9 @@ export default {
href=
"#"
title=
"Add reaction"
>
<icon
css-classes=
"link-highlight award-control-icon-neutral"
name=
"emoji_slightly_smiling_face"
/>
<icon
css-classes=
"link-highlight award-control-icon-positive"
name=
"emoji_smiley"
/>
<icon
css-classes=
"link-highlight award-control-icon-super-positive"
name=
"emoji_smiley"
/>
<icon
css-classes=
"link-highlight award-control-icon-neutral"
name=
"slight-smile"
/>
<icon
css-classes=
"link-highlight award-control-icon-positive"
name=
"smiley"
/>
<icon
css-classes=
"link-highlight award-control-icon-super-positive"
name=
"smiley"
/>
</a>
</div>
<reply-button
...
...
app/assets/javascripts/notes/components/note_awards_list.vue
View file @
13c2317d
...
...
@@ -189,13 +189,13 @@ export default {
type="button"
>
<span
class=
"award-control-icon award-control-icon-neutral"
>
<icon
name=
"
emoji_slightly_smiling_fac
e"
/>
<icon
name=
"
slight-smil
e"
/>
</span>
<span
class=
"award-control-icon award-control-icon-positive"
>
<icon
name=
"
emoji_
smiley"
/>
<icon
name=
"smiley"
/>
</span>
<span
class=
"award-control-icon award-control-icon-super-positive"
>
<icon
name=
"
emoji_
smiley"
/>
<icon
name=
"smiley"
/>
</span>
<i
aria-hidden=
"true"
...
...
app/assets/javascripts/set_status_modal/set_status_modal_wrapper.vue
View file @
13c2317d
...
...
@@ -194,9 +194,9 @@ export default {
v-show=
"noEmoji"
class=
"js-no-emoji-placeholder no-emoji-placeholder position-relative"
>
<icon
name=
"
emoji_slightly_smiling_fac
e"
css-classes=
"award-control-icon-neutral"
/>
<icon
name=
"
emoji_
smiley"
css-classes=
"award-control-icon-positive"
/>
<icon
name=
"
emoji_
smile"
css-classes=
"award-control-icon-super-positive"
/>
<icon
name=
"
slight-smil
e"
css-classes=
"award-control-icon-neutral"
/>
<icon
name=
"smiley"
css-classes=
"award-control-icon-positive"
/>
<icon
name=
"smile"
css-classes=
"award-control-icon-super-positive"
/>
</span>
</button>
</span>
...
...
app/assets/stylesheets/framework/awards.scss
View file @
13c2317d
...
...
@@ -151,8 +151,7 @@
outline
:
0
;
.award-control-icon
svg
{
background
:
$award-emoji-positive-add-bg
;
fill
:
$award-emoji-positive-add-lines
;
fill
:
$blue-500
;
}
.award-control-icon-neutral
{
...
...
app/assets/stylesheets/framework/filters.scss
View file @
13c2317d
...
...
@@ -218,7 +218,7 @@
min-width
:
200px
;
padding-right
:
25px
;
padding-left
:
0
;
height
:
$input-height
;
height
:
$input-height
-
2
;
line-height
:
inherit
;
border-color
:
transparent
;
...
...
app/views/award_emoji/_awards_block.html.haml
View file @
13c2317d
...
...
@@ -13,7 +13,7 @@
%button
.btn.award-control.has-tooltip.js-add-award
{
type:
'button'
,
'aria-label'
:
_
(
'Add reaction'
),
data:
{
title:
_
(
'Add reaction'
)
}
}
%span
{
class:
"award-control-icon award-control-icon-neutral"
}=
custom_icon
(
'emoji_slightly_smiling_fac
e'
)
%span
{
class:
"award-control-icon award-control-icon-positive"
}=
custom_icon
(
'emoji_
smiley'
)
%span
{
class:
"award-control-icon award-control-icon-super-positive"
}=
custom_icon
(
'emoji_
smile'
)
%span
{
class:
"award-control-icon award-control-icon-neutral"
}=
sprite_icon
(
'slight-smil
e'
)
%span
{
class:
"award-control-icon award-control-icon-positive"
}=
sprite_icon
(
'
smiley'
)
%span
{
class:
"award-control-icon award-control-icon-super-positive"
}=
sprite_icon
(
'
smile'
)
=
icon
(
'spinner spin'
,
class:
"award-control-icon award-control-icon-loading"
)
app/views/profiles/show.html.haml
View file @
13c2317d
...
...
@@ -47,9 +47,9 @@
-
if
@user
.
status
=
emoji_icon
@user
.
status
.
emoji
%span
#js-no-emoji-placeholder
.no-emoji-placeholder
{
class:
(
'hidden'
if
@user
.
status
)
}
=
sprite_icon
(
'
emoji_slightly_smiling_fac
e'
,
css_class:
'award-control-icon-neutral'
)
=
sprite_icon
(
'
emoji_
smiley'
,
css_class:
'award-control-icon-positive'
)
=
sprite_icon
(
'
emoji_
smile'
,
css_class:
'award-control-icon-super-positive'
)
=
sprite_icon
(
'
slight-smil
e'
,
css_class:
'award-control-icon-neutral'
)
=
sprite_icon
(
'smiley'
,
css_class:
'award-control-icon-positive'
)
=
sprite_icon
(
'smile'
,
css_class:
'award-control-icon-super-positive'
)
-
reset_message_button
=
button_tag
type: :button
,
id:
'js-clear-user-status-button'
,
class:
'clear-user-status btn has-tooltip'
,
...
...
app/views/projects/notes/_actions.html.haml
View file @
13c2317d
...
...
@@ -41,9 +41,9 @@
.note-actions-item
=
button_tag
title:
'Add reaction'
,
class:
"note-action-button note-emoji-button js-add-award js-note-emoji} has-tooltip btn btn-transparent"
,
data:
{
position:
'right'
,
container:
'body'
}
do
=
icon
(
'spinner spin'
)
%span
{
class:
'link-highlight award-control-icon-neutral'
}=
custom_icon
(
'emoji_slightly_smiling_fac
e'
)
%span
{
class:
'link-highlight award-control-icon-positive'
}=
custom_icon
(
'emoji_
smiley'
)
%span
{
class:
'link-highlight award-control-icon-super-positive'
}=
custom_icon
(
'emoji_
smile'
)
%span
{
class:
'link-highlight award-control-icon-neutral'
}=
sprite_icon
(
'slight-smil
e'
)
%span
{
class:
'link-highlight award-control-icon-positive'
}=
sprite_icon
(
'
smiley'
)
%span
{
class:
'link-highlight award-control-icon-super-positive'
}=
sprite_icon
(
'
smile'
)
-
if
note_editable
.note-actions-item
...
...
app/views/shared/icons/_emoji_slightly_smiling_face.svg
deleted
100644 → 0
View file @
9dcd75ba
<svg
width=
"18"
height=
"18"
viewBox=
"0 0 18 18"
xmlns=
"http://www.w3.org/2000/svg"
><path
d=
"M13.29 11.098a4.328 4.328 0 0 1-1.618 2.285c-.79.578-1.68.867-2.672.867-.992 0-1.883-.29-2.672-.867a4.328 4.328 0 0 1-1.617-2.285.721.721 0 0 1 .047-.569.715.715 0 0 1 .445-.369.721.721 0 0 1 .568.047.715.715 0 0 1 .37.445c.195.625.556 1.131 1.084 1.518A2.93 2.93 0 0 0 9 12.75a2.93 2.93 0 0 0 1.775-.58 2.913 2.913 0 0 0 1.084-1.518.711.711 0 0 1 .375-.445.737.737 0 0 1 .575-.047c.195.063.34.186.433.37.094.183.11.372.047.568zM7.5 6c0 .414-.146.768-.44 1.06-.292.294-.646.44-1.06.44-.414 0-.768-.146-1.06-.44A1.445 1.445 0 0 1 4.5 6c0-.414.146-.768.44-1.06.292-.294.646-.44 1.06-.44.414 0 .768.146 1.06.44.294.292.44.646.44 1.06zm6 0c0 .414-.146.768-.44 1.06-.292.294-.646.44-1.06.44-.414 0-.768-.146-1.06-.44A1.445 1.445 0 0 1 10.5 6c0-.414.146-.768.44-1.06.292-.294.646-.44 1.06-.44.414 0 .768.146 1.06.44.294.292.44.646.44 1.06zm3 3a7.29 7.29 0 0 0-.598-2.912 7.574 7.574 0 0 0-1.6-2.39 7.574 7.574 0 0 0-2.39-1.6A7.29 7.29 0 0 0 9 1.5a7.29 7.29 0 0 0-2.912.598 7.574 7.574 0 0 0-2.39 1.6 7.574 7.574 0 0 0-1.6 2.39A7.29 7.29 0 0 0 1.5 9c0 1.016.2 1.986.598 2.912a7.574 7.574 0 0 0 1.6 2.39 7.574 7.574 0 0 0 2.39 1.6A7.29 7.29 0 0 0 9 16.5a7.29 7.29 0 0 0 2.912-.598 7.574 7.574 0 0 0 2.39-1.6 7.574 7.574 0 0 0 1.6-2.39A7.29 7.29 0 0 0 16.5 9zM18 9a8.804 8.804 0 0 1-1.207 4.518 8.96 8.96 0 0 1-3.275 3.275A8.804 8.804 0 0 1 9 18a8.804 8.804 0 0 1-4.518-1.207 8.96 8.96 0 0 1-3.275-3.275A8.804 8.804 0 0 1 0 9c0-1.633.402-3.139 1.207-4.518a8.96 8.96 0 0 1 3.275-3.275A8.804 8.804 0 0 1 9 0c1.633 0 3.139.402 4.518 1.207a8.96 8.96 0 0 1 3.275 3.275A8.804 8.804 0 0 1 18 9z"
fill-rule=
"evenodd"
/></svg>
app/views/shared/icons/_emoji_smile.svg
deleted
100644 → 0
View file @
9dcd75ba
<svg
width=
"18"
height=
"18"
viewBox=
"0 0 18 18"
xmlns=
"http://www.w3.org/2000/svg"
><path
d=
"M13.29 11.098a4.328 4.328 0 0 1-1.618 2.285c-.79.578-1.68.867-2.672.867-.992 0-1.883-.29-2.672-.867a4.328 4.328 0 0 1-1.617-2.285.721.721 0 0 1 .047-.569.715.715 0 0 1 .445-.369c.195-.062 7.41-.062 7.606 0 .195.063.34.186.433.37.094.183.11.372.047.568zM14 6.37c0 .398-.04.755-.513.755-.473 0-.498-.272-1.237-.272-.74 0-.74.215-1.165.215-.425 0-.585-.3-.585-.698 0-.397.17-.736.513-1.017.341-.281.754-.422 1.237-.422.483 0 .896.14 1.237.422.342.28.513.62.513 1.017zm-6.5 0c0 .398-.04.755-.513.755-.473 0-.498-.272-1.237-.272-.74 0-.74.215-1.165.215-.425 0-.585-.3-.585-.698 0-.397.17-.736.513-1.017.341-.281.754-.422 1.237-.422.483 0 .896.14 1.237.422.342.28.513.62.513 1.017zm9 2.63a7.29 7.29 0 0 0-.598-2.912 7.574 7.574 0 0 0-1.6-2.39 7.574 7.574 0 0 0-2.39-1.6A7.29 7.29 0 0 0 9 1.5a7.29 7.29 0 0 0-2.912.598 7.574 7.574 0 0 0-2.39 1.6 7.574 7.574 0 0 0-1.6 2.39A7.29 7.29 0 0 0 1.5 9c0 1.016.2 1.986.598 2.912a7.574 7.574 0 0 0 1.6 2.39 7.574 7.574 0 0 0 2.39 1.6A7.29 7.29 0 0 0 9 16.5a7.29 7.29 0 0 0 2.912-.598 7.574 7.574 0 0 0 2.39-1.6 7.574 7.574 0 0 0 1.6-2.39A7.29 7.29 0 0 0 16.5 9zM18 9a8.804 8.804 0 0 1-1.207 4.518 8.96 8.96 0 0 1-3.275 3.275A8.804 8.804 0 0 1 9 18a8.804 8.804 0 0 1-4.518-1.207 8.96 8.96 0 0 1-3.275-3.275A8.804 8.804 0 0 1 0 9c0-1.633.402-3.139 1.207-4.518a8.96 8.96 0 0 1 3.275-3.275A8.804 8.804 0 0 1 9 0c1.633 0 3.139.402 4.518 1.207a8.96 8.96 0 0 1 3.275 3.275A8.804 8.804 0 0 1 18 9z"
fill-rule=
"evenodd"
/></svg>
app/views/shared/icons/_emoji_smiley.svg
deleted
100644 → 0
View file @
9dcd75ba
<svg
width=
"18"
height=
"18"
viewBox=
"0 0 18 18"
xmlns=
"http://www.w3.org/2000/svg"
><path
d=
"M13.29 11.098a4.328 4.328 0 0 1-1.618 2.285c-.79.578-1.68.867-2.672.867-.992 0-1.883-.29-2.672-.867a4.328 4.328 0 0 1-1.617-2.285.721.721 0 0 1 .047-.569.715.715 0 0 1 .445-.369c.195-.062 7.41-.062 7.606 0 .195.063.34.186.433.37.094.183.11.372.047.568h.001zM7.5 6c0 .414-.146.768-.44 1.06A1.44 1.44 0 0 1 6 7.5a1.44 1.44 0 0 1-1.06-.44A1.445 1.445 0 0 1 4.5 6c0-.414.146-.768.44-1.06A1.44 1.44 0 0 1 6 4.5c.414 0 .768.146 1.06.44.294.292.44.646.44 1.06zm6 0c0 .414-.146.768-.44 1.06A1.44 1.44 0 0 1 12 7.5a1.44 1.44 0 0 1-1.06-.44A1.445 1.445 0 0 1 10.5 6c0-.414.146-.768.44-1.06A1.44 1.44 0 0 1 12 4.5c.414 0 .768.146 1.06.44.294.292.44.646.44 1.06zm3 3a7.29 7.29 0 0 0-.598-2.912 7.574 7.574 0 0 0-1.6-2.39 7.574 7.574 0 0 0-2.39-1.6A7.29 7.29 0 0 0 9 1.5a7.29 7.29 0 0 0-2.912.598 7.574 7.574 0 0 0-2.39 1.6 7.574 7.574 0 0 0-1.6 2.39A7.29 7.29 0 0 0 1.5 9c0 1.016.2 1.986.598 2.912a7.574 7.574 0 0 0 1.6 2.39 7.574 7.574 0 0 0 2.39 1.6c.92.397 1.91.6 2.912.598a7.29 7.29 0 0 0 2.912-.598 7.574 7.574 0 0 0 2.39-1.6 7.574 7.574 0 0 0 1.6-2.39c.397-.92.6-1.91.598-2.912zM18 9a8.804 8.804 0 0 1-1.207 4.518 8.96 8.96 0 0 1-3.275 3.275A8.804 8.804 0 0 1 9 18a8.804 8.804 0 0 1-4.518-1.207 8.96 8.96 0 0 1-3.275-3.275A8.804 8.804 0 0 1 0 9c0-1.633.402-3.139 1.207-4.518a8.96 8.96 0 0 1 3.275-3.275A8.804 8.804 0 0 1 9 0c1.633 0 3.139.402 4.518 1.207a8.96 8.96 0 0 1 3.275 3.275A8.804 8.804 0 0 1 18 9z"
fill-rule=
"nonzero"
/></svg>
app/views/snippets/notes/_actions.html.haml
View file @
13c2317d
...
...
@@ -3,9 +3,9 @@
.note-actions-item
=
link_to
'#'
,
title:
_
(
'Add reaction'
),
class:
"note-action-button note-emoji-button js-add-award js-note-emoji has-tooltip"
,
data:
{
position:
'right'
}
do
=
icon
(
'spinner spin'
)
%span
{
class:
'link-highlight award-control-icon-neutral'
}=
custom_icon
(
'emoji_slightly_smiling_fac
e'
)
%span
{
class:
'link-highlight award-control-icon-positive'
}=
custom_icon
(
'emoji_
smiley'
)
%span
{
class:
'link-highlight award-control-icon-super-positive'
}=
custom_icon
(
'emoji_
smile'
)
%span
{
class:
'link-highlight award-control-icon-neutral'
}=
sprite_icon
(
'slight-smil
e'
)
%span
{
class:
'link-highlight award-control-icon-positive'
}=
sprite_icon
(
'
smiley'
)
%span
{
class:
'link-highlight award-control-icon-super-positive'
}=
sprite_icon
(
'
smile'
)
-
if
note_editable
.note-actions-item
...
...
changelogs/unreleased/49041-issue-board-input-height.yml
0 → 100644
View file @
13c2317d
---
title
:
Reduce height of issue board input to align with buttons
merge_request
:
author
:
type
:
other
changelogs/unreleased/update-smileys-new.yml
0 → 100644
View file @
13c2317d
---
title
:
Update new smiley icons, find n replace old names with new ones
merge_request
:
28338
author
:
Jarek Ostrowski
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