My-Weekly-ToDo-List/src/app
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
..
api feat: add hyperlink support to tasks 2026-04-03 15:04:44 +02:00
auth fix: credentials login error and all-day resize bar position 2026-03-19 09:02:26 +01:00
tasks feat: Add Google Tasks, Apple Reminders, task import/sync, holidays, and UI enhancements 2026-02-20 16:56:14 +01:00
error.tsx Configure app for HTTPS reverse proxy on custom domain 2026-02-18 01:48:33 +01:00
global-error.tsx Configure app for HTTPS reverse proxy on custom domain 2026-02-18 01:48:33 +01:00
globals.css fix: hide redundant weekday header when selected-day header + single column 2026-04-02 10:31:47 +02:00
layout.tsx feat: show location in events, fix HTML in notes, fix CalDAV TZID, reduce collapsed all-day space 2026-03-24 22:14:21 +01:00
manifest.ts fix: settings sidebar text color on mobile and blue theme bar 2026-03-16 21:59:34 +01:00
not-found.tsx Configure app for HTTPS reverse proxy on custom domain 2026-02-18 01:48:33 +01:00
page.tsx feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
providers.tsx feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00
view-transitions.css Fix header layout, add day/night switch, refine night mode styling 2026-02-12 20:14:12 +01:00