- 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
307 B
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.