BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
09ab85a9
Commit
09ab85a9
authored
Apr 12, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch…
Revert "Merge branch '44870-remove-extra-space-around-comment-form-on-merge-requests' into 'master'" This reverts merge request !18120
parent
1e54e30f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
47 additions
and
31 deletions
+47
-31
notes.js
app/assets/javascripts/notes.js
+2
-2
noteable_discussion.vue
...sets/javascripts/notes/components/noteable_discussion.vue
+3
-1
diff.scss
app/assets/stylesheets/pages/diff.scss
+0
-1
note_form.scss
app/assets/stylesheets/pages/note_form.scss
+11
-2
notes.scss
app/assets/stylesheets/pages/notes.scss
+13
-3
_form.html.haml
app/views/shared/notes/_form.html.haml
+18
-17
44870-remove-extra-space-around-comment-form-on-merge-requests.yml
...ove-extra-space-around-comment-form-on-merge-requests.yml
+0
-5
No files found.
app/assets/javascripts/notes.js
View file @
09ab85a9
...
...
@@ -1190,12 +1190,12 @@ export default class Notes {
addForm
=
false
;
let
lineTypeSelector
=
''
;
rowCssToAdd
=
'<tr class="notes_holder js-temp-notes-holder"><td class="notes_line" colspan="2"></td><td class="notes_content"><div class="content
discussion-notes
"></div></td></tr>'
;
'<tr class="notes_holder js-temp-notes-holder"><td class="notes_line" colspan="2"></td><td class="notes_content"><div class="content"></div></td></tr>'
;
// In parallel view, look inside the correct left/right pane
if
(
this
.
isParallelView
())
{
lineTypeSelector
=
`.
${
lineType
}
`
;
rowCssToAdd
=
'<tr class="notes_holder js-temp-notes-holder"><td class="notes_line old"></td><td class="notes_content parallel old"><div class="content
discussion-notes"></div></td><td class="notes_line new"></td><td class="notes_content parallel new"><div class="content discussion-notes
"></div></td></tr>'
;
'<tr class="notes_holder js-temp-notes-holder"><td class="notes_line old"></td><td class="notes_content parallel old"><div class="content
"></div></td><td class="notes_line new"></td><td class="notes_content parallel new"><div class="content
"></div></td></tr>'
;
}
const
notesContentSelector
=
`.notes_content
${
lineTypeSelector
}
.content`
;
let
notesContent
=
targetRow
.
find
(
notesContentSelector
);
...
...
app/assets/javascripts/notes/components/noteable_discussion.vue
View file @
09ab85a9
...
...
@@ -258,7 +258,9 @@ Please check your network connection and try again.`;
:key=
"note.id"
/>
</ul>
<div
class=
"discussion-reply-holder"
>
<div
:class=
"
{ 'is-replying': isReplying }"
class="discussion-reply-holder">
<template
v-if=
"!isReplying && canReply"
>
<div
class=
"btn-group-justified discussion-with-resolve-btn"
...
...
app/assets/stylesheets/pages/diff.scss
View file @
09ab85a9
...
...
@@ -813,7 +813,6 @@
}
.discussion-notes
{
padding
:
0
$gl-padding
$gl-padding
;
min-height
:
35px
;
&
:first-child
{
...
...
app/assets/stylesheets/pages/note_form.scss
View file @
09ab85a9
...
...
@@ -173,7 +173,11 @@
}
.discussion-form
{
padding-top
:
$gl-padding-top
;
background-color
:
$white-light
;
}
.discussion-form-container
{
padding
:
$gl-padding-top
$gl-padding
$gl-padding
;
}
.discussion-notes
.disabled-comment
{
...
...
@@ -233,7 +237,12 @@
.discussion-body
,
.diff-file
{
.discussion-reply-holder
{
padding-top
:
$gl-padding
;
background-color
:
$white-light
;
padding
:
10px
16px
;
&
.is-replying
{
padding-bottom
:
$gl-padding
;
}
}
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
09ab85a9
...
...
@@ -47,7 +47,7 @@ ul.notes {
}
.timeline-entry-inner
{
padding
:
$gl-padding
0
;
padding
:
$gl-padding
$gl-btn-padding
;
border-bottom
:
1px
solid
$white-normal
;
}
...
...
@@ -94,6 +94,12 @@ ul.notes {
}
}
&
.note-discussion
{
.timeline-entry-inner
{
padding
:
$gl-padding
10px
;
}
}
.editing-spinner
{
display
:
none
;
}
...
...
@@ -346,8 +352,6 @@ ul.notes {
}
.discussion-notes
{
background-color
:
$white-light
;
&
:not
(
:first-child
)
{
border-top
:
1px
solid
$white-normal
;
margin-top
:
20px
;
...
...
@@ -359,6 +363,10 @@ ul.notes {
}
}
.notes
{
background-color
:
$white-light
;
}
a
code
{
top
:
0
;
margin-right
:
0
;
...
...
@@ -639,6 +647,8 @@ ul.notes {
border-bottom
:
1px
solid
$white-normal
;
.timeline-entry-inner
{
padding-left
:
$gl-padding
;
padding-right
:
$gl-padding
;
border-bottom
:
0
;
}
}
...
...
app/views/shared/notes/_form.html.haml
View file @
09ab85a9
...
...
@@ -24,20 +24,21 @@
-# DiffNote
=
f
.
hidden_field
:position
=
render
layout:
'projects/md_preview'
,
locals:
{
url:
preview_url
,
referenced_users:
true
}
do
=
render
'projects/zen'
,
f:
f
,
attr: :note
,
classes:
'note-textarea js-note-text'
,
placeholder:
"Write a comment or drag your files here..."
,
supports_quick_actions:
supports_quick_actions
,
supports_autocomplete:
supports_autocomplete
=
render
'shared/notes/hints'
,
supports_quick_actions:
supports_quick_actions
.error-alert
.note-form-actions.clearfix
=
render
partial:
'shared/notes/comment_button'
=
yield
(
:note_actions
)
%a
.btn.btn-cancel.js-note-discard
{
role:
"button"
,
data:
{
cancel_text:
"Cancel"
}
}
Discard draft
.discussion-form-container
=
render
layout:
'projects/md_preview'
,
locals:
{
url:
preview_url
,
referenced_users:
true
}
do
=
render
'projects/zen'
,
f:
f
,
attr: :note
,
classes:
'note-textarea js-note-text'
,
placeholder:
"Write a comment or drag your files here..."
,
supports_quick_actions:
supports_quick_actions
,
supports_autocomplete:
supports_autocomplete
=
render
'shared/notes/hints'
,
supports_quick_actions:
supports_quick_actions
.error-alert
.note-form-actions.clearfix
=
render
partial:
'shared/notes/comment_button'
=
yield
(
:note_actions
)
%a
.btn.btn-cancel.js-note-discard
{
role:
"button"
,
data:
{
cancel_text:
"Cancel"
}
}
Discard draft
changelogs/unreleased/44870-remove-extra-space-around-comment-form-on-merge-requests.yml
deleted
100644 → 0
View file @
1e54e30f
---
title
:
Refactor and tweak margin for note forms on Issuable
merge_request
:
18120
author
:
Takuya Noguchi
type
:
fixed
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