Loading app/jsdoc.jsondeleted 100644 → 0 +0 −22 Original line number Diff line number Diff line { "tags": { "allowUnknownTags": true, "dictionaries": ["jsdoc", "closure"] }, "source": { "include": ["src"], "includePattern": ".+\\.js(doc|x)?$", "excludePattern": "(^|\\/|\\\\)_" }, "plugins": ["plugins/markdown", "better-docs/component"], "templates": { "better-docs": { "name": "My React components" } }, "opts": { "destination": "documentation", "recurse": true, "readme": "README.md" } } app/package.json +2 −3 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ "babel-plugin-import": "^1.13.0", "babel-preset-airbnb": "^4.4.0", "babel-root-slash-import": "^1.1.0", "better-docs": "^1.4.7", "braintree-jsdoc-template": "^3.3.0", "chai": "^4.2.0", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.4.2", "eslint": "^6.1.0", Loading @@ -64,14 +64,13 @@ "jsdom-global": "3.0.2", "mocha": "^7.1.1", "mocha-jsdom": "^2.0.0", "chai": "^4.2.0", "onchange": "^6.1.0", "precss": "^4.0.0", "prettier": "^1.19.1", "prop-types": "^15.7.2", "style-loader": "^1.1.3", "url-loader": "^3.0.0", "webpack": "^4.41.5", "webpack": "^4.42.1", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.10.1", "webpack-merge": "^4.2.2" Loading app/src/assets/img/marsLogo.pngdeleted 100644 → 0 −516 KiB Loading image diff... app/src/components/container/App.jsx +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ export default function App() { <ConsoleContainer target={targetPlanet} /> <MapContainer target={targetPlanet} /> <WellKnownTextInput /> <CreditsDisplay style={{ width: 800, maxWidth: 800 }} /> <CreditsDisplay /> </Paper> </div> ); Loading app/src/styles.css +0 −1 Original line number Diff line number Diff line @import "../node_modules/leaflet/dist/leaflet.css"; @import "../node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css"; @import "../node_modules/leaflet-sidebar-v2/css/leaflet-sidebar.css"; @import "https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.css"; #map-container { Loading Loading
app/jsdoc.jsondeleted 100644 → 0 +0 −22 Original line number Diff line number Diff line { "tags": { "allowUnknownTags": true, "dictionaries": ["jsdoc", "closure"] }, "source": { "include": ["src"], "includePattern": ".+\\.js(doc|x)?$", "excludePattern": "(^|\\/|\\\\)_" }, "plugins": ["plugins/markdown", "better-docs/component"], "templates": { "better-docs": { "name": "My React components" } }, "opts": { "destination": "documentation", "recurse": true, "readme": "README.md" } }
app/package.json +2 −3 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ "babel-plugin-import": "^1.13.0", "babel-preset-airbnb": "^4.4.0", "babel-root-slash-import": "^1.1.0", "better-docs": "^1.4.7", "braintree-jsdoc-template": "^3.3.0", "chai": "^4.2.0", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.4.2", "eslint": "^6.1.0", Loading @@ -64,14 +64,13 @@ "jsdom-global": "3.0.2", "mocha": "^7.1.1", "mocha-jsdom": "^2.0.0", "chai": "^4.2.0", "onchange": "^6.1.0", "precss": "^4.0.0", "prettier": "^1.19.1", "prop-types": "^15.7.2", "style-loader": "^1.1.3", "url-loader": "^3.0.0", "webpack": "^4.41.5", "webpack": "^4.42.1", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.10.1", "webpack-merge": "^4.2.2" Loading
app/src/components/container/App.jsx +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ export default function App() { <ConsoleContainer target={targetPlanet} /> <MapContainer target={targetPlanet} /> <WellKnownTextInput /> <CreditsDisplay style={{ width: 800, maxWidth: 800 }} /> <CreditsDisplay /> </Paper> </div> ); Loading
app/src/styles.css +0 −1 Original line number Diff line number Diff line @import "../node_modules/leaflet/dist/leaflet.css"; @import "../node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css"; @import "../node_modules/leaflet-sidebar-v2/css/leaflet-sidebar.css"; @import "https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.css"; #map-container { Loading