SolidOS/solid-panes

mixing items and menus in dashboard

Opened this issue · 1 comments

Dashboard uses UI.tabs.tabWidget() to give access to the different pane items :
In the the following dashboard there are 2 contacts app and 2 storages available. The list can contain much more items
It should be nice to be able to list these in menuItems.

This is actually done using UI.tabs.tabWidget.
Is it possible to use the tabWidget() or modify the tabWidget() to mix items and menuItems ?

image