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
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
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
8905a969
Commit
8905a969
authored
Dec 20, 2024
by
Przemyslaw Kaminski
Committed by
Fabien Maniere
Jan 03, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[refactor] remove console logs
parent
e70e19ad
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
BaseModal.js
src/Gargantext/Components/Bootstrap/Floaty/BaseModal.js
+1
-1
Box.purs
src/Gargantext/Components/Forest/Tree/Node/Box.purs
+1
-1
Legend.purs
src/Gargantext/Components/GraphExplorer/Sidebar/Legend.purs
+1
-1
Controls.purs
...Gargantext/Components/GraphExplorer/Toolbar/Controls.purs
+1
-1
No files found.
src/Gargantext/Components/Bootstrap/Floaty/BaseModal.js
View file @
8905a969
...
...
@@ -9,7 +9,7 @@
export
function
_show
(
window
,
querySelector
,
events
)
{
let
$modal
=
window
.
$
(
querySelector
);
$modal
.
modal
(
'show'
);
console
.
log
(
'events'
,
events
);
//
console.log('events', events);
if
(
events
.
onHide
)
{
$modal
.
on
(
'hidden.bs.modal'
,
events
.
onHide
());
}
...
...
src/Gargantext/Components/Forest/Tree/Node/Box.purs
View file @
8905a969
...
...
@@ -66,7 +66,7 @@ nodePopupViewCpt = here.component "nodePopupView" cpt
logNodePopup <- T.read nodePopup
R.useEffect' $ here.log2 "action:" logNodePopup
--
R.useEffect' $ here.log2 "action:" logNodePopup
pure $
H.div
...
...
src/Gargantext/Components/GraphExplorer/Sidebar/Legend.purs
View file @
8905a969
...
...
@@ -56,7 +56,7 @@ legendCpt = here.component "legend" cpt
_ = do
-- | Hooks
-- |
R.useEffectOnce' $ here.info2 "legend" extractedNodeList
--
R.useEffectOnce' $ here.info2 "legend" extractedNodeList
-- | Render
-- |
pure $
...
...
src/Gargantext/Components/GraphExplorer/Toolbar/Controls.purs
View file @
8905a969
...
...
@@ -131,7 +131,7 @@ controlsCpt = R.memo' $ here.component "controls" cpt
R.useEffect2' sigmaRef forceAtlasState' $ do
T.modify_ (SigmaxT.forceAtlasEdgeState forceAtlasState') showEdges
let renderLabels = SigmaxT.forceAtlasLabelState forceAtlasState'
here.log2 "[controls] renderLabels" renderLabels
--
here.log2 "[controls] renderLabels" renderLabels
Sigmax.dependOnSigma (R.readRef sigmaRef) "[graphCpt (Cleanup)] no sigma" $ \sigma -> do
Sigma.setSettings sigma { renderLabels }
-- v <- T.read showEdges
...
...
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