-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
feat: Collection filtering on top of profile #8414
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
AI-Generated Summary: This pull request contains a series of changes that aim to improve functionality by including a profile collection filter. The central feature added is the new component The component Corresponding modifications in the Overall, these changes focus on enhancing the user's experience by providing them with an optimal interface to search and filter collections. |
is it possible for it not to go to the top of the page every time we are messing with the filters? collection.filter.mp4 |
link #8362 |
.pointer-events-none { | ||
pointer-events: 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.
not needed?
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.
@prury try again thanks |
not sure if fixed or not, couldn't reproduce it
fixed neo dropdown issues
these two are specific of the dropdown component itself
yes please , create a new issue so we can address them separately. thanks |
this one we will have to fix here, otherwise it will introduce bug since its working properly on canary sortbug.mp4 |
yes absolutely , fixed try again thanks
I was referring to this
|
@hassnian let's resolve conflicts and we will merge it Thanks! |
😍 Perfect, I’ve sent the payout 🪅 Let’s grab another issue and get rewarded! |
ready |
Code Climate has analyzed commit 1292ab4 and detected 0 issues on this pull request. View more on Code Climate. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
pleasure! thank you! |
PR Type
Context
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
Copilot Summary
🤖[deprecated] Generated by Copilot at b11a9aa
This pull request adds a new feature to filter NFTs by collections on the profile page. It introduces a new
CollectionFilter
component that uses aNeoDropdown
with checkboxes and anActiveCount
badge. It also updates the CSS classes and variables for the filter and theActiveCount
component, and adds theimage
field to thecollectionDetails
fragment.🤖[deprecated] Generated by Copilot at b11a9aa