-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
🔧 migrate Buefy buttons #6437
🔧 migrate Buefy buttons #6437
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 updates a Vue.js project to switch from the Buefy UI library's button tags to a new custom NeoButton component. This offers a more consistent and controlled aesthetic across the application. The changes include adjustments in property names and event binding behaviours and it impacts 12 files including components related to Offers, Search, Gallery, and Create features of the app. The NeoButton component is now also added in imported components relevant to these features. The patch also includes a few changes in applied CSS classes, component replacement in the Search.vue, and some logic adjustments for range in SearchPriceRange.vue. All instances of have been altered to and the corresponding attribute changes have been made. |
Code Climate has analyzed commit b23263f and detected 0 issues on this pull request. View more on Code Climate. |
|
thank you! |
🚀 lmk if something break afterward |
part of #5852