next screenshots

This commit is contained in:
SPRINX0\prochazka
2025-01-29 15:33:57 +01:00
parent 8d19fae16a
commit bee7ec0cc7
5 changed files with 75 additions and 5 deletions

View File

@@ -36,9 +36,11 @@
<span class="expandColumnIcon" style={`margin-right: ${5 + (node.level - (tempRoot?.level ?? 0)) * 10}px`}>
<FontIcon
icon={node.isExpandable ? plusExpandIcon(node.isExpanded) : 'icon invisible-box'}
data-testid={`PerspectiveNodeRow_expand_${node.pathIdentifier}`}
on:click={() => {
node.toggleExpanded();
}}
/>
</span>
@@ -54,6 +56,7 @@
on:change={() => {
node.toggleChecked();
}}
data-testid={`PerspectiveNodeRow_check_${node.pathIdentifier}`}
/>
{#if node.secondaryCheckable}