mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-23 12:17:33 +00:00
feat: loading view
This commit is contained in:
parent
93ac2532bb
commit
aa1e9bad14
14
package-lock.json
generated
14
package-lock.json
generated
@ -8,7 +8,7 @@
|
||||
"name": "~TODO~",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@damillora/plachta": "^6.2.0",
|
||||
"@damillora/plachta": "^6.3.0",
|
||||
"dayjs": "^1.11.7",
|
||||
"howler": "^2.2.3",
|
||||
"sass": "^1.58.0"
|
||||
@ -148,9 +148,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@damillora/plachta": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@damillora/plachta/-/plachta-6.2.0.tgz",
|
||||
"integrity": "sha512-wWveoCD7J/G4EieiuLHGpuPqYmg93OVWwHheTxuN2S2EMh5FWrGHdPh66VapneKV9ni6E0kR1TVDz1MGCyT/dw==",
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@damillora/plachta/-/plachta-6.3.0.tgz",
|
||||
"integrity": "sha512-cRjdAHnlprh9SSTg45QtWinom0+TisuJ4zB+lAWJDHqa1fxMqLgc6OKDcrXFbEn9rxICY8vSMv17Iwol/yocFA==",
|
||||
"dependencies": {
|
||||
"svelte": "^5.0.0"
|
||||
}
|
||||
@ -4035,9 +4035,9 @@
|
||||
}
|
||||
},
|
||||
"@damillora/plachta": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@damillora/plachta/-/plachta-6.2.0.tgz",
|
||||
"integrity": "sha512-wWveoCD7J/G4EieiuLHGpuPqYmg93OVWwHheTxuN2S2EMh5FWrGHdPh66VapneKV9ni6E0kR1TVDz1MGCyT/dw==",
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@damillora/plachta/-/plachta-6.3.0.tgz",
|
||||
"integrity": "sha512-cRjdAHnlprh9SSTg45QtWinom0+TisuJ4zB+lAWJDHqa1fxMqLgc6OKDcrXFbEn9rxICY8vSMv17Iwol/yocFA==",
|
||||
"requires": {
|
||||
"svelte": "^5.0.0"
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@damillora/plachta": "^6.2.0",
|
||||
"@damillora/plachta": "^6.3.0",
|
||||
"dayjs": "^1.11.7",
|
||||
"howler": "^2.2.3",
|
||||
"sass": "^1.58.0"
|
||||
|
@ -15,6 +15,9 @@
|
||||
}
|
||||
|
||||
let { children }: Props = $props();
|
||||
|
||||
let loading = $state(true);
|
||||
navigating.subscribe((x) => (loading = x != null));
|
||||
</script>
|
||||
|
||||
<Base>
|
||||
@ -33,5 +36,7 @@
|
||||
<FloatingYuriko />
|
||||
{/if}
|
||||
|
||||
<NavigationLoading {loading}/>
|
||||
|
||||
<style lang="scss" global>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user