-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
fix: init modal migration from buefy to oruga #6612
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 includes several modifications mainly aimed at migrating modal usage from Buefy to Oruga. This is reflected in multiple components including ConnectWallet, ShoppingCart, NotificationBoxButton, and more. The request also includes renaming some parameters in Vue components, changing kebab-case to camel-case. A few changes in the imports order are also made in the test files for better consistency and readability. |
Kudos, SonarCloud Quality Gate passed! |
Code Climate has analyzed commit be0c8e3 and detected 0 issues on this pull request. View more on Code Climate. |
I don't think this is a good idea we'll still need to upgrade to Vue3 version.. |
I'll close this for now. |
Thank you for your contribution to the KodaDot - One Stop Shop for Polkadot NFTs.
👇 __ Part of #5852
PR Type
Context
Bumped into some errors while configuring Oruga. Still investigating. Might be compatibility issues
Before submitting pull request, please make sure:
Optional
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
Copilot Summary
🤖 Generated by Copilot at ae3eed4
This pull request mainly replaces the buefy modal components with the oruga modal components in various files, as part of a UI library refactoring. It also changes some props to use kebab-case instead of camelCase, as suggested by the Vue style guide. Additionally, it reorders some imports to follow the alphabetical order, as suggested by the TypeScript style guide.
🤖 Generated by Copilot at ae3eed4