Skip to content
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 intro modal #1015

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 0 additions & 87 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@mux/mux-player-react": "^2.9.1",
"@react-google-maps/api": "^2.19.3",
"@stripe/stripe-js": "^3.4.1",
"aframe-atlas-uvs-component": "^3.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/editor/components/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import { PaymentModal } from './modals/PaymentModal';
import { SceneEditTitle } from './components/SceneEditTitle';
import { AddLayerPanel } from './components/AddLayerPanel';
import { IntroModal } from './modals/IntroModal';
import { NewModal } from './modals/NewModal';
import { ToolbarWrapper } from './scenegraph/ToolbarWrapper.js';
import useStore from '@/store';
Expand Down Expand Up @@ -92,7 +91,7 @@
}));
}
});
}, []);

Check warning on line 94 in src/editor/components/Main.js

View workflow job for this annotation

GitHub Actions / Test Cases (20.x)

React Hook useEffect has missing dependencies: 'state.visible.attributes' and 'state.visible.scenegraph'. Either include them or remove the dependency array

const onModalTextureOnClose = (value) => {
setState((prevState) => ({
Expand Down Expand Up @@ -130,7 +129,6 @@
<PaymentModal />
<ScenesModal />
<ProfileModal />
<IntroModal />
<NewModal />
<LoadScript
googleMapsApiKey={firebaseConfig.apiKey}
Expand Down
24 changes: 0 additions & 24 deletions src/editor/components/modals/IntroModal/IntroModal.component.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/editor/components/modals/IntroModal/index.js

This file was deleted.

Loading