Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
gargantext
purescript-gargantext
Commits
656fff60
Commit
656fff60
authored
Aug 12, 2019
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Graph] Sidebar (added checkboxes)
parent
61bed3f7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
1 deletion
+49
-1
Graph.css
dist/styles/Graph.css
+4
-0
Graph.sass
dist/styles/Graph.sass
+5
-0
Sidebar.purs
src/Gargantext/Components/GraphExplorer/Sidebar.purs
+40
-1
No files found.
dist/styles/Graph.css
View file @
656fff60
...
@@ -22,5 +22,9 @@
...
@@ -22,5 +22,9 @@
borderBottom
:
1px
solid
black
;
borderBottom
:
1px
solid
black
;
paddingBottom
:
19px
;
paddingBottom
:
19px
;
}
}
#graph-explorer
#sp-container
#horizontal-checkbox
ul
{
display
:
inline
;
float
:
left
;
}
/*# sourceMappingURL=Graph.css.map */
/*# sourceMappingURL=Graph.css.map */
dist/styles/Graph.sass
View file @
656fff60
...
@@ -21,3 +21,8 @@
...
@@ -21,3 +21,8 @@
#myTabContent
#myTabContent
borderBottom
:
1px
solid
black
borderBottom
:
1px
solid
black
paddingBottom
:
19px
paddingBottom
:
19px
#horizontal-checkbox
ul
display
:
inline
float
:
left
src/Gargantext/Components/GraphExplorer/Sidebar.purs
View file @
656fff60
...
@@ -24,7 +24,7 @@ sidebarCpt = R.hooksComponent "Sidebar" cpt
...
@@ -24,7 +24,7 @@ sidebarCpt = R.hooksComponent "Sidebar" cpt
RH.div { id: "sp-container"
RH.div { id: "sp-container"
, className: "col-md-2" }
, className: "col-md-2" }
[
[
RH.div {
id: "sp-container"
}
RH.div {}
[
[
RH.div { className: "row" }
RH.div { className: "row" }
[
[
...
@@ -64,6 +64,45 @@ sidebarCpt = R.hooksComponent "Sidebar" cpt
...
@@ -64,6 +64,45 @@ sidebarCpt = R.hooksComponent "Sidebar" cpt
]
]
]
]
]
]
, RH.div { className: "col-md-12"
, id: "horizontal-checkbox" }
[
RH.ul {}
[
RH.li {}
[
RH.span {} [ RH.text "Pubs" ]
, RH.input { type: "checkbox"
, className: "checkbox"
, checked: true
, title: "Mark as completed" }
]
, RH.li {}
[
RH.span {} [ RH.text "Projects" ]
, RH.input { type: "checkbox"
, className: "checkbox"
, checked: true
, title: "Mark as completed" }
]
, RH.li {}
[
RH.span {} [ RH.text "Patents" ]
, RH.input { type: "checkbox"
, className: "checkbox"
, checked: true
, title: "Mark as completed" }
]
, RH.li {}
[
RH.span {} [ RH.text "Others" ]
, RH.input { type: "checkbox"
, className: "checkbox"
, checked: true
, title: "Mark as completed" }
]
]
]
]
]
]
]
]
]
...
...
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