-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
displayed a message when no resources are found matching the filters #305
base: main
Are you sure you want to change the base?
Conversation
@@ -50,6 +50,9 @@ <h1>Resources</h1> | |||
|
|||
<!-- This is the section that shows all the resource cards in the site. |
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.
This documentation should be shifted to just before the #thumbnaillist
, and a different descriptive comment should be added here related to the noThumbnailsMessage
@@ -47,6 +47,20 @@ h1 { | |||
list-style: none; | |||
} | |||
|
|||
.hidden { | |||
display: none !important; |
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.
we want to avoid the use of !important in our cascade.
display: none !important; | ||
} | ||
|
||
.visible{ |
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.
we don't need a class of visible, and should operate off of things being visible until made invisible.
Fixes
Description
Added a feature to display a message when no resources match the selected combination of filters in the topic, medium, and language categories. This enhancement ensures that users are informed when their filter criteria do not yield any results, preventing confusion and providing clarity on the absence of matching resources.
Screenshots
Checklist
Update index.md
).main
ormaster
).visible errors.