diff --git a/.claude/settings.json b/.claude/settings.json index e69de29..b4b7cb5 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -0,0 +1,37 @@ +{ + "hooks": { + "PreToolUse": [ + { + "matcher": "Edit|MultiEdit|Write", + "hooks": [ + { + "type": "command", + "command": "but claude pre-tool" + } + ] + } + ], + "PostToolUse": [ + { + "matcher": "Edit|MultiEdit|Write", + "hooks": [ + { + "type": "command", + "command": "but claude post-tool" + } + ] + } + ], + "Stop": [ + { + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "but claude stop" + } + ] + } + ] + } +} diff --git a/apps/tauri/src/lib/components/DateTimePicker.svelte b/apps/tauri/src/lib/components/DateTimePicker.svelte index df7d969..f6415d3 100644 --- a/apps/tauri/src/lib/components/DateTimePicker.svelte +++ b/apps/tauri/src/lib/components/DateTimePicker.svelte @@ -121,7 +121,7 @@ -
+
{#each calendarCells as day} {#if day === null}
@@ -183,5 +183,6 @@
{/if} +
diff --git a/apps/tauri/src/lib/components/TaskDetailView.svelte b/apps/tauri/src/lib/components/TaskDetailView.svelte index dcb6f00..88a3498 100644 --- a/apps/tauri/src/lib/components/TaskDetailView.svelte +++ b/apps/tauri/src/lib/components/TaskDetailView.svelte @@ -148,7 +148,7 @@ -
+
+ {/if} +
@@ -336,7 +395,7 @@ -
+
{#if app.isWebdav}
@@ -504,7 +563,7 @@
-
+
{#key app.activeListId} {#if app.lists.length === 0}