Skip to content

Make task notifications clickable to open task detail view#52

Merged
bborn merged 1 commit intomainfrom
task/121-the-task-notifications-should-be-clickab
Jan 9, 2026
Merged

Make task notifications clickable to open task detail view#52
bborn merged 1 commit intomainfrom
task/121-the-task-notifications-should-be-clickab

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 9, 2026

Summary

  • Add notificationTaskID field to track which task triggered the notification
  • Handle mouse click events on the notification banner (row 0)
  • Navigate to task detail view when notification is clicked
  • Add "(click to view)" hint to notification text

Test plan

  • Start a task and verify the "started" notification shows "(click to view)"
  • Click on the notification banner and verify it opens the task detail view
  • Wait for a task to become blocked and verify clicking the notification opens that task
  • Verify notification still auto-dismisses after timeout

🤖 Generated with Claude Code

- Add notificationTaskID field to track which task triggered the notification
- Handle mouse click events on the notification banner (row 0)
- Navigate to task detail view when notification is clicked
- Add "(click to view)" hint to notification text

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 6913cd7 into main Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant