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
12649939
Commit
12649939
authored
Jun 08, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FEAT|COLLAB] share node implemented
parent
3feee565
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Share.purs
src/Gargantext/Components/Forest/Tree/Node/Action/Share.purs
+2
-2
Box.purs
src/Gargantext/Components/Forest/Tree/Node/Box.purs
+0
-1
No files found.
src/Gargantext/Components/Forest/Tree/Node/Action/Share.purs
View file @
12649939
...
@@ -9,13 +9,13 @@ import Gargantext.Components.Forest.Tree.Node.Action
...
@@ -9,13 +9,13 @@ import Gargantext.Components.Forest.Tree.Node.Action
import Gargantext.Types as GT
import Gargantext.Types as GT
import Gargantext.Types (ID)
import Gargantext.Types (ID)
import Gargantext.Routes as GR
import Gargantext.Routes as GR
import Gargantext.Sessions (Session, p
u
t)
import Gargantext.Sessions (Session, p
os
t)
import Gargantext.Components.Forest.Tree.Node.Tools.TextInputBox as Tools
import Gargantext.Components.Forest.Tree.Node.Tools.TextInputBox as Tools
------------------------------------------------------------------------
------------------------------------------------------------------------
share :: Session -> ID -> ShareValue -> Aff (Array ID)
share :: Session -> ID -> ShareValue -> Aff (Array ID)
share session nodeId =
share session nodeId =
p
u
t session $ GR.NodeAPI GT.Node (Just nodeId) "share"
p
os
t session $ GR.NodeAPI GT.Node (Just nodeId) "share"
shareAction :: String -> Action
shareAction :: String -> Action
shareAction username = ShareNode username
shareAction username = ShareNode username
...
...
src/Gargantext/Components/Forest/Tree/Node/Box.purs
View file @
12649939
...
@@ -417,7 +417,6 @@ nodePopupCpt = R.hooksComponent "G.C.F.T.N.B.nodePopupView" cpt
...
@@ -417,7 +417,6 @@ nodePopupCpt = R.hooksComponent "G.C.F.T.N.B.nodePopupView" cpt
[ H.div {className: ""}
[ H.div {className: ""}
[ H.div { className : "col-md-10 flex-between"}
[ H.div { className : "col-md-10 flex-between"}
[ H.h3 { className: GT.fldr p.nodeType true} [H.text $ show p.nodeType]
[ H.h3 { className: GT.fldr p.nodeType true} [H.text $ show p.nodeType]
-- , H.div { className : "col-md-1" } []
, H.p {className: "text-primary center"} [H.text p.name]
, H.p {className: "text-primary center"} [H.text p.name]
]
]
]
]
...
...
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