This commit is contained in:
Priec
2026-08-18 11:46:34 +02:00
parent a8877e4418
commit 22361d0dde
7 changed files with 24 additions and 23 deletions

View File

@@ -72,8 +72,6 @@
workbench.classList.toggle("has-selection", selectedSources.size > 0);
const count = workbench.querySelector("[data-selection-count]");
if (count) count.textContent = selectedSources.size + " / " + sourceChips.length;
const hint = workbench.querySelector("[data-selection-hint]");
if (hint) hint.hidden = selectedSources.size === 0;
const summary = document.querySelector("[data-mapping-summary]");
if (summary) {

View File

@@ -94,7 +94,6 @@
</div>
</div>
<p class="hint">{{ nav.tr("import-csv-columns-hint") }}</p>
<p class="selection-hint" data-selection-hint hidden>{{ nav.tr("import-selection-hint") }}</p>
<div class="source-chips">
{% for source in step.sources %}
<button type="button" class="source-chip" draggable="true"