feat(FN-5583): handle notification deep links in useDeepLink hook

Adds support for project-only notification deep links in the dashboard hook, with comprehensive test coverage across all deep-link URL shapes and a changeset for release.

Fusion-Task-Id: FN-5583

Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
Fusion-Task-Id: FN-5583
This commit is contained in:
gsxdsm
2026-05-24 00:10:22 -07:00
parent d9055ee1a2
commit 0a6da9f4ce
3 changed files with 140 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix ntfy notification deep links: project-only links now switch projects, and task links to non-current projects resolve against the correct project before opening the modal.