-
Notifications
You must be signed in to change notification settings - Fork 24
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
add: png file thumbnails #812
Conversation
Deploying with Cloudflare Pages
|
Test this pull request
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #812 +/- ##
=======================================
Coverage 70.55% 70.55%
=======================================
Files 399 399
Lines 13128 13128
Branches 1723 1723
=======================================
Hits 9262 9262
Misses 3652 3652
Partials 214 214 ☔ View full report in Codecov by Sentry. |
d02d046
to
57aac3b
Compare
57aac3b
to
9d48324
Compare
packages/@dcl/inspector/src/components/AssetPreview/AssetPreview.tsx
Outdated
Show resolved
Hide resolved
9d48324
to
afff4af
Compare
afff4af
to
e7e92ee
Compare
🤖 Generated by Copilot at 1aa5f08
This pull request enhances the AssetPreview component to support different asset types and improve the layout and performance. It adds CSS rules, subcomponents, and logic to render and capture gltf and png assets using the WearablePreview and canvas elements. It also modifies the
AssetPreview.tsx
andAssetPreview.css
files.