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
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
Grégoire Locqueville
purescript-gargantext
Compare Revisions
dev...dev-sidebar-root-node-patch
You need to sign in or sign up before continuing.
Source
dev-sidebar-root-node-patch
Select Git revision
...
Target
dev
Select Git revision
Compare
Commits (1)
[Sidebar] root/child nodes when removing
· 8b421467
Przemyslaw Kaminski
authored
5 years ago
NOTE: This doesn't compile yet
8b421467
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
115 additions
and
53 deletions
+115
-53
Graph.css
dist/styles/Graph.css
+4
-0
Graph.sass
dist/styles/Graph.sass
+4
-0
Sidebar.purs
src/Gargantext/Components/GraphExplorer/Sidebar.purs
+107
-53
No files found.
dist/styles/Graph.css
View file @
8b421467
...
...
@@ -34,6 +34,10 @@
left
:
70%
;
width
:
30%
;
}
#graph-explorer
#sp-container
.badge-primary
{
background-color
:
#d9534f
;
color
:
#fff
;
}
#graph-explorer
#sp-container
#myTab
{
marginBottom
:
18px
;
marginTop
:
18px
;
...
...
This diff is collapsed.
Click to expand it.
dist/styles/Graph.sass
View file @
8b421467
...
...
@@ -33,6 +33,10 @@
left
:
70%
width
:
30%
.badge-primary
background-color
:
#d9534f
color
:
#fff
#myTab
marginBottom
:
18px
marginTop
:
18px
...
...
This diff is collapsed.
Click to expand it.
src/Gargantext/Components/GraphExplorer/Sidebar.purs
View file @
8b421467
This diff is collapsed.
Click to expand it.