Merge pull request #44 from timothyjlaurent/timothyjlaurent/browser-back-button-spa-integration

feat: enable browser back-button navigation within the SPA dashboard
This commit is contained in:
gsxdsm
2026-05-05 15:29:47 -07:00
committed by GitHub
6 changed files with 116 additions and 110 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Enable browser back-button navigation within the SPA dashboard. Previously, the back button would leave the dashboard entirely. Now it dismisses the top modal or reverts to the previous view, matching standard SPA behavior on both desktop and mobile.