-
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
Remove self-contained GLTF/GLB asset #569
Conversation
ddee27e
to
021da35
Compare
Deploying with Cloudflare Pages
|
021da35
to
0ebe674
Compare
Test this pull request
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #569 +/- ##
==========================================
- Coverage 71.88% 71.60% -0.29%
==========================================
Files 245 247 +2
Lines 8416 8451 +35
Branches 1073 1075 +2
==========================================
+ Hits 6050 6051 +1
- Misses 2268 2300 +32
- Partials 98 100 +2
☔ View full report in Codecov by Sentry. |
5b7584c
to
de9b436
Compare
970a1fe
to
9e1f5ad
Compare
9e1f5ad
to
36d0e6b
Compare
ca99ea3
to
963cb8a
Compare
963cb8a
to
a7b467a
Compare
closes decentraland/sdk#757
🤖 Generated by Copilot at ddee27e
This pull request adds and updates several components and files in the
@dcl/inspector
package, mainly to improve the UI and functionality of the inspector tool. It introduces thereact-modal
andclassnames
modules as dependencies, and uses them to create aModal
component and to apply conditional styles to theButton
andBlock
components. It also adds the ability to remove an asset from the project, and shows a warning modal if the asset is used by some components. It simplifies some code by using hooks and variables, and fixes some minor issues with the input validation and the context menu.