diff --git a/app/android/app/src/main/AndroidManifest.xml.orig b/app/android/app/src/main/AndroidManifest.xml.orig new file mode 100644 index 0000000..516338b --- /dev/null +++ b/app/android/app/src/main/AndroidManifest.xml.orig @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/app/pages/home/home.page.scss b/app/src/app/pages/home/home.page.scss index e69de29..6f69fb1 100644 --- a/app/src/app/pages/home/home.page.scss +++ b/app/src/app/pages/home/home.page.scss @@ -0,0 +1,71 @@ +#container { + text-align: center; + + position: absolute; + left: 0; + right: 0; + top: 50%; + transform: translateY(-50%); +} + +#container strong { + font-size: 20px; + line-height: 26px; +} + +#container p { + font-size: 16px; + line-height: 22px; + + color: #8c8c8c; + + margin: 0; +} + +#container a { + text-decoration: none; +} + +capacitor-google-map { + display: inline-block; + width: 100%; + height: 100%; +} + +ion-content { + --background: none; +} + +#container { + text-align: center; + position: absolute; + left: 0; + right: 0; + top: 50%; + transform: translateY(-50%); +} + +#container strong { + font-size: 20px; + line-height: 26px; +} + +#container p { + font-size: 16px; + line-height: 22px; + color: #8c8c8c; + margin: 0; +} + +#container a { + text-decoration: none; +} + +ion-list { + padding-top: 0; + padding-bottom: 0; +} + +.ion-modal { + --width: 100%; +} diff --git a/app/src/environments/environment.ts b/app/src/environments/environment.ts index 693bf06..93efacf 100644 --- a/app/src/environments/environment.ts +++ b/app/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - API: 'http://localhost:8000', + API: 'https://backend.refuapp.online', MAPS_FORCE_CREATE: true, SENSORS_API: 'http://localhost:8001', };