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
df089c51
Commit
df089c51
authored
Oct 17, 2023
by
Fabien Manière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removes spaces
parent
279c17ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
Action.purs
src/Gargantext/Components/Forest/Tree/Node/Action.purs
+17
-17
No files found.
src/Gargantext/Components/Forest/Tree/Node/Action.purs
View file @
df089c51
...
@@ -58,23 +58,23 @@ icon NoAction = "hand-o-right"
...
@@ -58,23 +58,23 @@ icon NoAction = "hand-o-right"
-- icon _ = "hand-o-right"
-- icon _ = "hand-o-right"
text :: Action -> String
text :: Action -> String
text (AddNode _ _ ) = "Add
!"
text (AddNode _ _ ) = "Add!"
text (DeleteNode _ ) = "Delete
!"
text (DeleteNode _ ) = "Delete!"
text (RenameNode _ ) = "Rename
!"
text (RenameNode _ ) = "Rename!"
text (UpdateNode _ ) = "Update
!"
text (UpdateNode _ ) = "Update!"
text (ShareTeam _ ) = "Share with team
!"
text (ShareTeam _ ) = "Share with team!"
text (AddContact _ ) = "Add contact
!"
text (AddContact _ ) = "Add contact!"
text (SharePublic _ ) = "Publish
!"
text (SharePublic _ ) = "Publish!"
text (DoSearch _ ) = "Launch search
!"
text (DoSearch _ ) = "Launch search!"
text (UploadFile _ _ _ _ _ _ _) = "Upload File
!"
text (UploadFile _ _ _ _ _ _ _) = "Upload File!"
text (UploadArbitraryFile _ _ _ _) = "Upload arbitrary file
!"
text (UploadArbitraryFile _ _ _ _) = "Upload arbitrary file!"
text (UploadFrameCalc _ _) = "Upload frame calc"
text (UploadFrameCalc _ _) = "Upload frame calc"
text RefreshTree = "Refresh Tree
!"
text RefreshTree = "Refresh Tree!"
text CloseBox = "Close Box
!"
text CloseBox = "Close Box!"
text DownloadNode = "Download
!"
text DownloadNode = "Download!"
text (MoveNode _ ) = "Move
!"
text (MoveNode _ ) = "Move!"
text (MergeNode _ ) = "Merge
!"
text (MergeNode _ ) = "Merge!"
text (LinkNode _ ) = "Link
!"
text (LinkNode _ ) = "Link!"
text (DocumentsFromWriteNodes _ ) = "Documents from Write Nodes
!"
text (DocumentsFromWriteNodes _ ) = "Documents from Write Nodes!"
text NoAction = "No Action"
text NoAction = "No Action"
-----------------------------------------------------------------------
-----------------------------------------------------------------------
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