feat(FN-906): add file navigation to changes tab and reduce diff margins

- Add file navigation dropdown/keyboard support to the TaskChangesTab component
- Reduce horizontal margins in diff display for better readability
- Add comprehensive tests for file navigation behavior
- Include changeset for patch release
This commit is contained in:
gsxdsm
2026-04-04 17:07:12 -07:00
parent da81737cc6
commit 9da06dbbde
4 changed files with 254 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Add file navigation buttons (Previous/Next) to the Changes tab in the task modal, with a position indicator. Reduce horizontal margins in the diff display for better readability.