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
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
0a4e334c
Commit
0a4e334c
authored
Oct 11, 2023
by
Fabien Manière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styles in node corpus settings - 'link to' modal
parent
ebf80996
Pipeline
#5242
failed with stage
in 0 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
5 deletions
+22
-5
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+3
-0
bootstrap-default.css
dist/styles/bootstrap-default.css
+3
-0
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+3
-0
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+3
-0
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+3
-0
SubTree.purs
...Gargantext/Components/Forest/Tree/Node/Tools/SubTree.purs
+4
-4
Tree.purs
src/Gargantext/Components/NgramsTable/Tree.purs
+1
-1
_tree.sass
src/sass/_legacy/_tree.sass
+2
-0
No files found.
dist/styles/bootstrap-darkster.css
View file @
0a4e334c
...
@@ -10559,6 +10559,9 @@ input[type=range]:-moz-focusring {
...
@@ -10559,6 +10559,9 @@ input[type=range]:-moz-focusring {
text-decoration
:
underline
;
text-decoration
:
underline
;
text-underline-offset
:
2px
;
text-underline-offset
:
2px
;
}
}
.subtree__node--can-be-selected
:hover
{
font-weight
:
bold
;
}
.subtree__node--is-selected
>
.subtree__node__inner
{
.subtree__node--is-selected
>
.subtree__node__inner
{
text-decoration
:
underline
;
text-decoration
:
underline
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
dist/styles/bootstrap-default.css
View file @
0a4e334c
...
@@ -10364,6 +10364,9 @@ input[type=range]:-moz-focusring {
...
@@ -10364,6 +10364,9 @@ input[type=range]:-moz-focusring {
text-decoration
:
underline
;
text-decoration
:
underline
;
text-underline-offset
:
2px
;
text-underline-offset
:
2px
;
}
}
.subtree__node--can-be-selected
:hover
{
font-weight
:
bold
;
}
.subtree__node--is-selected
>
.subtree__node__inner
{
.subtree__node--is-selected
>
.subtree__node__inner
{
text-decoration
:
underline
;
text-decoration
:
underline
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
dist/styles/bootstrap-greyson.css
View file @
0a4e334c
...
@@ -10125,6 +10125,9 @@ input[type=range]:-moz-focusring {
...
@@ -10125,6 +10125,9 @@ input[type=range]:-moz-focusring {
text-decoration
:
underline
;
text-decoration
:
underline
;
text-underline-offset
:
2px
;
text-underline-offset
:
2px
;
}
}
.subtree__node--can-be-selected
:hover
{
font-weight
:
bold
;
}
.subtree__node--is-selected
>
.subtree__node__inner
{
.subtree__node--is-selected
>
.subtree__node__inner
{
text-decoration
:
underline
;
text-decoration
:
underline
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
dist/styles/bootstrap-herbie.css
View file @
0a4e334c
...
@@ -10373,6 +10373,9 @@ input[type=range]:-moz-focusring {
...
@@ -10373,6 +10373,9 @@ input[type=range]:-moz-focusring {
text-decoration
:
underline
;
text-decoration
:
underline
;
text-underline-offset
:
2px
;
text-underline-offset
:
2px
;
}
}
.subtree__node--can-be-selected
:hover
{
font-weight
:
bold
;
}
.subtree__node--is-selected
>
.subtree__node__inner
{
.subtree__node--is-selected
>
.subtree__node__inner
{
text-decoration
:
underline
;
text-decoration
:
underline
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
dist/styles/bootstrap-monotony.css
View file @
0a4e334c
...
@@ -10374,6 +10374,9 @@ input[type=range]:-moz-focusring {
...
@@ -10374,6 +10374,9 @@ input[type=range]:-moz-focusring {
text-decoration
:
underline
;
text-decoration
:
underline
;
text-underline-offset
:
2px
;
text-underline-offset
:
2px
;
}
}
.subtree__node--can-be-selected
:hover
{
font-weight
:
bold
;
}
.subtree__node--is-selected
>
.subtree__node__inner
{
.subtree__node--is-selected
>
.subtree__node__inner
{
text-decoration
:
underline
;
text-decoration
:
underline
;
font-weight
:
bold
;
font-weight
:
bold
;
...
...
src/Gargantext/Components/Forest/Tree/Node/Tools/SubTree.purs
View file @
0a4e334c
...
@@ -139,8 +139,8 @@ subTreeTreeViewCpt = here.ntComponent "subTreeTreeView" cpt where
...
@@ -139,8 +139,8 @@ subTreeTreeViewCpt = here.ntComponent "subTreeTreeView" cpt where
H.div
H.div
{ className: intercalate " "
{ className: intercalate " "
[ "subtree__node"
[ "subtree__node"
, validNodeType ? "subtree__node--can-be-selected" $ ""
, validNodeType ? "subtree__node--can-be-selected
text-primary
" $ ""
, (isSelected targetId action) ? "subtree__node--is-selected" $ ""
, (isSelected targetId action) ? "subtree__node--is-selected
text-primary
" $ ""
]
]
}
}
[
[
...
@@ -157,9 +157,9 @@ subTreeTreeViewCpt = here.ntComponent "subTreeTreeView" cpt where
...
@@ -157,9 +157,9 @@ subTreeTreeViewCpt = here.ntComponent "subTreeTreeView" cpt where
R2.when hasChild $
R2.when hasChild $
if isExpanded then
if isExpanded then
H.span { className: "fa fa-
chevron
-down" } []
H.span { className: "fa fa-
angle
-down" } []
else
else
H.span { className: "fa fa-
chevron
-right" } []
H.span { className: "fa fa-
angle
-right" } []
]
]
,
,
H.span
H.span
...
...
src/Gargantext/Components/NgramsTable/Tree.purs
View file @
0a4e334c
...
@@ -214,7 +214,7 @@ treeLoadedCpt = here.component "treeLoaded" cpt where
...
@@ -214,7 +214,7 @@ treeLoadedCpt = here.component "treeLoaded" cpt where
}
}
]
]
leaf = L.null ngramsChildren
leaf = L.null ngramsChildren
className = "fa fa-
chevron
-" <> if open then "down" else "right"
className = "fa fa-
angle
-" <> if open then "down" else "right"
style = if leaf then {color: "#adb5bd"} else {color: ""}
style = if leaf then {color: "#adb5bd"} else {color: ""}
open = not leaf || false {- TODO -}
open = not leaf || false {- TODO -}
--cs = ngramsTable ^.. ix ngramsDepth.ngrams <<< _NgramsRepoElement <<< _children <<< folded
--cs = ngramsTable ^.. ix ngramsDepth.ngrams <<< _NgramsRepoElement <<< _children <<< folded
...
...
src/sass/_legacy/_tree.sass
View file @
0a4e334c
...
@@ -463,6 +463,8 @@ $node-popup-width: 544px
...
@@ -463,6 +463,8 @@ $node-popup-width: 544px
&
--can-be-selected
&
--can-be-selected
text-decoration
:
underline
text-decoration
:
underline
text-underline-offset
:
2px
//
easing
node
reading
(
empirical
)
text-underline-offset
:
2px
//
easing
node
reading
(
empirical
)
&
:hover
font-weight
:
bold
&
--is-selected
>
&
__inner
&
--is-selected
>
&
__inner
// (only current node, not its children)
// (only current node, not its children)
...
...
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