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
72f9c8d0
Commit
72f9c8d0
authored
Sep 15, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[0.15.4] fix js import default
parent
b3995a4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
9 deletions
+6
-9
Tooltip.js
src/Gargantext/Components/Bootstrap/Floaty/Tooltip.js
+0
-2
ECharts.js
src/Gargantext/Components/Charts/Options/ECharts.js
+1
-2
HighlightJS.js
src/Gargantext/Utils/HighlightJS.js
+1
-1
ReactBootstrap.js
src/Gargantext/Utils/ReactBootstrap.js
+4
-4
No files found.
src/Gargantext/Components/Bootstrap/Floaty/Tooltip.js
View file @
72f9c8d0
...
...
@@ -2,8 +2,6 @@
import
Tooltip
from
'react-tooltip'
;
console
.
log
(
'Tooltip'
,
Tooltip
);
if
(
typeof
window
!==
'undefined'
)
{
window
.
ReactTooltip
=
Tooltip
;
}
...
...
src/Gargantext/Components/Charts/Options/ECharts.js
View file @
72f9c8d0
"use strict"
;
import
*
as
ReactEchart
s
from
"echarts-for-react"
;
import
eChartsClas
s
from
"echarts-for-react"
;
let
eChartsClass
=
ReactEcharts
.
default
;
export
{
eChartsClass
};
/**
...
...
src/Gargantext/Utils/HighlightJS.js
View file @
72f9c8d0
'use strict'
;
import
*
as
hljs
from
'highlightjs/highlight.pack.min.js'
;
import
hljs
from
'highlightjs/highlight.pack.min.js'
;
export
function
_highlightBlock
(
el
)
{
hljs
.
highlightBlock
(
el
);
...
...
src/Gargantext/Utils/ReactBootstrap.js
View file @
72f9c8d0
'use strict'
;
import
*
as
ReactBootstrap
from
'react-bootstrap'
;
import
ReactBootstrap
from
'react-bootstrap'
;
if
(
typeof
window
!==
'undefined'
)
{
window
.
ReactBootstrap
=
ReactBootstrap
;
}
import
*
as
Alert
from
'react-bootstrap/Alert'
;
import
*
as
OverlayTrigger
from
'react-bootstrap/OverlayTrigger'
;
import
*
as
Popover
from
'react-bootstrap/Popover'
;
import
Alert
from
'react-bootstrap/Alert'
;
import
OverlayTrigger
from
'react-bootstrap/OverlayTrigger'
;
import
Popover
from
'react-bootstrap/Popover'
;
let
Content
=
Popover
.
Content
;
let
Title
=
Popover
.
Title
;
...
...
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