From 8ab46730590d69b3b03d96832caafeea738fdb9c Mon Sep 17 00:00:00 2001 From: grabowski Date: Fri, 24 Apr 2026 15:35:53 +0700 Subject: [PATCH] Add device-edit dropdown and jump-to-device button on todos list Co-Authored-By: Claude Opus 4.7 (1M context) --- src/routes/(app)/todos/+page.svelte | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/routes/(app)/todos/+page.svelte b/src/routes/(app)/todos/+page.svelte index edecf91..8f03c96 100644 --- a/src/routes/(app)/todos/+page.svelte +++ b/src/routes/(app)/todos/+page.svelte @@ -181,9 +181,17 @@ class="rounded-md border border-gray-300 px-2 py-1.5 text-sm dark:border-gray-600 dark:bg-gray-700 dark:text-white" /> - - +
+ + +
@@ -240,6 +248,14 @@
+ {#if todo.deviceId} + + + + + + {/if}