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
44475e33
Commit
44475e33
authored
Jun 02, 2023
by
Fabien Manière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes without random html id
parent
b77181cc
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
218 additions
and
3 deletions
+218
-3
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+33
-0
bootstrap-default.css
dist/styles/bootstrap-default.css
+33
-0
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+33
-0
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+33
-0
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+33
-0
Field.purs
src/Gargantext/Components/Annotation/Field.purs
+19
-2
_utilities.scss
src/sass/base/_utilities.scss
+34
-1
No files found.
dist/styles/bootstrap-darkster.css
View file @
44475e33
...
...
@@ -8236,6 +8236,12 @@ a:focus {
#portal
.text-nowrap
{
white-space
:
nowrap
;
}
#app
.text-truncate
,
#portal
.text-truncate
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
#app
.text-left
,
#portal
.text-left
{
text-align
:
left
;
...
...
@@ -9324,6 +9330,33 @@ a:focus {
#portal
.virtual-space
::after
{
content
:
""
;
}
#app
.btn-seemore
,
#portal
.btn-seemore
{
text-decoration
:
none
;
font-size
:
x-small
;
}
#app
.btn-seemore
:hover
,
#portal
.btn-seemore
:hover
{
text-decoration
:
underline
;
}
#app
.annotated-field-runs.collapse
:not
(
.show
),
#portal
.annotated-field-runs.collapse
:not
(
.show
)
{
display
:
block
;
max-height
:
3.5rem
;
overflow
:
hidden
;
}
#app
.annotated-field-runs.collapsing
,
#portal
.annotated-field-runs.collapsing
{
height
:
3rem
;
}
#app
a
.btn-seemore.collapsed
::after
,
#portal
a
.btn-seemore.collapsed
::after
{
content
:
"+ show more"
;
}
#app
a
.btn-seemore
:not
(
.collapsed
)
::after
,
#portal
a
.btn-seemore
:not
(
.collapsed
)
::after
{
content
:
"- show less"
;
}
.range-control
{
display
:
inline-flex
;
...
...
dist/styles/bootstrap-default.css
View file @
44475e33
...
...
@@ -8042,6 +8042,12 @@ a:focus {
#portal
.text-nowrap
{
white-space
:
nowrap
;
}
#app
.text-truncate
,
#portal
.text-truncate
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
#app
.text-left
,
#portal
.text-left
{
text-align
:
left
;
...
...
@@ -9130,6 +9136,33 @@ a:focus {
#portal
.virtual-space
::after
{
content
:
""
;
}
#app
.btn-seemore
,
#portal
.btn-seemore
{
text-decoration
:
none
;
font-size
:
x-small
;
}
#app
.btn-seemore
:hover
,
#portal
.btn-seemore
:hover
{
text-decoration
:
underline
;
}
#app
.annotated-field-runs.collapse
:not
(
.show
),
#portal
.annotated-field-runs.collapse
:not
(
.show
)
{
display
:
block
;
max-height
:
3.5rem
;
overflow
:
hidden
;
}
#app
.annotated-field-runs.collapsing
,
#portal
.annotated-field-runs.collapsing
{
height
:
3rem
;
}
#app
a
.btn-seemore.collapsed
::after
,
#portal
a
.btn-seemore.collapsed
::after
{
content
:
"+ show more"
;
}
#app
a
.btn-seemore
:not
(
.collapsed
)
::after
,
#portal
a
.btn-seemore
:not
(
.collapsed
)
::after
{
content
:
"- show less"
;
}
.range-control
{
display
:
inline-flex
;
...
...
dist/styles/bootstrap-greyson.css
View file @
44475e33
...
...
@@ -7802,6 +7802,12 @@ a:focus {
#portal
.text-nowrap
{
white-space
:
nowrap
;
}
#app
.text-truncate
,
#portal
.text-truncate
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
#app
.text-left
,
#portal
.text-left
{
text-align
:
left
;
...
...
@@ -8890,6 +8896,33 @@ a:focus {
#portal
.virtual-space
::after
{
content
:
""
;
}
#app
.btn-seemore
,
#portal
.btn-seemore
{
text-decoration
:
none
;
font-size
:
x-small
;
}
#app
.btn-seemore
:hover
,
#portal
.btn-seemore
:hover
{
text-decoration
:
underline
;
}
#app
.annotated-field-runs.collapse
:not
(
.show
),
#portal
.annotated-field-runs.collapse
:not
(
.show
)
{
display
:
block
;
max-height
:
3.5rem
;
overflow
:
hidden
;
}
#app
.annotated-field-runs.collapsing
,
#portal
.annotated-field-runs.collapsing
{
height
:
3rem
;
}
#app
a
.btn-seemore.collapsed
::after
,
#portal
a
.btn-seemore.collapsed
::after
{
content
:
"+ show more"
;
}
#app
a
.btn-seemore
:not
(
.collapsed
)
::after
,
#portal
a
.btn-seemore
:not
(
.collapsed
)
::after
{
content
:
"- show less"
;
}
.range-control
{
display
:
inline-flex
;
...
...
dist/styles/bootstrap-herbie.css
View file @
44475e33
...
...
@@ -8050,6 +8050,12 @@ a:focus {
#portal
.text-nowrap
{
white-space
:
nowrap
;
}
#app
.text-truncate
,
#portal
.text-truncate
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
#app
.text-left
,
#portal
.text-left
{
text-align
:
left
;
...
...
@@ -9138,6 +9144,33 @@ a:focus {
#portal
.virtual-space
::after
{
content
:
""
;
}
#app
.btn-seemore
,
#portal
.btn-seemore
{
text-decoration
:
none
;
font-size
:
x-small
;
}
#app
.btn-seemore
:hover
,
#portal
.btn-seemore
:hover
{
text-decoration
:
underline
;
}
#app
.annotated-field-runs.collapse
:not
(
.show
),
#portal
.annotated-field-runs.collapse
:not
(
.show
)
{
display
:
block
;
max-height
:
3.5rem
;
overflow
:
hidden
;
}
#app
.annotated-field-runs.collapsing
,
#portal
.annotated-field-runs.collapsing
{
height
:
3rem
;
}
#app
a
.btn-seemore.collapsed
::after
,
#portal
a
.btn-seemore.collapsed
::after
{
content
:
"+ show more"
;
}
#app
a
.btn-seemore
:not
(
.collapsed
)
::after
,
#portal
a
.btn-seemore
:not
(
.collapsed
)
::after
{
content
:
"- show less"
;
}
.range-control
{
display
:
inline-flex
;
...
...
dist/styles/bootstrap-monotony.css
View file @
44475e33
...
...
@@ -8051,6 +8051,12 @@ a:focus {
#portal
.text-nowrap
{
white-space
:
nowrap
;
}
#app
.text-truncate
,
#portal
.text-truncate
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
#app
.text-left
,
#portal
.text-left
{
text-align
:
left
;
...
...
@@ -9139,6 +9145,33 @@ a:focus {
#portal
.virtual-space
::after
{
content
:
""
;
}
#app
.btn-seemore
,
#portal
.btn-seemore
{
text-decoration
:
none
;
font-size
:
x-small
;
}
#app
.btn-seemore
:hover
,
#portal
.btn-seemore
:hover
{
text-decoration
:
underline
;
}
#app
.annotated-field-runs.collapse
:not
(
.show
),
#portal
.annotated-field-runs.collapse
:not
(
.show
)
{
display
:
block
;
max-height
:
3.5rem
;
overflow
:
hidden
;
}
#app
.annotated-field-runs.collapsing
,
#portal
.annotated-field-runs.collapsing
{
height
:
3rem
;
}
#app
a
.btn-seemore.collapsed
::after
,
#portal
a
.btn-seemore.collapsed
::after
{
content
:
"+ show more"
;
}
#app
a
.btn-seemore
:not
(
.collapsed
)
::after
,
#portal
a
.btn-seemore
:not
(
.collapsed
)
::after
{
content
:
"- show less"
;
}
.range-control
{
display
:
inline-flex
;
...
...
src/Gargantext/Components/Annotation/Field.purs
View file @
44475e33
...
...
@@ -9,7 +9,10 @@
-- |
-- | 1. We must only re-search the text when the ngrams change for performance
-- | 2. We will need a more ambitious search algorithm for skipgrams.
module Gargantext.Components.Annotation.Field where
module Gargantext.Components.Annotation.Field
( annotatedField
)
where
import Gargantext.Prelude
...
...
@@ -52,6 +55,7 @@ type MouseEvent = E.SyntheticEvent DE.MouseEvent
-- defaultProps :: Record Props
-- defaultProps = { ngrams: NgramsTable Map.empty, text: Nothing, setTermList: \_ _ _ -> pure unit }
annotatedField :: R2.Leaf Props
annotatedField = R2.leaf annotatedFieldCpt
annotatedFieldCpt :: R.Component Props
...
...
@@ -98,6 +102,8 @@ annotatedFieldInnerCpt = here.component "annotatedFieldInner" cpt where
, text
}
htmlId = "annotated-field-runs-" <> "0"
-- | Render
-- |
pure $
...
...
@@ -112,7 +118,10 @@ annotatedFieldInnerCpt = here.component "annotatedFieldInner" cpt where
EditionMode ->
H.div
{ className: "annotated-field-runs" }
{ className: "annotated-field-runs collapse"
, aria: { expanded: false }
, id: htmlId
}
((\p -> annotateRun p) <$> wrap <$> compile cache ngrams fieldText)
...
...
@@ -129,6 +138,14 @@ annotatedFieldInnerCpt = here.component "annotatedFieldInner" cpt where
, onSelect: onAnnotationSelect { menuRef, ngrams, redrawMenu, setTermList }
}
]
,
H.a { role: "button"
, className: "collapsed btn-seemore text-primary"
, data: { toggle: "collapse" }
, aria: { expanded: false, controls: htmlId }
, href: "#" <> htmlId
}
[ H.text "" ]
]
...
...
src/sass/base/_utilities.scss
View file @
44475e33
...
...
@@ -164,6 +164,11 @@
.text-justify
{
text-align
:
justify
;
}
.text-wrap
{
white-space
:
normal
;
}
.text-nowrap
{
white-space
:
nowrap
;
}
.text-truncate
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.text-left
{
text-align
:
left
;
}
.text-right
{
text-align
:
right
;
}
...
...
@@ -351,4 +356,32 @@
content
:
"\200B"
;
}
}
.btn-seemore
{
text-decoration
:
none
;
font-size
:
x-small
;
:hover
{
text-decoration
:
underline
;
}
}
.annotated-field-runs.collapse
:not
(
.show
)
{
display
:
block
;
max-height
:
3
.5rem
;
overflow
:
hidden
;
}
.annotated-field-runs.collapsing
{
height
:
3rem
;
}
a
.
btn-seemore
.
collapsed
:
:
after
{
content
:
'+ show more'
;
}
a
.btn-seemore
:not
(
.collapsed
)
::after
{
content
:
'- show less'
;
}
}
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