Compare commits
No commits in common. "ba2a25f0887243d8c41ebc5a4263329a4c1f2035" and "cc1e20dde92a8aab43c85e7cb50ec2fbeea4672b" have entirely different histories.
ba2a25f088
...
cc1e20dde9
4 changed files with 2 additions and 6 deletions
|
@ -45,4 +45,4 @@
|
||||||
<div style="display: contents">%sveltekit.body%</div>
|
<div style="display: contents">%sveltekit.body%</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -3,10 +3,8 @@
|
||||||
import { fade } from 'svelte/transition';
|
import { fade } from 'svelte/transition';
|
||||||
|
|
||||||
let visible = false;
|
let visible = false;
|
||||||
let time = 0;
|
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
time = 0;
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
visible = false;
|
visible = false;
|
||||||
}, time);
|
}, time);
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
immediate: true,
|
immediate: true,
|
||||||
onRegistered(r) {
|
onRegistered(r) {
|
||||||
console.log(`SW Registered: ${r}`)
|
console.log(`SW Registered: ${r}`)
|
||||||
console.log(JSON.stringify(r));
|
|
||||||
},
|
},
|
||||||
onRegisterError(error) {
|
onRegisterError(error) {
|
||||||
console.log('SW registration error', error)
|
console.log('SW registration error', error)
|
||||||
|
|
|
@ -13,7 +13,6 @@ const config = {
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
background_color: "#213c8b",
|
background_color: "#213c8b",
|
||||||
theme_color: "#de0e1b",
|
theme_color: "#de0e1b",
|
||||||
lang: 'it',
|
|
||||||
name: "PianelloExperience",
|
name: "PianelloExperience",
|
||||||
display: "fullscreen",
|
display: "fullscreen",
|
||||||
short_name: "PianelloExperience",
|
short_name: "PianelloExperience",
|
||||||
|
|
Loading…
Reference in a new issue