From a7fbeddfd8bbb5c92ddb47352a2da8b0d460ce99 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 2 Feb 2026 11:07:00 +0000 Subject: [PATCH] Update ashboard, dashboard (~2) --- dashboard/index.html | 6 +++++- dashboard/todos.json | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dashboard/index.html b/dashboard/index.html index 89a0b49..8c0874d 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -773,6 +773,8 @@ } .todo-due.overdue { color: #ef4444; font-weight: 500; } .todo-source { font-size: 11px; color: #6b7280; } + .todo-source-link { font-size: 11px; color: #60a5fa; text-decoration: none; } + .todo-source-link:hover { text-decoration: underline; } /* Button icon only */ .btn-icon { @@ -1612,7 +1614,9 @@
@${todo.domain} ${todo.dueDate ? `${formatDate(todo.dueDate)}` : ''} - ${todo.source ? `${todo.source}` : ''} + ${todo.source ? (todo.sourceUrl + ? `${todo.source}` + : `${todo.source}`) : ''}
diff --git a/dashboard/todos.json b/dashboard/todos.json index 851a0f0..5dc56ae 100644 --- a/dashboard/todos.json +++ b/dashboard/todos.json @@ -1,5 +1,5 @@ { - "lastUpdated": "2026-02-02T10:52:00Z", + "lastUpdated": "2026-02-02T11:06:00Z", "items": [ { "id": "prov-2026-02-02", @@ -10,6 +10,7 @@ "done": false, "doneAt": null, "source": "Zoltan Vereș - Motivația Intrinsecă", + "sourceUrl": "https://moltbot.tailf7372d.ts.net/echo/files.html#memory/kb/youtube/2026-02-02_zoltan-veres-motivatie-intrinseca-complet.md", "createdAt": "2026-02-02T09:00:00Z" } ]