xwp/wp-widget-customizer

Show widget form controls initially in collapsed state

westonruter opened this issue · 5 comments

Since all widget form controls are shown in full when the customizer section is expanded, it can take up a lot of room and make it difficult to navigate to the desired widget. So they should all be presented in a minimized state, though not like an accordion since we want to be able to have multiple widget controls open at a time.

@westonruter Could this be an accordion that allows you to have multiple panels open?

@johnregan3 sure! Is that an option with the accordion library used in core? I was thinking it might be nice to replicate this UI:

widgets__local_wordpress_trunk_dev__wordpress

@westonruter That looks good. I always try to use WP UI. I'd like to take a stab at this one.

@westonruter I'm still working out how to add a PR to an issue via hub. In the meantime, you can review my PR at #12