-
Notifications
You must be signed in to change notification settings - Fork 25
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
improve: asset import #760
Conversation
Deploying with Cloudflare Pages
|
Test this pull request
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #760 +/- ##
==========================================
+ Coverage 71.27% 72.73% +1.45%
==========================================
Files 381 368 -13
Lines 12587 12460 -127
Branches 1701 1695 -6
==========================================
+ Hits 8972 9063 +91
+ Misses 3414 3210 -204
+ Partials 201 187 -14
☔ View full report in Codecov by Sentry. |
25e814e
to
24f5ad9
Compare
8dbb6fc
to
af3fa39
Compare
af3fa39
to
d74dca4
Compare
closes decentraland/sdk#711
🤖 Generated by Copilot at cb81be6
This pull request adds support for importing KTX2 compressed textures in the inspector, improves the UI and validation logic of the import asset modal, and fixes a bug in the file input component. It also adds a new utility function to generate a random asset name and tests for it. It modifies the
ImportAsset.tsx
,utils.ts
,utils.spec.ts
,FileInput.tsx
,fs-utils.ts
, andTexture/utils.ts
files, and adds a newImportAsset.css
file.