Skip to content

Remove click-to-view functionality from task notification banners#66

Merged
bborn merged 1 commit intomainfrom
task/141-remove-the-ability-to-click-the-task-not
Jan 9, 2026
Merged

Remove click-to-view functionality from task notification banners#66
bborn merged 1 commit intomainfrom
task/141-remove-the-ability-to-click-the-task-not

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 9, 2026

Summary

  • Removed the click handler that opened task detail view when clicking notification banner
  • Removed the "(click to view)" hint text from notification display
  • Cleaned up the unused notificationTaskID field and all its assignments

The notification click feature wasn't working well, so this simplifies the UI. Notifications still display with their yellow background and ring the terminal bell - they just can't be clicked anymore.

Test plan

  • Verify notifications still appear when tasks become blocked/done/started
  • Verify the terminal bell still rings for blocked/done tasks
  • Confirm clicking the notification banner no longer does anything
  • Verify clicking task cards in kanban still works to open detail view

🤖 Generated with Claude Code

The notification click feature wasn't working well, so this removes:
- Click handler that opened task detail view when clicking notification
- The "(click to view)" hint text from notification display
- The notificationTaskID field that tracked which task to open

Notifications still display and ring the bell - they just can't be clicked.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 63c1c52 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