My-Weekly-ToDo-List/src/app/api/tasks
mARTin 7bc43d3c98 feat: add hyperlink support to tasks
Option A — URL field per task:
- New url String? column in Task schema (migration: 20260403_add_task_url)
- Link icon button in GridTaskBlock action bar; click to open inline URL popup
  with input, clear (×) button, and open-in-new-tab shortcut
- Blue link indicator shown inline on the task card when a URL is set
- updateTaskUrl() in WeeklyView persists to DB via PATCH /api/tasks

Option B — Rich text notes with inline hyperlinks:
- GridTaskBlock notes popup upgraded from plain markdown textarea to
  RichTextEditor (Tiptap), which already has bold/italic/underline/
  bullet/blockquote/link toolbar and full link support
- Notes now save on every change via onChange (no blur required)

v1.82.0
2026-04-03 15:04:44 +02:00
..
import fix: restore project icons and persist someday tab assignments across reconnects 2026-04-03 11:11:11 +02:00
lists fix: CSS class slide animation, mobile dot, flex task indicators 2026-03-06 12:09:13 +01:00
recurring feat: drag-to-provider sync, recurring task editing, resizable areas, search improvements 2026-03-17 00:50:42 +01:00
sync perf: batch sync DB lookups, fix calendar cache race, lazy-load IconPicker 2026-03-30 15:54:12 +02:00
route.ts feat: add hyperlink support to tasks 2026-04-03 15:04:44 +02:00