My-Weekly-ToDo-List/src/app/api
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
..
auth feat: onboarding wizard for first-time users + UI fixes 2026-03-22 13:52:29 +01:00
calendar fix: resolve stale session ID in someday-lists and calendar/events routes 2026-04-03 11:04:32 +02:00
events/stream feat: real-time sync across devices via Server-Sent Events 2026-03-20 07:44:00 +01:00
fonts Optimize build process and fix dynamic route collection errors 2026-03-13 14:33:14 +01:00
goal fix: email-based user lookup, slot controls, sub-hour toggle 2026-04-02 22:34:26 +02:00
projects fix: CSS class slide animation, mobile dot, flex task indicators 2026-03-06 12:09:13 +01:00
push feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00
someday-lists fix: resolve stale session ID in someday-lists and calendar/events routes 2026-04-03 11:04:32 +02:00
tasks feat: add hyperlink support to tasks 2026-04-03 15:04:44 +02:00
user fix: add showProjectIcons and weekStartDay to Prisma schema + route 2026-04-02 10:15:49 +02:00
weather fix: email-based user lookup, slot controls, sub-hour toggle 2026-04-02 22:34:26 +02:00