Files
fusion/.changeset/project-aware-ntfy-deep-links.md
gsxdsm 2fad82ea14 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
2026-04-03 21:34:39 -07:00

307 B

@gsxdsm/fusion
@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.