SYNC: chart screenshot

This commit is contained in:
SPRINX0\prochazka
2025-06-16 09:23:19 +02:00
committed by Diflow
parent cd7cf63144
commit eaa60c281e
5 changed files with 26 additions and 1 deletions

View File

@@ -113,6 +113,7 @@
on:drop
bind:this={domDiv}
{...divProps}
data-testid={$$props['data-testid']}
>
{#if checkedObjectsStore}
<CheckboxField
@@ -211,7 +212,7 @@
.isBold {
font-weight: bold;
}
.isGrayed {
.isGrayed {
color: var(--theme-font-3);
}

View File

@@ -37,6 +37,7 @@
menu={createMenu}
on:click={handleOpenSqlFile}
isGrayed={_.intersection($currentActiveCloudTags, data.tags || []).length == 0}
data-testid={`public-cloud-file-${data.path}`}
>
{#if data.description}
<div class="info">