diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 1794870..2823462 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -64,8 +64,8 @@
"windows": [
{
"title": "Svelte-Tauri",
- "width": 900,
- "height": 600,
+ "width": 1920,
+ "height": 1080,
"fullscreen": false,
"transparent": true,
"decorations": false
diff --git a/src/App.svelte b/src/App.svelte
index aafff2b..463e405 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -1,29 +1,16 @@
- {#each food as f} - {f.amount} - {/each} --
+ Date + | ++ Food + | ++ Description + | ++ Amount + | ++ Cal Per 100 + | ++ Energy + | +
---|