-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: Add support for product imports #8298
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
|
) | ||
} | ||
|
||
const FileThumbnail = () => { |
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.
This is not really an icon, so I wasn't sure how to handle it. I think having it defined here is fine, but let me know if another place would be better.
packages/admin-next/dashboard/src/routes/products/product-import/product-import.tsx
Outdated
Show resolved
Hide resolved
9b833b2
to
0d4099f
Compare
c08b8c6
to
c1ada67
Compare
c1ada67
to
97499c4
Compare
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.
lgtm 🤞🏻
Depends on #8281 (will retarget to develop once that is merged)
Designs: https://www.figma.com/design/z3aUuOVWUKmdHH0ofmMpEV/Web-app-3.0?node-id=6612-67477&t=FQjXXVUyAbMvFhfh-0
CLOSES CC-253