Skip to content

Commit

Permalink
feat: edit metadata (#3026)
Browse files Browse the repository at this point in the history
* feat: integrate file system interface

* feat: integrate project

* feat: layout icon

* chore: lint

* feat: integrate thumbnail

* fix: change layout

* feat: integrate deployment

* feat: show metadata thubnail in project card

* chore: remove console.log

* chore: add thumbnail preview to files that exist

* fix: upgrade @dcl/inspector to avoid retrocompat issue

* chore: use @dcl/sdk instead of @dcl/inspector
  • Loading branch information
cazala committed Jan 31, 2024
1 parent d5de5ca commit 7a9fce1
Show file tree
Hide file tree
Showing 22 changed files with 364 additions and 232 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ REACT_APP_FF_BUILDER_DCL_CONTROLLER_V2=
REACT_APP_FF_BUILDER_WORLDS_FOR_ENS_OWNERS=

; Local development of @dcl/inspector
REACT_APP_INSPECTOR_PORT=
VITE_INSPECTOR_PORT=

; Local development of @dcl/asset-packs
REACT_APP_BIN_INDEX_JS_DEV_PORT=
REACT_APP_BIN_INDEX_JS_DEV_PATH=
VITE_BIN_INDEX_JS_DEV_PATH=
VITE_BIN_INDEX_JS_DEV_PORT=
144 changes: 77 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dcl/hashing": "^3.0.4",
"@dcl/mini-rpc": "^1.0.7",
"@dcl/schemas": "^9.4.1",
"@dcl/sdk": "^7.3.35",
"@dcl/sdk": "^7.3.40",
"@dcl/single-sign-on-client": "^0.1.0",
"@dcl/ui-env": "^1.5.0",
"@sentry/react": "^7.64.0",
Expand Down Expand Up @@ -70,6 +70,7 @@
"reselect": "4.0.0",
"slug": "^5.3.0",
"three": "^0.107.0",
"ts-deepmerge": "^7.0.0",
"typechain": "^8.1.0",
"typesafe-actions": "^4.4.2",
"uuid": "^3.3.2"
Expand Down
19 changes: 1 addition & 18 deletions src/components/Icon/Icon.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,15 @@ export type IconName =
| 'alert-warning'
| 'arrow-down'
| 'arrow-key-down'
| 'arrow-key-down'
| 'arrow-key-left'
| 'arrow-key-left'
| 'arrow-key-right'
| 'arrow-key-right'
| 'arrow-key-up'
| 'arrow-key-up'
| 'arrow-up'
| 'atlas-zoom-in'
| 'atlas-zoom-in'
| 'atlas-zoom-out'
| 'atlas-zoom-out'
| 'camera'
| 'camera'
| 'cat'
| 'center-camera'
| 'center-camera'
| 'chevron-right'
| 'circle'
| 'cylinder'
Expand All @@ -34,31 +26,24 @@ export type IconName =
| 'dress'
| 'duplicate'
| 'edit-active'
| 'edit-active'
| 'edit'
| 'edit'
| 'ellipsis'
| 'emote'
| 'export'
| 'export'
| 'facebook'
| 'geometries'
| 'geometries'
| 'grid-active'
| 'grid'
| 'heart-full'
| 'heart'
| 'import'
| 'import'
| 'landscape'
| 'layout'
| 'list-active'
| 'list'
| 'locate-land'
| 'locate-land'
| 'minus'
| 'modal-back'
| 'modal-back'
| 'modal-close'
| 'modal-close'
| 'move-active'
| 'move'
Expand All @@ -73,8 +58,6 @@ export type IconName =
| 'rotate-control'
| 'rotate-active'
| 'rotate-left'
| 'rotate-left'
| 'rotate-right'
| 'rotate-right'
| 'rotate'
| 'scale'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Icon/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7a9fce1

Please sign in to comment.