@dssp/dcsp 1.0.0-alpha.4 → 1.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_index.html +6 -6
- package/assets/manifest.json +2 -2
- package/config/config.development.js +2 -1
- package/config/config.production.js +2 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/schema.graphql +143 -16
- package/views/auth-page.html +6 -6
- package/views/public/home.html +3 -3
package/_index.html
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
5
|
<meta name="google" content="notranslate" />
|
|
6
|
-
<title>Construction
|
|
6
|
+
<title>Construction Supervision Platform</title>
|
|
7
7
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
9
|
-
<meta name="description" content="
|
|
9
|
+
<meta name="description" content="Driving the Digitalization of Site Supervision" />
|
|
10
10
|
|
|
11
11
|
<base href="/" />
|
|
12
12
|
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
|
|
21
21
|
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
|
|
22
22
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
23
|
-
<meta name="application-name" content="Construction
|
|
24
|
-
<meta name="application-description" content="
|
|
23
|
+
<meta name="application-name" content="Construction Supervision Platform" />
|
|
24
|
+
<meta name="application-description" content="Driving the Digitalization of Site Supervision" />
|
|
25
25
|
<meta name="application-copyright" content="Copyright © hatiolab.com. All Rights Reserved." />
|
|
26
26
|
<link rel="application-icon" href="/assets/manifest/icon-96x96.png" />
|
|
27
27
|
|
|
28
28
|
<!-- Add to homescreen for Safari on iOS -->
|
|
29
29
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
30
30
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
31
|
-
<meta name="apple-mobile-web-app-title" content="Construction
|
|
31
|
+
<meta name="apple-mobile-web-app-title" content="Construction Supervision Platform" />
|
|
32
32
|
|
|
33
33
|
<!-- Homescreen icons -->
|
|
34
34
|
<link rel="apple-touch-icon" href="/assets/manifest/icon-48x48.png" />
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<meta name="twitter:card" content="summary" />
|
|
47
47
|
<meta name="twitter:site" content="@username" />
|
|
48
48
|
<meta property="og:type" content="website" />
|
|
49
|
-
<meta property="og:site_name" content="Construction
|
|
49
|
+
<meta property="og:site_name" content="Construction Supervision Platform, Driving the Digitalization of Site Supervision" />
|
|
50
50
|
<meta property="og:image" content="/assets/manifest/image-metaog.png" />
|
|
51
51
|
|
|
52
52
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
package/assets/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "Construction
|
|
2
|
+
"name": "Construction Supervision Platform",
|
|
3
3
|
"short_name": "dcsp",
|
|
4
|
-
"description": "Construction
|
|
4
|
+
"description": "Construction Supervision Platform, Driving the Digitalization of Site Supervision",
|
|
5
5
|
"icons": [
|
|
6
6
|
{
|
|
7
7
|
"src": "manifest/icon-192x192.png",
|