mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-14 01:36:14 +00:00
Hoist the shared isImageError + showDefaultBanner + imgSrc state out of PackBanner.vue (which mirrors src/.../PackBanner.vue from the manager 1:1) into a reusable composable with unit tests. Reverses the earlier pushback on review comment #3183051459 — the reviewer was right that there is reusable stateful logic worth extracting.