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-7173: As the user I want to see empty state message in dropdown while filtering #1008

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

GrabowskiM
Copy link
Contributor

@GrabowskiM GrabowskiM commented Nov 23, 2023

Question Answer
Tickets https://issues.ibexa.co/browse/IBX-7173
Bug fix? no
New feature? yes
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

Change started as thing for site access widget, but at the end done to all dropdowns in whole system...

Selection_794

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

@@ -183,6 +183,13 @@
{% include list_item_template_path with { choice, custom_form, icon: item_icon, icon_class: item_icon_class } %}
{% endfor %}
</ul>

<div class="ibexa-dropdown__items-list-filter-empty" hidden>
<svg>
Copy link
Contributor

Choose a reason for hiding this comment

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

class ibexa-icon?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here there's no point for this class - this class sets width and height of an element to 2rem and I need for this svg to be of dynamic size (based on widget width)

@adamwojs
Copy link
Member

@GrabowskiM Rebase is needed here

Copy link

sonarcloud bot commented Nov 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@adamwojs adamwojs merged commit 4cac5b4 into main Nov 30, 2023
23 checks passed
@adamwojs adamwojs deleted the IBX-7173-filter-empty-message branch November 30, 2023 09:37
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.

None yet

9 participants