-
-
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
refactor: move media from rmrk/Media/ to media/ #3718
Conversation
✅ Deploy Preview for koda-nuxt ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@vikiival can I get your pair of 👀 at this? |
Pls maintain the order of the SFC |
Isn't it better to use import { defineProps } from 'vue' than import { defineProps } from '#app' asking tbh |
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.
Hey please maintain the order of the SFC - otherwise it's really hard to do the Code Review
oops sorry, will update
there are some nuxt-specific, for example, import { useNuxtApp } from '#app'
import { useNuxtApp } from 'nuxt3/app'
import { useNuxtApp } from 'nuxt/app' btw, I forgot to remove |
oh, try to run |
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.
oh, try to run
pnpm install
first
^ this, logical knowing that CI had no error
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.
Smol stuff.
Also I do not understand why you deleted old components :)
For the next time:
mv
to new location- rename (if needed)
- refactor
This way we lost a lot of info 🥲
oops, tbh I'm curious about that also. afaik I moved the files, but let me try to re-moved that files again from the suggested steps 🙏🏻 update: I tried with |
Added nuxt/framework#3751 to desc as it's fixing stuff 😄 |
Code Climate has analyzed commit 4de15a3 and detected 0 issues on this pull request. View more on Code Climate. |
this is the details regarding the test "sometimes" failing #3755 |
Thank you for your contribution to the KodaDot NFT gallery.
👇 _ Let's make a quick check before the contribution.
PR type
What's new?
generate
, no dist directory generated nuxt/bridge#31 (comment):mimeType="type"
incomponents/rmrk/Gallery/GalleryCard.vue
causing error logs in local onlyBefore submitting Pull Request, please make sure:
Link Preview
Community participation