diff --git a/ng-app/index-web.html b/ng-app/index-web.html index 89af599..90b86b4 100644 --- a/ng-app/index-web.html +++ b/ng-app/index-web.html @@ -57,9 +57,62 @@ NextGraph - + + -
+
+
+ + + + + + +
+
+ Your browser is too old and does not support NextGraph.
Please upgrade to a newer version of this browser,
try with another browser,
or install our native app. +
+ +
+
+
+
+ diff --git a/ng-app/src/App.svelte b/ng-app/src/App.svelte index 81efa4c..d7a1f7f 100644 --- a/ng-app/src/App.svelte +++ b/ng-app/src/App.svelte @@ -74,6 +74,7 @@ // }; onMount(async () => { + //window.document.getElementById("splash").className="splash-loaded"; try { await disconnections_subscribe(); await select_default_lang(); diff --git a/ng-app/src/styles.css b/ng-app/src/styles.css index 9877e6e..fa31030 100644 --- a/ng-app/src/styles.css +++ b/ng-app/src/styles.css @@ -19,6 +19,13 @@ td.hljs { font-family: monospace; background-color: rgba(73, 114, 165, 0.1); } +/* .splash-loaded { + display: none; +} */ + +.splashing { + display: none; +} .menu-bg-modal + div { padding: 0 !important;