feat(FN-813): add project-aware ntfy deep links

- Thread real project context (projectName, projectId) into ntfy notification deep links
- Dashboard deep-link URL now honors project context with /project/:name/task/:id pattern
- Update App.tsx routing to handle project-scoped deep link navigation
- Add project info to NtfyNotifier types and wire through notification payload
- Add changeset for published @gsxdsm/fusion package
- Add tests for notifier project context and dashboard routing
This commit is contained in:
gsxdsm
2026-04-03 21:34:39 -07:00
parent 2322a06a53
commit 448762d1f6
7 changed files with 227 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
---
"@gsxdsm/fusion": patch
---
Make ntfy notification deep links project-aware for multi-project dashboards.
Notifications now include both `?project=...&task=...` parameters when the
dashboard is running for a registered project, so clicking a notification
opens the correct task in the correct project.