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
d89d402a
Commit
d89d402a
authored
Apr 19, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Tree] removing buttons that do not work yet.
parent
a1d04f92
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
21 deletions
+14
-21
Node.purs
src/Gargantext/Components/Forest/Tree/Node.purs
+14
-21
No files found.
src/Gargantext/Components/Forest/Tree/Node.purs
View file @
d89d402a
...
...
@@ -82,18 +82,14 @@ settingsBox NodeUser = SettingsBox {
show: true
, edit : false
, doc : Documentation NodeUser
, buttons : [ SearchBox
, Add [FolderPrivate, FolderShared, FolderPublic]
, Delete
]
, buttons : [ Delete ]
}
settingsBox FolderPrivate = SettingsBox {
show: true
, edit : false
, doc : Documentation FolderPrivate
, buttons : [ SearchBox
, Add [ Corpus
, buttons : [ Add [ Corpus
, Folder
, Annuaire
]
...
...
@@ -104,8 +100,7 @@ settingsBox Team = SettingsBox {
show: true
, edit : true
, doc : Documentation Team
, buttons : [ SearchBox
, Add [ Corpus
, buttons : [ Add [ Corpus
, Folder
, Annuaire
]
...
...
@@ -125,8 +120,7 @@ settingsBox FolderPublic = SettingsBox {
show: true
, edit : false
, doc : Documentation FolderPublic
, buttons : [ SearchBox
, Add [ Corpus
, buttons : [ Add [ Corpus
, Folder
]
]
...
...
@@ -136,8 +130,7 @@ settingsBox Folder = SettingsBox {
show: true
, edit : true
, doc : Documentation Folder
, buttons : [ SearchBox
, Add [ Corpus
, buttons : [ Add [ Corpus
, Folder
, Annuaire
]
...
...
@@ -150,10 +143,10 @@ settingsBox Corpus = SettingsBox {
, edit : true
, doc : Documentation Corpus
, buttons : [ SearchBox
, Add [ NodeList
{-
, Add [ NodeList
, Graph
, Dashboard
]
]
-}
, Upload
, Download
--, Share
...
...
@@ -170,7 +163,7 @@ settingsBox Texts = SettingsBox {
, doc : Documentation Texts
, buttons : [ Upload
, Download
, Delete
--
, Delete
]
}
...
...
@@ -178,9 +171,8 @@ settingsBox Graph = SettingsBox {
show: true
, edit : false
, doc : Documentation Graph
, buttons : [ Documentation Graph
, Download
, Delete
, buttons : [ -- Download
-- , Delete
]
}
...
...
@@ -191,7 +183,7 @@ settingsBox NodeList = SettingsBox {
, buttons : [ Upload
, CopyFromCorpus
, Download
, Delete
--
, Delete
]
}
...
...
@@ -199,7 +191,7 @@ settingsBox Dashboard = SettingsBox {
show: true
, edit : false
, doc : Documentation Dashboard
, buttons : [
Delete
]
, buttons : []
}
settingsBox Annuaire = SettingsBox {
...
...
@@ -207,7 +199,8 @@ settingsBox Annuaire = SettingsBox {
, edit : false
, doc : Documentation Annuaire
, buttons : [ Upload
, Delete ]
, Delete
]
}
settingsBox _ = SettingsBox {
...
...
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