michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
339 stars 71 forks source link

Widget UI Improvement: add tabbed groups #267

Closed pagelab closed 7 years ago

pagelab commented 7 years ago

Hi,

I have a suggestion: right now, when a widget have lots of fields, it can easily extend the height of the window in small screens, which is far from optimal.

It would be more efficient if we could group fields into tabs in order to save space and increase usability. An example:

tabbed-widget-fields-1

Here's a test widget (not created with APF) if you want to play with the concept.

michaeluno commented 7 years ago

Hi,

You should try section tabs.

pagelab commented 7 years ago

Thanks for the clue!