before claude

This commit is contained in:
Gilles Soulier
2026-01-18 06:26:17 +01:00
parent dc19315e5d
commit 740c3d7516
60 changed files with 3815 additions and 354 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

5
webui/dist/assets/index-BURbFjJa.css vendored Normal file

File diff suppressed because one or more lines are too long

18
webui/dist/assets/index-ZvFbjZEA.js vendored Normal file

File diff suppressed because one or more lines are too long

5
webui/dist/favicon.svg vendored Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="14" fill="#3c3836" />
<circle cx="32" cy="32" r="18" fill="#fe8019" />
<path d="M18 34c6-6 22-6 28 0" fill="none" stroke="#282828" stroke-width="4" stroke-linecap="round" />
</svg>

After

Width:  |  Height:  |  Size: 281 B

14
webui/dist/index.html vendored Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PriceWatch Web UI</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<script type="module" crossorigin src="/assets/index-ZvFbjZEA.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BURbFjJa.css">
</head>
<body>
<div id="app"></div>
</body>
</html>