Skip to content
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

Merged
merged 9 commits into from
Sep 17, 2024
Merged

IBX-8626: Create action menu component foundations #1318

merged 9 commits into from
Sep 17, 2024

Conversation

GrabowskiM
Copy link
Contributor

@GrabowskiM GrabowskiM commented Aug 7, 2024

🎫 Issue IBX-8626

Description:

For QA:

Documentation:

@@ -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') -%}

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

@@ -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) -%}

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

@@ -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') -%}

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

@@ -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) -%}

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

@@ -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') -%}

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

@@ -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) -%}

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

Copy link
Contributor

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 :)

Comment on lines +206 to +216
const searchInput = branchElement.querySelector('.ibexa-multilevel-popup-menu__search-input');

if (searchInput?.value !== '') {
searchInput.value = '';
searchInput.dispatchEvent(new Event('input'));
}
Copy link
Contributor

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.

Copy link
Contributor

@tomaszszopinski tomaszszopinski left a 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

Copy link

sonarcloud bot commented Sep 17, 2024

@dew326 dew326 merged commit d01569c into 4.6 Sep 17, 2024
28 checks passed
@dew326 dew326 deleted the ai-front branch September 17, 2024 09:50
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.

9 participants