ba7f503e7d
Add per-package and per-section "Disable" buttons on the Safe to Remove and Consider Removing tiers. Uses ComfyUI Manager's queue API (/customnode/installed, /manager/queue/disable|start|status) to move packages into custom_nodes/.disabled, reconciling against Manager's actual state and surfacing a restart banner. Hidden when Manager is absent. Also: - tracker: extract shared _classify_age() recency helper (DRY), add tests - js: centralize STATUS_META, replace inline hover handlers with CSS, de-duplicate summary bar - bump version to 1.2.0, update README Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
308 B
TOML
14 lines
308 B
TOML
[project]
|
|
name = "comfyui-nodes-stats"
|
|
description = "Track usage statistics for all ComfyUI nodes and packages"
|
|
version = "1.2.0"
|
|
license = "MIT"
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/ethanfel/Comfyui-Nodes-Stats"
|
|
|
|
[tool.comfy]
|
|
PublisherId = "ethanfel"
|
|
DisplayName = "Node Usage Stats"
|
|
Icon = ""
|