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
138
Issues
138
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
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
a246c46f
Commit
a246c46f
authored
Jul 05, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/414-dev-nested-ngrams-rc1.x' into dev-merge
parents
ebeb9212
ebda83b0
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
1340 additions
and
404 deletions
+1340
-404
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+110
-25
bootstrap-default.css
dist/styles/bootstrap-default.css
+109
-25
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+110
-25
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+110
-25
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+110
-25
Category.purs
src/Gargantext/Components/Category.purs
+45
-12
DocsTable.purs
src/Gargantext/Components/DocsTable.purs
+38
-14
Search.purs
...Gargantext/Components/Forest/Tree/Node/Action/Search.purs
+1
-1
SearchBar.purs
.../Components/Forest/Tree/Node/Action/Search/SearchBar.purs
+1
-1
NgramsTable.purs
src/Gargantext/Components/NgramsTable.purs
+351
-154
Search.purs
src/Gargantext/Components/NgramsTable/Search.purs
+35
-11
SyncResetButton.purs
src/Gargantext/Components/NgramsTable/SyncResetButton.purs
+31
-15
Tree.purs
src/Gargantext/Components/NgramsTable/Tree.purs
+127
-49
Table.purs
src/Gargantext/Components/Table.purs
+5
-2
_legacy.sass
src/sass/_legacy.sass
+1
-0
_list.sass
src/sass/_legacy/_list.sass
+156
-0
_styles.sass
src/sass/_legacy/_styles.sass
+0
-20
No files found.
dist/styles/bootstrap-darkster.css
View file @
a246c46f
...
...
@@ -8735,31 +8735,6 @@ a:focus, a:hover {
top
:
50%
;
}
.table
tr
td
{
color
:
#005a9a
ff
;
}
.table
tr
td
.active
{
font-weight
:
bold
;
text-decoration
:
underline
;
}
.table
tr
td
.ngrams-selector
{
display
:
flex
;
}
.table
tr
td
.ngrams-selector
.ngrams-chooser
{
padding
:
3px
;
}
.table
tr
td
.trash
{
text-decoration
:
line-through
;
}
.action-search
{
margin
:
10px
;
}
.search-bar
{
margin
:
10px
;
}
/* */
.join-button
{
padding-bottom
:
100px
;
...
...
@@ -8948,6 +8923,116 @@ select.form-control {
opacity
:
var
(
--over50
,
0
);
}
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
width
:
3px
;
background-color
:
#0F81C7
;
position
:
absolute
;
}
.table
.page-paint-row--trash
{
text-decoration
:
line-through
;
}
.table
.doc-chooser
{
padding-top
:
3px
;
text-align
:
center
;
}
.table
.rating-group
{
display
:
flex
;
padding-top
:
3px
;
}
.table
.rating-group__action
{
width
:
14px
;
margin-right
:
8px
;
}
.search-button-prepend
.input-group-text
{
width
:
41px
;
z-index
:
initial
;
}
.ngrams-table-container__header
{
display
:
flex
;
align-items
:
flex-start
;
}
.ngrams-table-container__header__item
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__header__item
:not
(
:first-child
)
{
margin-left
:
8px
;
}
.ngrams-table-container__header__item
:not
(
:last-child
)
{
margin-right
:
8px
;
}
.ngrams-table-container__add-term
{
margin-top
:
-8px
;
margin-bottom
:
12px
;
}
.ngrams-table-container__footer
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__footer__item
{
text-align
:
center
;
}
.ngrams-tree-edit-real
{
min-width
:
416px
;
width
:
fit-content
;
border-color
:
#FF550B
;
margin-top
:
16px
;
margin-bottom
:
16px
;
}
.ngrams-tree-edit-real__actions
{
display
:
flex
;
margin-top
:
16px
;
}
.ngrams-tree-edit-real__actions
.b-button
{
margin-right
:
8px
;
}
.loaded-ngrams-table-header
{
text-align
:
center
;
margin-top
:
12px
;
margin-bottom
:
12px
;
}
.loaded-ngrams-table-header__icon
{
font-size
:
16px
;
}
.loaded-ngrams-table-header__text
{
font-size
:
22px
;
font-weight
:
bold
;
font-family
:
"Comfortaa"
;
}
.ngrams-tree-loaded-node--first-child
::before
,
.ngrams-tree-loaded-node--grand-child
::before
{
color
:
#6C757D
;
font-size
:
11px
;
margin-right
:
4px
;
}
.right-handed
.ngrams-tree-loaded-node--first-child
::before
,
.right-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"└"
;
}
.left-handed
.ngrams-tree-loaded-node--first-child
::before
,
.left-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"┘"
;
}
.ngrams-tree-loaded-node--first-child
{
margin-left
:
-2px
;
}
.ngrams-tree-loaded-node--grand-child
{
margin-left
:
13px
;
}
.annotation-run
{
cursor
:
pointer
;
}
...
...
dist/styles/bootstrap-default.css
View file @
a246c46f
...
...
@@ -8688,31 +8688,6 @@ a:focus, a:hover {
top
:
50%
;
}
.table
tr
td
{
color
:
#005a9a
ff
;
}
.table
tr
td
.active
{
font-weight
:
bold
;
text-decoration
:
underline
;
}
.table
tr
td
.ngrams-selector
{
display
:
flex
;
}
.table
tr
td
.ngrams-selector
.ngrams-chooser
{
padding
:
3px
;
}
.table
tr
td
.trash
{
text-decoration
:
line-through
;
}
.action-search
{
margin
:
10px
;
}
.search-bar
{
margin
:
10px
;
}
/* */
.join-button
{
padding-bottom
:
100px
;
...
...
@@ -8901,6 +8876,115 @@ select.form-control {
opacity
:
var
(
--over50
,
0
);
}
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
width
:
3px
;
background-color
:
#17a2b8
;
position
:
absolute
;
}
.table
.page-paint-row--trash
{
text-decoration
:
line-through
;
}
.table
.doc-chooser
{
padding-top
:
3px
;
text-align
:
center
;
}
.table
.rating-group
{
display
:
flex
;
padding-top
:
3px
;
}
.table
.rating-group__action
{
width
:
14px
;
margin-right
:
8px
;
}
.search-button-prepend
.input-group-text
{
width
:
41px
;
z-index
:
initial
;
}
.ngrams-table-container__header
{
display
:
flex
;
align-items
:
flex-start
;
}
.ngrams-table-container__header__item
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__header__item
:not
(
:first-child
)
{
margin-left
:
8px
;
}
.ngrams-table-container__header__item
:not
(
:last-child
)
{
margin-right
:
8px
;
}
.ngrams-table-container__add-term
{
margin-top
:
-8px
;
margin-bottom
:
12px
;
}
.ngrams-table-container__footer
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__footer__item
{
text-align
:
center
;
}
.ngrams-tree-edit-real
{
min-width
:
416px
;
width
:
fit-content
;
border-color
:
#005a9a
;
margin-top
:
16px
;
margin-bottom
:
16px
;
}
.ngrams-tree-edit-real__actions
{
display
:
flex
;
margin-top
:
16px
;
}
.ngrams-tree-edit-real__actions
.b-button
{
margin-right
:
8px
;
}
.loaded-ngrams-table-header
{
text-align
:
center
;
margin-top
:
12px
;
margin-bottom
:
12px
;
}
.loaded-ngrams-table-header__icon
{
font-size
:
16px
;
}
.loaded-ngrams-table-header__text
{
font-size
:
22px
;
font-weight
:
bold
;
}
.ngrams-tree-loaded-node--first-child
::before
,
.ngrams-tree-loaded-node--grand-child
::before
{
color
:
#CED4DA
;
font-size
:
11px
;
margin-right
:
4px
;
}
.right-handed
.ngrams-tree-loaded-node--first-child
::before
,
.right-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"└"
;
}
.left-handed
.ngrams-tree-loaded-node--first-child
::before
,
.left-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"┘"
;
}
.ngrams-tree-loaded-node--first-child
{
margin-left
:
-2px
;
}
.ngrams-tree-loaded-node--grand-child
{
margin-left
:
13px
;
}
.annotation-run
{
cursor
:
pointer
;
}
...
...
dist/styles/bootstrap-greyson.css
View file @
a246c46f
...
...
@@ -8444,31 +8444,6 @@ a:focus, a:hover {
top
:
50%
;
}
.table
tr
td
{
color
:
#005a9a
ff
;
}
.table
tr
td
.active
{
font-weight
:
bold
;
text-decoration
:
underline
;
}
.table
tr
td
.ngrams-selector
{
display
:
flex
;
}
.table
tr
td
.ngrams-selector
.ngrams-chooser
{
padding
:
3px
;
}
.table
tr
td
.trash
{
text-decoration
:
line-through
;
}
.action-search
{
margin
:
10px
;
}
.search-bar
{
margin
:
10px
;
}
/* */
.join-button
{
padding-bottom
:
100px
;
...
...
@@ -8657,6 +8632,116 @@ select.form-control {
opacity
:
var
(
--over50
,
0
);
}
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
width
:
3px
;
background-color
:
#5c8f94
;
position
:
absolute
;
}
.table
.page-paint-row--trash
{
text-decoration
:
line-through
;
}
.table
.doc-chooser
{
padding-top
:
3px
;
text-align
:
center
;
}
.table
.rating-group
{
display
:
flex
;
padding-top
:
3px
;
}
.table
.rating-group__action
{
width
:
14px
;
margin-right
:
8px
;
}
.search-button-prepend
.input-group-text
{
width
:
41px
;
z-index
:
initial
;
}
.ngrams-table-container__header
{
display
:
flex
;
align-items
:
flex-start
;
}
.ngrams-table-container__header__item
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__header__item
:not
(
:first-child
)
{
margin-left
:
8px
;
}
.ngrams-table-container__header__item
:not
(
:last-child
)
{
margin-right
:
8px
;
}
.ngrams-table-container__add-term
{
margin-top
:
-8px
;
margin-bottom
:
12px
;
}
.ngrams-table-container__footer
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__footer__item
{
text-align
:
center
;
}
.ngrams-tree-edit-real
{
min-width
:
416px
;
width
:
fit-content
;
border-color
:
#2f3c48
;
margin-top
:
16px
;
margin-bottom
:
16px
;
}
.ngrams-tree-edit-real__actions
{
display
:
flex
;
margin-top
:
16px
;
}
.ngrams-tree-edit-real__actions
.b-button
{
margin-right
:
8px
;
}
.loaded-ngrams-table-header
{
text-align
:
center
;
margin-top
:
12px
;
margin-bottom
:
12px
;
}
.loaded-ngrams-table-header__icon
{
font-size
:
16px
;
}
.loaded-ngrams-table-header__text
{
font-size
:
22px
;
font-weight
:
bold
;
font-family
:
"Oswald"
;
}
.ngrams-tree-loaded-node--first-child
::before
,
.ngrams-tree-loaded-node--grand-child
::before
{
color
:
#CED4DA
;
font-size
:
11px
;
margin-right
:
4px
;
}
.right-handed
.ngrams-tree-loaded-node--first-child
::before
,
.right-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"└"
;
}
.left-handed
.ngrams-tree-loaded-node--first-child
::before
,
.left-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"┘"
;
}
.ngrams-tree-loaded-node--first-child
{
margin-left
:
-2px
;
}
.ngrams-tree-loaded-node--grand-child
{
margin-left
:
13px
;
}
.annotation-run
{
cursor
:
pointer
;
}
...
...
dist/styles/bootstrap-herbie.css
View file @
a246c46f
...
...
@@ -8692,31 +8692,6 @@ a:focus, a:hover {
top
:
50%
;
}
.table
tr
td
{
color
:
#005a9a
ff
;
}
.table
tr
td
.active
{
font-weight
:
bold
;
text-decoration
:
underline
;
}
.table
tr
td
.ngrams-selector
{
display
:
flex
;
}
.table
tr
td
.ngrams-selector
.ngrams-chooser
{
padding
:
3px
;
}
.table
tr
td
.trash
{
text-decoration
:
line-through
;
}
.action-search
{
margin
:
10px
;
}
.search-bar
{
margin
:
10px
;
}
/* */
.join-button
{
padding-bottom
:
100px
;
...
...
@@ -8905,6 +8880,116 @@ select.form-control {
opacity
:
var
(
--over50
,
0
);
}
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
width
:
3px
;
background-color
:
#74DBEF
;
position
:
absolute
;
}
.table
.page-paint-row--trash
{
text-decoration
:
line-through
;
}
.table
.doc-chooser
{
padding-top
:
3px
;
text-align
:
center
;
}
.table
.rating-group
{
display
:
flex
;
padding-top
:
3px
;
}
.table
.rating-group__action
{
width
:
14px
;
margin-right
:
8px
;
}
.search-button-prepend
.input-group-text
{
width
:
41px
;
z-index
:
initial
;
}
.ngrams-table-container__header
{
display
:
flex
;
align-items
:
flex-start
;
}
.ngrams-table-container__header__item
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__header__item
:not
(
:first-child
)
{
margin-left
:
8px
;
}
.ngrams-table-container__header__item
:not
(
:last-child
)
{
margin-right
:
8px
;
}
.ngrams-table-container__add-term
{
margin-top
:
-8px
;
margin-bottom
:
12px
;
}
.ngrams-table-container__footer
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__footer__item
{
text-align
:
center
;
}
.ngrams-tree-edit-real
{
min-width
:
416px
;
width
:
fit-content
;
border-color
:
#083358
;
margin-top
:
16px
;
margin-bottom
:
16px
;
}
.ngrams-tree-edit-real__actions
{
display
:
flex
;
margin-top
:
16px
;
}
.ngrams-tree-edit-real__actions
.b-button
{
margin-right
:
8px
;
}
.loaded-ngrams-table-header
{
text-align
:
center
;
margin-top
:
12px
;
margin-bottom
:
12px
;
}
.loaded-ngrams-table-header__icon
{
font-size
:
16px
;
}
.loaded-ngrams-table-header__text
{
font-size
:
22px
;
font-weight
:
bold
;
font-family
:
"Crete Round"
;
}
.ngrams-tree-loaded-node--first-child
::before
,
.ngrams-tree-loaded-node--grand-child
::before
{
color
:
#CED4DA
;
font-size
:
11px
;
margin-right
:
4px
;
}
.right-handed
.ngrams-tree-loaded-node--first-child
::before
,
.right-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"└"
;
}
.left-handed
.ngrams-tree-loaded-node--first-child
::before
,
.left-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"┘"
;
}
.ngrams-tree-loaded-node--first-child
{
margin-left
:
-2px
;
}
.ngrams-tree-loaded-node--grand-child
{
margin-left
:
13px
;
}
.annotation-run
{
cursor
:
pointer
;
}
...
...
dist/styles/bootstrap-monotony.css
View file @
a246c46f
...
...
@@ -8693,31 +8693,6 @@ a:focus, a:hover {
top
:
50%
;
}
.table
tr
td
{
color
:
#005a9a
ff
;
}
.table
tr
td
.active
{
font-weight
:
bold
;
text-decoration
:
underline
;
}
.table
tr
td
.ngrams-selector
{
display
:
flex
;
}
.table
tr
td
.ngrams-selector
.ngrams-chooser
{
padding
:
3px
;
}
.table
tr
td
.trash
{
text-decoration
:
line-through
;
}
.action-search
{
margin
:
10px
;
}
.search-bar
{
margin
:
10px
;
}
/* */
.join-button
{
padding-bottom
:
100px
;
...
...
@@ -8906,6 +8881,116 @@ select.form-control {
opacity
:
var
(
--over50
,
0
);
}
.table
tr
td
{
height
:
48px
;
}
.table
.page-paint-raw--selected
{
position
:
relative
;
}
.table
.page-paint-raw--selected
td
:first-child::before
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
width
:
3px
;
background-color
:
#515151
;
position
:
absolute
;
}
.table
.page-paint-row--trash
{
text-decoration
:
line-through
;
}
.table
.doc-chooser
{
padding-top
:
3px
;
text-align
:
center
;
}
.table
.rating-group
{
display
:
flex
;
padding-top
:
3px
;
}
.table
.rating-group__action
{
width
:
14px
;
margin-right
:
8px
;
}
.search-button-prepend
.input-group-text
{
width
:
41px
;
z-index
:
initial
;
}
.ngrams-table-container__header
{
display
:
flex
;
align-items
:
flex-start
;
}
.ngrams-table-container__header__item
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__header__item
:not
(
:first-child
)
{
margin-left
:
8px
;
}
.ngrams-table-container__header__item
:not
(
:last-child
)
{
margin-right
:
8px
;
}
.ngrams-table-container__add-term
{
margin-top
:
-8px
;
margin-bottom
:
12px
;
}
.ngrams-table-container__footer
{
padding
:
0.75rem
1.25rem
;
}
.ngrams-table-container__footer__item
{
text-align
:
center
;
}
.ngrams-tree-edit-real
{
min-width
:
416px
;
width
:
fit-content
;
border-color
:
#222222
;
margin-top
:
16px
;
margin-bottom
:
16px
;
}
.ngrams-tree-edit-real__actions
{
display
:
flex
;
margin-top
:
16px
;
}
.ngrams-tree-edit-real__actions
.b-button
{
margin-right
:
8px
;
}
.loaded-ngrams-table-header
{
text-align
:
center
;
margin-top
:
12px
;
margin-bottom
:
12px
;
}
.loaded-ngrams-table-header__icon
{
font-size
:
16px
;
}
.loaded-ngrams-table-header__text
{
font-size
:
22px
;
font-weight
:
bold
;
font-family
:
"Open Sans"
;
}
.ngrams-tree-loaded-node--first-child
::before
,
.ngrams-tree-loaded-node--grand-child
::before
{
color
:
#CED4DA
;
font-size
:
11px
;
margin-right
:
4px
;
}
.right-handed
.ngrams-tree-loaded-node--first-child
::before
,
.right-handed
.ngrams-tree-loaded-node--grand-child
::before
{
content
:
"└"
;
}
.left-handed
.ngrams-tree-loaded-node--first-child
::before
,
.left-handed
.ngrams-tree-loaded-node--grand-child
::before
{