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
Christian Merten
purescript-gargantext
Commits
0f863d28
Commit
0f863d28
authored
Jan 27, 2020
by
Mudada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Looking for typeclass, have you seen any ?
parent
7b864b3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Box.purs
src/Gargantext/Components/Forest/Tree/Node/Box.purs
+7
-1
No files found.
src/Gargantext/Components/Forest/Tree/Node/Box.purs
View file @
0f863d28
...
...
@@ -31,6 +31,11 @@ import URI.Query as Query
import Web.File.FileReader.Aff (readAsText)
import DOM.Simple.Types
import DOM.Simple.Window
import DOM.Simple.EventListener
import Effect.Console
-- Main Node
type NodeMainSpanProps =
( id :: ID
...
...
@@ -285,7 +290,7 @@ nodePopupView d p mPop@(Just NodePopup /\ setPopupOpen) = R.createElement el p [
componentIsTex (search /\ setSearch) =
H.iframe { src: isTexTermUrl search.term , width: "100%", height: "100%"} []
isTexUrl = "https://istex.gargantext.org"
isTexUrl =
"http://0.0.0.0:8080/"--
"https://istex.gargantext.org"
isTexLocalUrl = "http://localhost:8083"
isTexTermUrl term = isTexUrl <> query
where
...
...
@@ -392,3 +397,4 @@ reallyDelete d = H.div {className: "panel-footer"}
[H.text " Yes, delete!"]
]
windowCallBack = addEventListener window "message" (callback errorShow)
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