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
152
Issues
152
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
gargantext
purescript-gargantext
Commits
81932fcd
Commit
81932fcd
authored
Jun 12, 2023
by
Fabien Manière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
to prevent the issue: avoid close modal on click outside modal
parent
71928b67
Pipeline
#4195
failed with stage
in 0 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
FolderView.purs
src/Gargantext/Components/FolderView.purs
+1
-0
Node.purs
src/Gargantext/Components/Forest/Tree/Node.purs
+1
-0
Login.purs
src/Gargantext/Components/Login.purs
+1
-0
TreeSearch.purs
src/Gargantext/Components/TreeSearch.purs
+1
-0
No files found.
src/Gargantext/Components/FolderView.purs
View file @
81932fcd
...
@@ -218,6 +218,7 @@ folderCpt = here.component "folderCpt" cpt where
...
@@ -218,6 +218,7 @@ folderCpt = here.component "folderCpt" cpt where
-- // Modals //
-- // Modals //
B.baseModal
B.baseModal
{ isVisibleBox: isBoxVisible
{ isVisibleBox: isBoxVisible
, hasCollapsibleBackground: false
, noBody: true
, noBody: true
, noHeader: true
, noHeader: true
, modalClassName: "forest-tree-node-modal"
, modalClassName: "forest-tree-node-modal"
...
...
src/Gargantext/Components/Forest/Tree/Node.purs
View file @
81932fcd
...
@@ -345,6 +345,7 @@ nodeSpanCpt = here.component "nodeSpan" cpt
...
@@ -345,6 +345,7 @@ nodeSpanCpt = here.component "nodeSpan" cpt
B.baseModal
B.baseModal
{ isVisibleBox: isBoxVisible
{ isVisibleBox: isBoxVisible
, hasCollapsibleBackground: false
, noBody: true
, noBody: true
, noHeader: true
, noHeader: true
, modalClassName: "forest-tree-node-modal"
, modalClassName: "forest-tree-node-modal"
...
...
src/Gargantext/Components/Login.purs
View file @
81932fcd
...
@@ -68,6 +68,7 @@ loginCpt = here.component "login" cpt where
...
@@ -68,6 +68,7 @@ loginCpt = here.component "login" cpt where
B.baseModal
B.baseModal
{ isVisibleBox: visible
{ isVisibleBox: visible
, title: Just "GarganText Ecosystem Explorer"
, title: Just "GarganText Ecosystem Explorer"
, hasCollapsibleBackground: false
, size: ExtraLargeModalSize
, size: ExtraLargeModalSize
, modalClassName: "login-modal"
, modalClassName: "login-modal"
}
}
...
...
src/Gargantext/Components/TreeSearch.purs
View file @
81932fcd
...
@@ -70,6 +70,7 @@ treeSearchCpt = here.component "treeSearch" cpt where
...
@@ -70,6 +70,7 @@ treeSearchCpt = here.component "treeSearch" cpt where
B.baseModal
B.baseModal
{ isVisibleBox: visible
{ isVisibleBox: visible
, title: Just "Search in tree"
, title: Just "Search in tree"
, hasCollapsibleBackground: false
, size: MediumModalSize
, size: MediumModalSize
, modalClassName: ""
, modalClassName: ""
}
}
...
...
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