Skip to content

chore(core-app): CB-1456 add nested menu support for MenuBar#608

Merged
Wroud merged 2 commits intodevelfrom
fix/menu-bar-context-menu
Dec 28, 2021
Merged

chore(core-app): CB-1456 add nested menu support for MenuBar#608
Wroud merged 2 commits intodevelfrom
fix/menu-bar-context-menu

Conversation

@devnaumov
Copy link
Copy Markdown
Member

No description provided.

@devnaumov devnaumov requested a review from Wroud December 28, 2021 11:13
@devnaumov devnaumov self-assigned this Dec 28, 2021
Comment on lines +39 to +47
getItems: (context, items) => [
...items,
new MenuBaseItem(
'login',
'authentication_login',
'authentication_login',
{ onSelect: () => this.authDialogService.showLoginForm(false, null, true) }
)
],
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use authentication state info in getItems (join two addCreator into one)

@Wroud Wroud merged commit 0b3f928 into devel Dec 28, 2021
@devnaumov devnaumov deleted the fix/menu-bar-context-menu branch January 14, 2022 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants