-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-8626: Create action menu component foundations #1318
Conversation
@@ -1,5 +1,7 @@ | |||
{%- import '@ibexadesign/ui/component/macros.html.twig' as html -%} | |||
|
|||
{%- set group_template_path = group_template_path|default('@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu_group.html.twig') -%} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,5 +1,7 @@ | |||
{%- import '@ibexadesign/ui/component/macros.html.twig' as html -%} | |||
|
|||
{%- set group_template_path = group_template_path|default('@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu_group.html.twig') -%} | |||
|
|||
{%- set is_template = is_template|default(false) -%} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,5 +1,7 @@ | |||
{%- import '@ibexadesign/ui/component/macros.html.twig' as html -%} | |||
|
|||
{%- set item_template_path = item_template_path|default('@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu_item.html.twig') -%} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,5 +1,7 @@ | |||
{%- import '@ibexadesign/ui/component/macros.html.twig' as html -%} | |||
|
|||
{%- set item_template_path = item_template_path|default('@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu_item.html.twig') -%} | |||
|
|||
{%- set is_template = is_template|default(false) -%} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,5 +1,7 @@ | |||
{%- import '@ibexadesign/ui/component/macros.html.twig' as html -%} | |||
|
|||
{%- set branch_template_path = branch_template_path|default('@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu_branch.html.twig') -%} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,5 +1,7 @@ | |||
{%- import '@ibexadesign/ui/component/macros.html.twig' as html -%} | |||
|
|||
{%- set branch_template_path = branch_template_path|default('@ibexadesign/ui/component/multilevel_popup_menu/multilevel_popup_menu_branch.html.twig') -%} | |||
|
|||
{%- set is_template = is_template|default(false) -%} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me these spaces are ok :)
const searchInput = branchElement.querySelector('.ibexa-multilevel-popup-menu__search-input'); | ||
|
||
if (searchInput?.value !== '') { | ||
searchInput.value = ''; | ||
searchInput.dispatchEvent(new Event('input')); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this has to be placed inside toggleBranch
otherwise, it will be inconsistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA approved on IbexaDXP 4.6
fb7e91d
to
c05d087
Compare
Quality Gate passedIssues Measures |
Description:
For QA:
Documentation: