Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Thomas G. Lopes
commited on
Commit
·
2028168
1
Parent(s):
cb7934e
update loading icon
Browse files- package.json +1 -0
- pnpm-lock.yaml +10 -0
- src/routes/+layout.svelte +4 -1
package.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
| 27 |
"@huggingface/transformers": "^3.6.3",
|
| 28 |
"@iconify-json/carbon": "^1.2.8",
|
| 29 |
"@iconify-json/line-md": "^1.2.11",
|
|
|
|
| 30 |
"@iconify-json/lucide": "^1.2.45",
|
| 31 |
"@iconify-json/material-symbols": "^1.2.15",
|
| 32 |
"@playwright/test": "^1.49.1",
|
|
|
|
| 27 |
"@huggingface/transformers": "^3.6.3",
|
| 28 |
"@iconify-json/carbon": "^1.2.8",
|
| 29 |
"@iconify-json/line-md": "^1.2.11",
|
| 30 |
+
"@iconify-json/logos": "^1.2.9",
|
| 31 |
"@iconify-json/lucide": "^1.2.45",
|
| 32 |
"@iconify-json/material-symbols": "^1.2.15",
|
| 33 |
"@playwright/test": "^1.49.1",
|
pnpm-lock.yaml
CHANGED
|
@@ -60,6 +60,9 @@ importers:
|
|
| 60 |
'@iconify-json/line-md':
|
| 61 |
specifier: ^1.2.11
|
| 62 |
version: 1.2.11
|
|
|
|
|
|
|
|
|
|
| 63 |
'@iconify-json/lucide':
|
| 64 |
specifier: ^1.2.45
|
| 65 |
version: 1.2.45
|
|
@@ -496,6 +499,9 @@ packages:
|
|
| 496 |
'@iconify-json/line-md@1.2.11':
|
| 497 |
resolution: {integrity: sha512-JYczKuKvTq/Pf9rSCoxwdBbAiWqceNrb3EtM3acD4YkzCAdp3co+CdNE/pb5lTURGbIA9GrGuqentHqVwXyVWA==}
|
| 498 |
|
|
|
|
|
|
|
|
|
|
| 499 |
'@iconify-json/lucide@1.2.45':
|
| 500 |
resolution: {integrity: sha512-izW3wk7Ll5HgNMc/m41eOKXb7nL1zFxXZdMyBOtqdwusHXPr8IWSC/ReSgWgxUF3xyNwiQsso5Ppkta2wsUrPg==}
|
| 501 |
|
|
@@ -3615,6 +3621,10 @@ snapshots:
|
|
| 3615 |
dependencies:
|
| 3616 |
'@iconify/types': 2.0.0
|
| 3617 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3618 |
'@iconify-json/lucide@1.2.45':
|
| 3619 |
dependencies:
|
| 3620 |
'@iconify/types': 2.0.0
|
|
|
|
| 60 |
'@iconify-json/line-md':
|
| 61 |
specifier: ^1.2.11
|
| 62 |
version: 1.2.11
|
| 63 |
+
'@iconify-json/logos':
|
| 64 |
+
specifier: ^1.2.9
|
| 65 |
+
version: 1.2.9
|
| 66 |
'@iconify-json/lucide':
|
| 67 |
specifier: ^1.2.45
|
| 68 |
version: 1.2.45
|
|
|
|
| 499 |
'@iconify-json/line-md@1.2.11':
|
| 500 |
resolution: {integrity: sha512-JYczKuKvTq/Pf9rSCoxwdBbAiWqceNrb3EtM3acD4YkzCAdp3co+CdNE/pb5lTURGbIA9GrGuqentHqVwXyVWA==}
|
| 501 |
|
| 502 |
+
'@iconify-json/logos@1.2.9':
|
| 503 |
+
resolution: {integrity: sha512-G6VCdFnwZcrT6Eveq3m43oJfLw/CX8plwFcE+2jgv3fiGB64pTmnU7Yd1MNZ/eA+/Re2iEDhuCfSNOWTHwwK8w==}
|
| 504 |
+
|
| 505 |
'@iconify-json/lucide@1.2.45':
|
| 506 |
resolution: {integrity: sha512-izW3wk7Ll5HgNMc/m41eOKXb7nL1zFxXZdMyBOtqdwusHXPr8IWSC/ReSgWgxUF3xyNwiQsso5Ppkta2wsUrPg==}
|
| 507 |
|
|
|
|
| 3621 |
dependencies:
|
| 3622 |
'@iconify/types': 2.0.0
|
| 3623 |
|
| 3624 |
+
'@iconify-json/logos@1.2.9':
|
| 3625 |
+
dependencies:
|
| 3626 |
+
'@iconify/types': 2.0.0
|
| 3627 |
+
|
| 3628 |
'@iconify-json/lucide@1.2.45':
|
| 3629 |
dependencies:
|
| 3630 |
'@iconify/types': 2.0.0
|
src/routes/+layout.svelte
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
<script lang="ts">
|
| 2 |
import IconLoadingLoop from "~icons/line-md/loading-loop";
|
|
|
|
| 3 |
import "../app.css";
|
| 4 |
|
| 5 |
interface Props {
|
|
@@ -12,7 +13,9 @@
|
|
| 12 |
<svelte:boundary>
|
| 13 |
{@render children?.()}
|
| 14 |
{#snippet pending()}
|
| 15 |
-
<p class="abs-center absolute dark:text-white"
|
|
|
|
|
|
|
| 16 |
<IconLoadingLoop class="abs-center absolute text-6xl dark:text-blue-300" />
|
| 17 |
{/snippet}
|
| 18 |
</svelte:boundary>
|
|
|
|
| 1 |
<script lang="ts">
|
| 2 |
import IconLoadingLoop from "~icons/line-md/loading-loop";
|
| 3 |
+
import HuggingFaceLogo from "~icons/logos/hugging-face-icon";
|
| 4 |
import "../app.css";
|
| 5 |
|
| 6 |
interface Props {
|
|
|
|
| 13 |
<svelte:boundary>
|
| 14 |
{@render children?.()}
|
| 15 |
{#snippet pending()}
|
| 16 |
+
<p class="abs-center absolute dark:text-white">
|
| 17 |
+
<HuggingFaceLogo class="size-6 text-blue-500" />
|
| 18 |
+
</p>
|
| 19 |
<IconLoadingLoop class="abs-center absolute text-6xl dark:text-blue-300" />
|
| 20 |
{/snippet}
|
| 21 |
</svelte:boundary>
|