-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45581f9
commit d28a5aa
Showing
10 changed files
with
94 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
renderer/components/backlog.js → renderer/components/home/backlog.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
renderer/components/done.js → renderer/components/home/done.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
renderer/components/today.js → renderer/components/home/today.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
'use strict' | ||
|
||
const Dragger = () => { | ||
return ( | ||
<svg width="7px" height="10px" viewBox="0 0 7 10"> | ||
<g | ||
stroke="none" | ||
strokeWidth="1" | ||
fill="#868E96" | ||
fillRule="evenodd" | ||
transform="translate(-289.000000, -184.000000)" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
> | ||
<g transform="translate(25.000000, 167.000000)" stroke="#868E96"> | ||
<g> | ||
<g transform="translate(265.000000, 18.000000)"> | ||
<g> | ||
<ellipse cx="0.555555556" cy="4" rx="1" ry="1" /> | ||
<ellipse cx="0.555555556" cy="0.5" rx="1" ry="1" /> | ||
<ellipse cx="0.555555556" cy="7.5" rx="1" ry="1" /> | ||
</g> | ||
<g id="more-vertical" transform="translate(3.888889, 0.000000)"> | ||
<ellipse cx="0.555555556" cy="4" rx="1" ry="1" /> | ||
<ellipse cx="0.555555556" cy="0.5" rx="1" ry="1" /> | ||
<ellipse cx="0.555555556" cy="7.5" rx="1" ry="1" /> | ||
</g> | ||
</g> | ||
</g> | ||
</g> | ||
</g> | ||
</svg> | ||
) | ||
} | ||
|
||
export default Dragger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters