-
Notifications
You must be signed in to change notification settings - Fork 183
Description
Hi rgthree team,
First and foremost, thank you so much for creating and maintaining the fantastic Fast Groups Muter node. It has become an indispensable part of my workflow, and I truly appreciate your work.
This started as a personal test of Gemini 3 Pro's capabilities. I wanted to see if it could help implement two UX improvements I had in mind: adjusting the default font size and making group management more intuitive. To my surprise, it managed to implement most of the features.
In this process, we added to a local copy:
Group Management: Added a dropdown to add groups and a delete button for each group, allowing users to customize the list.
Synchronized UI Scaling: Added a textSize property that acts as a unified scaling factor, adjusting font size, icon dimensions, toggle switch size, and overall widget row height proportionally.
However, Gemini 3 Pro encountered a persistent issue it couldn't resolve: when the UI is scaled up, the node's black background container often fails to scale up accordingly, causing visual overflow.
I was wondering if you, with your deeper knowledge of the codebase, might have any ideas or suggestions on how to approach this container scaling issue? I believe resolving this could make these enhancements valuable for the wider community.
I've attached the modified code for your reference. Please consider this just a casual, user-side suggestion. I completely understand if you have a different vision for the project or a better solution in mind.
Thank you again for your time and for sharing this excellent tool with the community!
Best regards