Skip to content

Commit 6cbec92

Browse files
committed
feat: pwa
1 parent 20e994a commit 6cbec92

File tree

11 files changed

+51
-23
lines changed

11 files changed

+51
-23
lines changed

frontend/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint": "^8.57.0",
2626
"eslint-config-prettier": "^9.1.0",
2727
"eslint-plugin-svelte": "^2.35.1",
28-
"postcss": "^8.4.35",
28+
"postcss": "^8.4.36",
2929
"prettier": "^3.2.5",
3030
"prettier-plugin-svelte": "^3.2.2",
3131
"svelte": "^4.2.12",
@@ -43,7 +43,7 @@
4343
"cmdk-sv": "^0.0.15",
4444
"dompurify": "^3.0.9",
4545
"ky": "^1.2.2",
46-
"lucide-svelte": "^0.357.0",
46+
"lucide-svelte": "^0.358.0",
4747
"mode-watcher": "^0.3.0",
4848
"moment": "^2.30.1",
4949
"svelte-sonner": "^0.3.19",

frontend/src/app.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
5+
<link rel="icon" href="%sveltekit.assets%/favicon.ico" sizes="32x32" />
6+
<link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" />
7+
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
8+
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white" />
9+
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
610
<meta name="viewport" content="width=device-width, initial-scale=1" />
711
<meta name="referrer" content="no-referrer" />
812
%sveltekit.head%

frontend/src/lib/components/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
>.
1111
</span>
1212
<span>
13-
Logo by <a href="https://icons8.com" target="_blank" class="underline">Icons8</a>
13+
Icon by <a href="https://icons8.com/icon/FeQbTvGTsiN5/news" target="_blank" class="underline">Icons8</a>
1414
</span>
1515
</div>
1616
</footer>

frontend/src/lib/components/Navbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
class="flex justify-around items-center w-full sm:max-w-[500px] mx-auto px-6 py-4 sm:rounded-2xl shadow-md sm:border bg-background"
3737
>
3838
<div class="flex items-center">
39-
<img src="/favicon.png" alt="logo" class="w-10" />
39+
<img src="/icon-96.png" alt="icon" class="w-10" />
4040
<!-- <h2 class="font-bold text-xl">Fusion</h2> -->
4141
</div>
4242
<div>
27.5 KB
Loading

frontend/static/favicon.ico

4.19 KB
Binary file not shown.

frontend/static/icon-192.png

14.5 KB
Loading

frontend/static/icon-512.png

81.9 KB
Loading

0 commit comments

Comments
 (0)