diff --git a/src/routes/(app)/diary/[date]/+page.svelte b/src/routes/(app)/diary/[date]/+page.svelte index 4018e71..9e64b7e 100644 --- a/src/routes/(app)/diary/[date]/+page.svelte +++ b/src/routes/(app)/diary/[date]/+page.svelte @@ -108,6 +108,22 @@ {/if} + + {#if diaryQuery.data} + + {/if} + calendarOpen = false}> diff --git a/src/routes/(app)/diary/[date]/add-entry/+page.svelte b/src/routes/(app)/diary/[date]/add-entry/+page.svelte index 8bbe55e..44a63f9 100644 --- a/src/routes/(app)/diary/[date]/add-entry/+page.svelte +++ b/src/routes/(app)/diary/[date]/add-entry/+page.svelte @@ -228,6 +228,7 @@ bind:value={grams} min="1" max="5000" + inputmode="decimal" class="flex-1 bg-zinc-800 border border-zinc-700 rounded-xl px-4 py-2.5 text-center text-xl font-semibold focus:outline-none focus:border-green-500 transition-colors" />