From 7e5b3ea7b0857b26e8d724b3ef6acd4a4edaafd1 Mon Sep 17 00:00:00 2001 From: Tristan Michael Date: Sun, 5 Apr 2026 16:24:17 -0700 Subject: [PATCH] Remove list footer divider and reverse sync spinner Remove the bottom divider from the lists/drawer footer and adjust the sync icon animation to spin in the correct (reverse) direction when syncing. - Remove the border-t divider classes from the drawer footer to eliminate the visual divider at the bottom of the lists panel. - Replace the Tailwind animate-spin class with an inline CSS animation that runs in reverse when app.syncing is true so the sync icon spins the expected direction. --- apps/tauri/src/lib/screens/TasksScreen.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tauri/src/lib/screens/TasksScreen.svelte b/apps/tauri/src/lib/screens/TasksScreen.svelte index 47464be..d1aef7f 100644 --- a/apps/tauri/src/lib/screens/TasksScreen.svelte +++ b/apps/tauri/src/lib/screens/TasksScreen.svelte @@ -327,7 +327,7 @@ -
+
{#if app.isWebdav}
@@ -344,7 +344,7 @@ class="rounded-lg p-1.5 hover:bg-black/5 disabled:opacity-30 dark:hover:bg-white/10" title="Sync now" > - +