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
Commits
5b18d623
Commit
5b18d623
authored
May 27, 2019
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into search-field-styling
parents
f88ca0a9
95a7e07f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
README.md
README.md
+1
-0
Specs.purs
src/Gargantext/Pages/Layout/Specs.purs
+4
-7
No files found.
README.md
View file @
5b18d623
...
@@ -31,6 +31,7 @@ curl -sL https://deb.nodesource.com/setup_11.x | sudo bash -
...
@@ -31,6 +31,7 @@ curl -sL https://deb.nodesource.com/setup_11.x | sudo bash -
sudo
apt update
&&
sudo
apt
install
nodejs
sudo
apt update
&&
sudo
apt
install
nodejs
```
```
(For Ubuntu):
```
shell
```
shell
curl
-sS
https://dl.yarnpkg.com/debian/pubkey.gpg |
sudo
apt-key add -
curl
-sS
https://dl.yarnpkg.com/debian/pubkey.gpg |
sudo
apt-key add -
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
sudo tee
/etc/apt/sources.list.d/yarn.list
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
sudo tee
/etc/apt/sources.list.d/yarn.list
...
...
src/Gargantext/Pages/Layout/Specs.purs
View file @
5b18d623
...
@@ -76,8 +76,7 @@ layout0 :: Spec AppState {} Action
...
@@ -76,8 +76,7 @@ layout0 :: Spec AppState {} Action
-> Spec AppState {} Action
-> Spec AppState {} Action
layout0 layout =
layout0 layout =
fold
fold
[ searchBar
[ outerLayout
, outerLayout
, layoutFooter
, layoutFooter
]
]
where
where
...
@@ -95,9 +94,7 @@ layout0 layout =
...
@@ -95,9 +94,7 @@ layout0 layout =
, rs bs
, rs bs
]
]
ls = over _render \render d p s c -> [
ls = over _render \render d p s c -> [
div [ className "col-md-2", style {paddingTop: "60px"} ]
div [ className "col-md-2", style {paddingTop: "60px"} ] $ render d p s c
$ [ R'.scuff (SB.searchBar SB.defaultProps) ]
<> (render d p s c)
]
]
rs = over _render \render d p s c -> [
rs = over _render \render d p s c -> [
...
@@ -127,8 +124,7 @@ layout1 :: Spec AppState {} Action
...
@@ -127,8 +124,7 @@ layout1 :: Spec AppState {} Action
-> Spec AppState {} Action
-> Spec AppState {} Action
layout1 layout =
layout1 layout =
fold
fold
[ searchBar
[ layout
, layout
-- , outerLayout
-- , outerLayout
, layoutFooter
, layoutFooter
]
]
...
@@ -182,6 +178,7 @@ searchBar = simpleSpec defaultPerformAction render
...
@@ -182,6 +178,7 @@ searchBar = simpleSpec defaultPerformAction render
, div [ className "collapse navbar-collapse"
, div [ className "collapse navbar-collapse"
]
]
$ [ divDropdownLeft ]
$ [ divDropdownLeft ]
<> [ R'.scuff (SB.searchBar SB.defaultProps) ]
<> [ divDropdownRight d s ]
<> [ divDropdownRight d s ]
]
]
]
]
...
...
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