Chore: housekeeping

This commit is contained in:
Pieter Vander Vennet 2025-06-19 21:55:28 +02:00
parent 4c001d718e
commit 6f7d94890a
29 changed files with 430 additions and 308 deletions

View file

@ -97,4 +97,3 @@ export class MultiApplyExecutor {
}
}
}

View file

@ -20,17 +20,20 @@
</script>
<LoginToggle {state} ignoreLoading>
{#if $featuresToApplyOn.length > 0}
{#if p.autoapply}
<div class="border-interactive p-2 low-interaction">
<div class="border-interactive low-interaction p-2">
<div class="flex items-center gap-x-2">
<ExclamationTriangle class="w-16" />
<div>{p.text}</div>
</div>
<div class="subtle text-sm">
<Tr t={t.autoApply.Subs({attr_names: keysToApply.join(", ") ,count: "" + $featuresToApplyOn.length})} />
<Tr
t={t.autoApply.Subs({
attr_names: keysToApply.join(", "),
count: "" + $featuresToApplyOn.length,
})}
/>
</div>
</div>
{:else}
@ -38,6 +41,3 @@
{/if}
{/if}
</LoginToggle>

View file

@ -63,7 +63,7 @@ export class MultiApplyViz implements SpecialVisualization {
return []
}
})
const params : MultiApplyParams= {
const params: MultiApplyParams = {
featureIds,
keysToApply,
text,