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
cd52139d
Commit
cd52139d
authored
Oct 21, 2020
by
Himanshu Kapoor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unstaged icon from view
parent
f422a13f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
app/assets/javascripts/ide/components/commit_sidebar/list.vue
...assets/javascripts/ide/components/commit_sidebar/list.vue
+0
-5
app/assets/javascripts/ide/components/repo_commit_section.vue
...assets/javascripts/ide/components/repo_commit_section.vue
+0
-1
changelogs/unreleased/231234-remove-unstaged-icon.yml
changelogs/unreleased/231234-remove-unstaged-icon.yml
+5
-0
spec/frontend/ide/components/commit_sidebar/list_spec.js
spec/frontend/ide/components/commit_sidebar/list_spec.js
+0
-1
No files found.
app/assets/javascripts/ide/components/commit_sidebar/list.vue
View file @
cd52139d
...
...
@@ -19,10 +19,6 @@ export default {
type
:
Array
,
required
:
true
,
},
iconName
:
{
type
:
String
,
required
:
true
,
},
stagedList
:
{
type
:
Boolean
,
required
:
false
,
...
...
@@ -73,7 +69,6 @@ export default {
<div
class=
"ide-commit-list-container"
>
<header
class=
"multi-file-commit-panel-header d-flex mb-0"
>
<div
class=
"d-flex align-items-center flex-fill"
>
<gl-icon
v-once
:name=
"iconName"
:size=
"18"
class=
"gl-mr-3"
/>
<strong>
{{
titleText
}}
</strong>
<div
class=
"d-flex ml-auto"
>
<button
...
...
app/assets/javascripts/ide/components/repo_commit_section.vue
View file @
cd52139d
...
...
@@ -68,7 +68,6 @@ export default {
:active-file-key=
"activeFileKey"
:empty-state-text=
"__('There are no changes')"
class=
"is-first"
icon-name=
"unstaged"
/>
</
template
>
<empty-state
v-else
/>
...
...
changelogs/unreleased/231234-remove-unstaged-icon.yml
0 → 100644
View file @
cd52139d
---
title
:
Removes the hamburger icon in the Changes tab in Web IDE
merge_request
:
45717
author
:
type
:
fixed
spec/frontend/ide/components/commit_sidebar/list_spec.js
View file @
cd52139d
...
...
@@ -16,7 +16,6 @@ describe('Multi-file editor commit sidebar list', () => {
vm
=
createComponentWithStore
(
Component
,
store
,
{
title
:
'
Staged
'
,
fileList
:
[],
iconName
:
'
staged
'
,
action
:
'
stageAllChanges
'
,
actionBtnText
:
'
stage all
'
,
actionBtnIcon
:
'
history
'
,
...
...
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