feat: pattern editor

This commit is contained in:
2025-10-12 12:28:33 +02:00
parent 9a75b23169
commit bacac57d89
17 changed files with 4938 additions and 17 deletions

View File

@@ -163,6 +163,9 @@ class NodeCanvasGrid extends Component {
return;
}
// Set the data-item-count attribute for proper grid layout
gridContainer.setAttribute('data-item-count', validNodes.length);
validNodes.forEach(node => {
const nodeItem = this.createNodeCanvasItem(node);
gridContainer.appendChild(nodeItem);