Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI [Team travelling; No release between 2024-09-28 and 2024-09-30]
https://www.comfy.org/
GNU General Public License v3.0
468 stars 62 forks source link

[Feature Request]: Node List for Drag-Popup too Shallow #407

Closed Amorano closed 1 month ago

Amorano commented 1 month ago

Is there an existing issue for this?

What would your feature do ?

The old context menu when pulling off an output would give a variable list (is a setting in ComfyUI) -- The new only presents the current filter box that has a large amount of wasted space, in addition to not being adjustable (size).

image

Adjusting the CSS, or exposing settings to shrink this list are welcome. I do not think you need the separation now that you have removed descriptions.

image

Proposed workflow

  1. pull off output pin
  2. get condensed, custom settings sized list panel
  3. work faster.

Additional information

No response

MNeMoNiCuZ commented 1 month ago

Something like this, or mimicing the layout of Unreal Engine context menu would be quite preferrable.

image

Expandable categories, as well as sorting the results by categories would be good.

I'm not sure what the future plan is to keep things sorted by node packs vs. sorting by functionality. If some kind of standard could be used instead of creating new categories to keep things together, things would be much easier to navigate.