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:
8
.changeset/project-aware-ntfy-deep-links.md
Normal file
8
.changeset/project-aware-ntfy-deep-links.md
Normal 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.
|
||||
Reference in New Issue
Block a user