It's a todo list.
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

update timer dialog button style

authored by

zeudev and committed by
Tangled
2f648043 ee056851

+5 -1
+4
src/app.css
··· 5 5 src: url("/ApfelGrotezk-Regular.woff2"), 6 6 url("/ApfelGrotezk-Fett.woff2"); 7 7 } 8 + 9 + button { 10 + cursor: pointer; 11 + }
+1 -1
src/lib/TaskItem.svelte
··· 74 74 command="show-modal" 75 75 commandfor={`timer_${task.id}`} 76 76 onclick={handleOpenTimer} 77 - class="w-fit h-fit tabular-nums text-lg" 77 + class="w-fit h-fit tabular-nums text-lg hover:bg-gray-50/20 border rounded-lg p-2" 78 78 > 79 79 {formatSecondsToDuration(task.duration!)} 80 80 </button>