fix(KB-124): resolve ntfy duplicate notifications and spec editor layout
- Fix duplicate ntfy.sh notifications on task merge events - Fix spec editor layout overflow in TaskDetailModal - Add regression test coverage for merge notifications - Add changeset for notification fix
This commit is contained in:
7
.changeset/fix-ntfy-duplicate-notifications.md
Normal file
7
.changeset/fix-ntfy-duplicate-notifications.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Remove duplicate ntfy notification on task merge
|
||||
|
||||
Previously, when a task was merged to main, two identical notifications were sent because both `task:moved` (to "done") and `task:merged` events triggered notifications. Now only the `task:merged` event sends the notification, eliminating the duplicate.
|
||||
Reference in New Issue
Block a user