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
bdcfafca
Commit
bdcfafca
authored
Nov 14, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FOREST][SEARCH] adding iframe.
parent
51b85971
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Corpus.purs
src/Gargantext/Components/Nodes/Corpus.purs
+0
-1
SearchField.purs
src/Gargantext/Components/Search/SearchField.purs
+2
-1
No files found.
src/Gargantext/Components/Nodes/Corpus.purs
View file @
bdcfafca
...
@@ -26,7 +26,6 @@ corpusLayoutCpt = R.staticComponent "G.P.Corpus.corpusLayout" cpt
...
@@ -26,7 +26,6 @@ corpusLayoutCpt = R.staticComponent "G.P.Corpus.corpusLayout" cpt
H.div {}
H.div {}
[ H.h1 {} [H.text "Corpus Description"]
[ H.h1 {} [H.text "Corpus Description"]
, H.p {} [H.text "Soon: corpus synthesis here (when all others charts/features will be stabilized)."]
, H.p {} [H.text "Soon: corpus synthesis here (when all others charts/features will be stabilized)."]
, H.iframe { src: "http://cillex.gargantext.org", width: "100%", height: "100%"} []
]
]
newtype CorpusInfo =
newtype CorpusInfo =
...
...
src/Gargantext/Components/Search/SearchField.purs
View file @
bdcfafca
...
@@ -115,7 +115,8 @@ searchFieldComponent = R.memo (R.hooksComponent "SearchField" cpt) hasChanged
...
@@ -115,7 +115,8 @@ searchFieldComponent = R.memo (R.hooksComponent "SearchField" cpt) hasChanged
, style: { border : "1px solid rgba(0,0,0,0.2)"
, style: { border : "1px solid rgba(0,0,0,0.2)"
, boxShadow : "0 2px 5px rgba(0,0,0,0.2)"
, boxShadow : "0 2px 5px rgba(0,0,0,0.2)"
}
}
} []
} [ H.iframe { src: "https://istex.gargantext.org", width: "100%", height: "100%"} []
]
]
]
else H.div {} []
else H.div {} []
...
...
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