From dcc1476d8c4f2018a80ebab487f2a6937e708214 Mon Sep 17 00:00:00 2001 From: Jose Maria Villac Pinheiro Date: Wed, 18 Jul 2018 15:23:44 -0300 Subject: [PATCH] V. 0.7.0 - Integração do mapa com a procura rápida. Não está localizando com a seleção ainda. --- client/package-lock.json | 7 ++++++- client/package.json | 5 +++-- client/public/index.html | 2 +- client/src/App.js | 27 ++++----------------------- client/src/components/map.js | 20 ++++++++++++++++++++ package.json | 2 +- public/stylesheets/style.css | 2 +- views/index.jade | 1 - views/map.jade | 12 ------------ 9 files changed, 36 insertions(+), 42 deletions(-) create mode 100644 client/src/components/map.js diff --git a/client/package-lock.json b/client/package-lock.json index 6837575..d099d30 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "0.1.0", + "version": "0.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8889,6 +8889,11 @@ "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-4.0.0.tgz", "integrity": "sha512-FlsPxavEyMuR6TjVbSSywovXSEyOg6ZDj5+Z8nbsRl9EkOzAhEIcS+GLoQDC5fz/t9suhUXWmUrOBrgeUvrMxw==" }, + "react-iframe": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/react-iframe/-/react-iframe-1.2.0.tgz", + "integrity": "sha512-xd7zHdVu6Pe3ijQNkT8PvLfGRQEY/CuKvjMhVC+OLSoXL1mkBA300hen5vm56yNdaUt3AspVclXda1IO7ooMhg==" + }, "react-input-autosize": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-2.2.1.tgz", diff --git a/client/package.json b/client/package.json index 23a69b2..fce0819 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "0.6.2", + "version": "0.7.0", "private": true, "proxy": { "/map": { @@ -30,12 +30,13 @@ }, "dependencies": { "ajv": "^6.5.0", + "axios": "0.17.1", "faker": "^4.1.0", "react": "^16.4.0", "react-dom": "^16.4.0", + "react-iframe": "^1.2.0", "react-scripts": "1.1.4", "react-select": "1.1.0", - "axios": "0.17.1", "util": "^0.10.3" }, "scripts": { diff --git a/client/public/index.html b/client/public/index.html index 91d7931..6d11109 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - NEXUS Título + NEXUS