TD-UberGui
TD-UberGui copied to clipboard
Alternative page grouping views
Awesome! The ability to preserve tabbed pages vs the current function of appending them to a single scrollable UI would be helpful as well
Originally posted by @drmbt in https://github.com/EnviralDesign/UberGui/issues/5#issuecomment-774646879
Also would be cool to be able to collapse groups of parameters based on page. This would require some different html div grouping, or maybe something simpler in TD side of things.
Collapse would be great... Perhaps that could be done via a collapse button toggle in the header? On double click of page header, toggle view of those custom pars?
ya, thinking the more html/css centric way would be to collapse/hide visibility of div groupings, but that will require me to refactor a lot of the javascript code as it's structure dependent. I might see how just managing that in TD/Python side and regenerating the html or something works instead, treat it as a filter or something like that.