hobbyquaker / node-red-contrib-polymer

A Polymer based Dashboard UI for Node-RED
MIT License
21 stars 0 forks source link

Feature request: Submenu button #18

Open M0ebiu5 opened 7 years ago

M0ebiu5 commented 7 years ago

I would suggest a button which nicely opens or transforms into multiple "sub" buttons or groups. This "submenu" should expand the page and not replace it. In the expanded state, there should be an ui element on top to close it.

hobbyquaker commented 7 years ago

You mean Submenus in the Menu on the left? Or collapsible groups in the content area? I already was thinking of the later, I want to implement this: https://www.webcomponents.org/element/Collaborne/paper-collapse-item/demo/demo/index.html If you mean Submenus this gets more complicated, this will mean we have to have a nested page structure...

M0ebiu5 commented 7 years ago

I mean collapsible groups in the content area. Your example looks good.

hobbyquaker commented 7 years ago

basic functionality is implemented. todo: add a config option to choose initial state.