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

Function closeListViewColumnsPopover

renderer.js:14753–14758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14751 });
14752 tagsValueSpan.appendChild(link);
14753 if (i < sorted.length - 1) {
14754 tagsValueSpan.appendChild(document.createTextNode(', '));
14755 }
14756 });
14757}
14758
14759// Add this function to populate the tag filter dropdown
14760async function populateTagFilter() {
14761 const tagSelect = document.getElementById('tag-filter'); // Changed from 'tag-filter-select'

Callers 2

onDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected