-
- Paper {i + 1}
-
-
+
+
-
-
{#each fields as field}
-
+
handleKeyDown(event)}
+ />
{/each}
-
-
- = {perPaperResult.get(paper.id)?.toFixed(2) || 'total'}
-
-
+
+
+
+ = {perPaperResult.get(paper.id)?.toFixed(2) || 'total'}
+
{/each}
@@ -121,24 +175,14 @@
-
-
- {#if finalPrice}
-
- {/if}
-
-
-
+
+
+ {#if finalPrice}
+
{/if}
diff --git a/src/routes/history/+page.svelte b/src/routes/history/+page.svelte
index b244c42..d11e5e4 100644
--- a/src/routes/history/+page.svelte
+++ b/src/routes/history/+page.svelte
@@ -1,7 +1,6 @@
diff --git a/static/logo.jpeg b/static/logo.jpeg
new file mode 100644
index 0000000..76611a2
Binary files /dev/null and b/static/logo.jpeg differ
diff --git a/static/manifest.json b/static/manifest.json
index 37bf32b..9beae54 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -4,15 +4,15 @@
"start_url": "/",
"icons": [
{
- "src": "logo.png",
- "type": "image/png",
+ "src": "logo.jpeg",
+ "type": "image/jpeg",
"sizes": "512x512",
"purpose": "any maskable"
}
],
- "background_color": "#3367D6",
+ "background_color": "#000",
"display": "standalone",
"scope": "/",
- "theme_color": "#3367D6",
+ "theme_color": "#000",
"description": "Paper Cost Calculator"
}