feat(FN-2837): add infusion.ai links to update notices

- Add a Learn more link to the update-available banner alongside release notes
- Refactor SettingsModal update-result rendering into a shared helper and include the infusion.ai link when updates exist
- Add dedicated SettingsModal link styling with hover and focus-visible states using dashboard tokens
- Update banner and settings tests to assert the new Learn more link behavior
- Add a patch changeset for @runfusion/fusion documenting the update notice link addition
This commit is contained in:
Fusion
2026-04-28 02:24:33 -07:00
committed by gsxdsm
parent 270db8a16c
commit 7414184705
6 changed files with 60 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Add infusion.ai links to dashboard update-available notices in the banner and settings modal.