Awesome add-on!
It would be even better if:
• You could add tabs to the app-header
• You could switch the app-header to float (scroll out the viewport) or fixed (stays visible) or auto (e.g. on viewport height)
• You could switch the app-drawer to fixed (stays visible) or float (slides on or out) or automatic (on viewport width)
• You could set an app-drawer offset so that it either shows over or under the app-toolbar.
Hi Nils! … Thanks for the feedback! Please feel free to create issues for these topics on our GitHub page: https://github.com/FlowingCode/AppLayoutAddon/issues … We’ve already created one of your requests and we’ll be working on it. Regards!
Nils ten Hoeve:
switch the app-header to float (scroll out the viewport) or fixed (stays visible) or auto (e.g. on viewport height)
We added support for this feature in version 1.0.5. Thanks for the suggestion!
Nils ten Hoeve:
You could switch the app-drawer to fixed (stays visible) or float (slides on or out) or automatic (on viewport width) • You could set an app-drawer offset so that it either shows over or under the app-toolbar.
Hi Nils.
Yesterday we released [a new version]
(https://vaadin.com/directory/component/app-layout-addon/4.0.0) that supports some of the things that you suggested:
- The drawer can remain opened (drawerPersistent feature)
- The drawer can also be displayed below the header
Thanks again for the suggestions!