Skip to content

Commit

Permalink
feat(composer): visibility toggles for overlays in settings panel
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilaXu authored and mumanity committed Mar 29, 2023
1 parent 217899a commit 4fc0527
Show file tree
Hide file tree
Showing 33 changed files with 1,346 additions and 204 deletions.
2 changes: 1 addition & 1 deletion packages/scene-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"convert-svg": "npx @svgr/cli --out-dir src/assets/auto-gen/icons/ --typescript --index-template tools/index-template.js -- src/assets/icons/",
"release": "run-s compile copy-assets",
"copy-assets": "copyfiles -e \"**/*.tsx\" -e \"**/*.ts\" -e \"**/*.snap\" -e \"**/*.js\" -e \"**/*.jsx\" -e \"**/*.json\" \"src/**/*\" dist/",
"lint": "eslint . --max-warnings=912",
"lint": "eslint . --max-warnings=811",
"fix": "eslint --fix .",
"test": "jest --config jest.config.ts --coverage --silent",
"test:dev": "jest --config jest.config.ts --coverage",
Expand Down

0 comments on commit 4fc0527

Please sign in to comment.