From 923a793574b627f30c1b8928c55420ce964869e4 Mon Sep 17 00:00:00 2001 From: Fusion Date: Thu, 14 May 2026 16:02:32 -0700 Subject: [PATCH] =?UTF-8?q?feat(FN-4539):=20complete=20Step=205=20?= =?UTF-8?q?=E2=80=94=20add=20changeset=20for=20responsive=20orientation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fusion-Task-Id: FN-4539 Fusion-Task-Lineage: 90c37e7c-0691-4f15-80d6-e95bc6502e76 --- .changeset/FN-4539-responsive-graph-orientation.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/FN-4539-responsive-graph-orientation.md diff --git a/.changeset/FN-4539-responsive-graph-orientation.md b/.changeset/FN-4539-responsive-graph-orientation.md new file mode 100644 index 000000000..8adad0314 --- /dev/null +++ b/.changeset/FN-4539-responsive-graph-orientation.md @@ -0,0 +1,5 @@ +--- +"@runfusion/fusion": patch +--- + +Dependency graph view now switches to a vertical orientation on tall or narrow viewports so graph nodes stay reachable on mobile screens.