MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / applyListViewColumnLayoutToSubtree

Function applyListViewColumnLayoutToSubtree

renderer.js:14707–14712  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

14705 window.resetFilterSelectionAndDetails();
14706 }
14707 const tagSelect = document.getElementById('tag-filter');
14708 if (!tagSelect) return;
14709 const hasOption = Array.from(tagSelect.options).some((o) => o.value === trimmed);
14710 if (!hasOption) {
14711 const opt = document.createElement('option');
14712 opt.value = trimmed;
14713 opt.textContent = trimmed;
14714 tagSelect.appendChild(opt);
14715 }

Callers 3

createListViewHeaderFunction · 0.85
createModelItemFunction · 0.85

Calls 1

Tested by

no test coverage detected