From 085134340a2427a10b925a6ad8d014c0a4552b01 Mon Sep 17 00:00:00 2001 From: bymyself Date: Tue, 20 May 2025 16:42:15 -0700 Subject: [PATCH] [docs] Update js/README.md with corrected descriptions --- js/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/README.md b/js/README.md index faacebb7..3832a17c 100644 --- a/js/README.md +++ b/js/README.md @@ -21,9 +21,9 @@ This directory contains the JavaScript frontend implementation for ComfyUI-Manag - **cm-api.js**: Client-side API wrapper for communication with the backend. - **common.js**: Shared utilities and helper functions used across the frontend. -- **node_fixer.js**: Utilities for handling node metadata and dependencies. +- **node_fixer.js**: Utilities for fixing disconnected links and repairing malformed nodes by recreating them while preserving connections. - **popover-helper.js**: UI component for popup tooltips and contextual information. -- **turbogrid.esm.js**: Grid component library - https://github.com/visicode/TurboGrid +- **turbogrid.esm.js**: Grid component library - https://github.com/cenfun/turbogrid - **workflow-metadata.js**: Handles workflow metadata parsing, validation and cross-repository compatibility including versioning, dependencies tracking, and resource management. ## Architecture