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
11d6995a
Commit
11d6995a
authored
Dec 10, 2018
by
Sudhir Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merged changes
parent
f58560ea
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
370 deletions
+8
-370
DocsTable.purs
src/Gargantext/Components/DocsTable.purs
+7
-4
Config.purs
src/Gargantext/Config.purs
+1
-1
Documents.purs
src/Gargantext/Pages/Corpus/Tabs/Documents.purs
+0
-365
No files found.
src/Gargantext/Components/DocsTable.purs
View file @
11d6995a
...
...
@@ -139,8 +139,8 @@ instance decodeResponse :: DecodeJson Response where
filterSpec :: forall state props action. Spec state props action
filterSpec = simpleSpec defaultPerformAction render
where
render d p s c = [div [ className "col-md-2"] [ text " Filter "
, input [className "form-control"]
render d p s c = [div [ className "col-md-2"
, style {textAlign : "center", marginLeft : "0px", paddingLeft : "0px"}
] [ text " Filter "
, input [className "form-control"
, placeholder "Filter here"
]
]]
docViewSpec :: Spec {} Props Void
...
...
@@ -170,8 +170,11 @@ layoutDocview = simpleSpec performAction render
render :: Render State Props Action
render dispatch {nodeId, tabType, totalRecords, chart} _ _ =
[ p [] []
, div [ style {textAlign : "center"}] [input [placeholder "Filter here"]]
[ br'
, div [ style {textAlign : "center"}] [ text " Filter "
, input [className "form-control", style {width : "120px", display : "inline-block"}, placeholder "Filter here"]
]
, p [] [text ""]
, br'
, div [className "container1"]
[ div [className "row"]
...
...
src/Gargantext/Config.purs
View file @
11d6995a
...
...
@@ -25,7 +25,7 @@ endConfig = endConfig' V10
endConfig' :: ApiVersion -> EndConfig
endConfig' v = { front : frontRelative
, back : back
Local
v }
, back : back
Dev
v }
------------------------------------------------------------------------
frontRelative :: Config
...
...
src/Gargantext/Pages/Corpus/Tabs/Documents.purs
deleted
100644 → 0
View file @
f58560ea
This diff is collapsed.
Click to expand it.
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