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
c2d0cae5
Verified
Commit
c2d0cae5
authored
Nov 19, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into async-workers
parents
ddc31dc4
6b2fdd33
Pipeline
#6988
failed with stages
in 5 minutes and 36 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
CHANGELOG.md
CHANGELOG.md
+5
-0
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+1
-1
Settings.purs
src/Gargantext/Components/Forest/Tree/Node/Settings.purs
+1
-1
No files found.
CHANGELOG.md
View file @
c2d0cae5
## Version 0.0.7.3.7
*
[
BACK
][
FEAT
][
Automatically import useful modules in the REPL (#422)
](
https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/422
)
*
[
BACK
][
FEAT
][
Publishing a Corpus (#400)
](
https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/400
)
## Version 0.0.7.3.6
*
[
BACK
][
FIX
][
Store execution time of Phylomemy graph (#409)
](
https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/409
)
...
...
package-lock.json
View file @
c2d0cae5
{
"name"
:
"Gargantext"
,
"version"
:
"0.0.7.3.
6
"
,
"version"
:
"0.0.7.3.
7
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"Gargantext"
,
"version"
:
"0.0.7.3.
6
"
,
"version"
:
"0.0.7.3.
7
"
,
"dependencies"
:
{
"@fontsource/crete-round"
:
"~5.0.12"
,
"@fontsource/montserrat"
:
"~5.0.17"
,
...
...
package.json
View file @
c2d0cae5
{
"name"
:
"Gargantext"
,
"version"
:
"0.0.7.3.
6
"
,
"version"
:
"0.0.7.3.
7
"
,
"scripts"
:
{
"build"
:
"spago build"
,
"bundle"
:
"spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps"
,
...
...
src/Gargantext/Components/Forest/Tree/Node/Settings.purs
View file @
c2d0cae5
...
...
@@ -327,7 +327,7 @@ moveParameters = { subTreeParams : SubTreeParams
]
, valitypes: [ FolderPrivate
, Team
--
, FolderPublic
, FolderPublic
, Folder
, Notes
, Corpus
...
...
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