-
-
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
Migrated NeoDropdown to tailwindcss #8350
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
SUCCESS @shashkovdanil PR for issue #8348 which is assigned to you. Please wait for review and don't hesitate to grab another issue in the meantime! |
AI-Generated Summary: This pull request involves migration of the NeoDropdown component to tailwindcss. In the process, most of the SASS specific code has been replaced with TailwindCSS utility classes in NeoDropdown.scss. Furthermore, the related changes are also reflected in NeoDropdownItem.vue file where a commented block indicating the 'active' state of the dropdown item has been removed. This implies a significant style overhaul with potentially improved maintainability and readability of the code. |
This reverts commit 7dd1357.
Code Climate has analyzed commit 201985f and detected 0 issues on this pull request. View more on Code Climate. |
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.
code lgtm
@prury fixed colors bugs |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thank you for your contribution to the KodaDot - One Stop Shop for Polkadot NFTs.
👇 __ Let's make a quick check before the contribution.
PR Type
Context
NeoDropdown
totailwindcss
#8348Before submitting pull request, please make sure:
Optional
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
Copilot Summary
🤖[deprecated] Generated by Copilot at b463274
Refactored NeoDropdown component and its item subcomponent to use Tailwind CSS for styling. This simplifies the code and improves the UI consistency.
🤖[deprecated] Generated by Copilot at b463274