Commit cba19f3b authored by Alexandre Delanoë's avatar Alexandre Delanoë

[PAGE] Corpus facets: space between facets and Trash.

parent a5911fd0
...@@ -53,6 +53,7 @@ statefulTabs = ...@@ -53,6 +53,7 @@ statefulTabs =
, Tuple "Authors" $ ngramsViewSpec {mode: Authors } , Tuple "Authors" $ ngramsViewSpec {mode: Authors }
, Tuple "Institutes" $ ngramsViewSpec {mode: Institutes} , Tuple "Institutes" $ ngramsViewSpec {mode: Institutes}
, Tuple "Terms" $ ngramsViewSpec {mode: Terms } , Tuple "Terms" $ ngramsViewSpec {mode: Terms }
, Tuple "" $ trash -- TODO empty here
, Tuple "Trash" $ trash , Tuple "Trash" $ trash
] ]
where where
...@@ -66,7 +67,6 @@ statefulTabs = ...@@ -66,7 +67,6 @@ statefulTabs =
, totalRecords: 4737}) $ noState DT.docViewSpec , totalRecords: 4737}) $ noState DT.docViewSpec
) )
) )
trash = cmapProps (\{path: nodeId} -> { nodeId trash = cmapProps (\{path: nodeId} -> { nodeId
, chart: div [][] , chart: div [][]
, tabType: TabCorpus TabTrash , tabType: TabCorpus TabTrash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment