You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour would be to manually add project to Liberty dashboard from sections 1 highlighted below.
If selecting from section 1 (the space in the Liberty dashboard), expected behaviour would be to prompt users on which project they would like to add.
The text was updated successfully, but these errors were encountered:
We are using regular TreeView on the liberty dashboard to list out the projects. In that we won't be able to create a context menu in section 1, because context menu items are only supported attached to a TreeItem, and not in the empty area.
An alternate solution is to use WebView instead. If we use that we can use webview/context contribution point, or create your own context menu using regular HML inside the WebView.
Alternate to WebView, another proposed solution would be to introduce two new buttons or commands in the view/title contribution point to add or remove projects using the icons + and - respectively.
Expected behaviour would be to manually add project to Liberty dashboard from sections 1 highlighted below.
If selecting from section 1 (the space in the Liberty dashboard), expected behaviour would be to prompt users on which project they would like to add.
The text was updated successfully, but these errors were encountered: