forked from MapComplete/MapComplete
Chore: housekeeping
This commit is contained in:
parent
4c001d718e
commit
6f7d94890a
29 changed files with 430 additions and 308 deletions
|
|
@ -97,4 +97,3 @@ export class MultiApplyExecutor {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ export class MultiApplyViz implements SpecialVisualization {
|
|||
return []
|
||||
}
|
||||
})
|
||||
const params : MultiApplyParams= {
|
||||
const params: MultiApplyParams = {
|
||||
featureIds,
|
||||
keysToApply,
|
||||
text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue