Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
48e8df8c
Commit
48e8df8c
authored
Jun 18, 2019
by
Robert Knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update icon for "New private group" menu item
parent
9b74dcbb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
add-group.svg
src/images/icons/add-group.svg
+0
-3
add.svg
src/images/icons/add.svg
+1
-0
group-list-v2.js
src/sidebar/components/group-list-v2.js
+1
-1
svg-icon.js
src/sidebar/components/svg-icon.js
+1
-1
No files found.
src/images/icons/add-group.svg
deleted
100755 → 0
View file @
9b74dcbb
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
>
<path
fill=
"currentColor"
fill-rule=
"nonzero"
d=
"M8 0c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm4.645 8.903V7.097a.388.388 0 0 0-.387-.387H9.29V3.742a.388.388 0 0 0-.387-.387H7.097a.388.388 0 0 0-.387.387V6.71H3.742a.388.388 0 0 0-.387.387v1.806c0 .213.174.387.387.387H6.71v2.968c0 .213.174.387.387.387h1.806a.388.388 0 0 0 .387-.387V9.29h2.968a.388.388 0 0 0 .387-.387z"
/>
</svg>
\ No newline at end of file
src/images/icons/add.svg
0 → 100644
View file @
48e8df8c
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
aria-hidden=
"true"
focusable=
"false"
class=
"Icon Icon--plus"
><g
fill-rule=
"evenodd"
><path
fill=
"none"
fill-rule=
"evenodd"
stroke=
"currentColor"
stroke-linecap=
"round"
stroke-linejoin=
"round"
stroke-width=
"2"
d=
"M8 8V3v5H3h5zm0 0v5-5h5-5z"
></path><rect
fill=
"none"
stroke=
"none"
x=
"0"
y=
"0"
width=
"16"
height=
"16"
></rect></g></svg>
\ No newline at end of file
src/sidebar/components/group-list-v2.js
View file @
48e8df8c
...
...
@@ -104,7 +104,7 @@ function GroupList({ serviceUrl, settings }) {
{
canCreateNewGroup
&&
(
<
MenuItem
icon
=
"add
-group
"
icon
=
"add"
href
=
{
newGroupLink
}
label
=
"New private group"
style
=
"shaded"
...
...
src/sidebar/components/svg-icon.js
View file @
48e8df8c
...
...
@@ -6,7 +6,7 @@ const propTypes = require('prop-types');
// The list of supported icons
const
icons
=
{
'add-group'
:
require
(
'../../images/icons/add-group
.svg'
),
add
:
require
(
'../../images/icons/add
.svg'
),
'collapse-menu'
:
require
(
'../../images/icons/collapse-menu.svg'
),
'expand-menu'
:
require
(
'../../images/icons/expand-menu.svg'
),
copy
:
require
(
'../../images/icons/copy.svg'
),
...
...
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