feat(ui): detail overhaul, links, task lists, delete confirm #59

Merged
barrettruth merged 1 commit from feat/detail-view-overhaul into main 2026-03-23 21:52:23 +00:00
barrettruth commented 2026-03-23 21:52:20 +00:00

Problem

Detail view had wrong field order, explicit save/delete buttons, no links or task lists in editor, no delete confirmation.

Solution

  • Reorder: category -> status -> priority -> date
  • Escape auto-saves, remove save/delete buttons
  • Tiptap: Ctrl+K links, task list checkboxes, toolbar buttons for both
  • Delete key shows y/N confirmation bar before executing
## Problem Detail view had wrong field order, explicit save/delete buttons, no links or task lists in editor, no delete confirmation. ## Solution - Reorder: category -> status -> priority -> date - Escape auto-saves, remove save/delete buttons - Tiptap: Ctrl+K links, task list checkboxes, toolbar buttons for both - Delete key shows `y/N` confirmation bar before executing
Sign in to join this conversation.
No description provided.