From a8865aa058ad1777bb9d1612846eb4eab9da73bc Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 4 Jul 2026 22:45:30 -0700 Subject: [PATCH] FN-7572: shorten mobile-terminal-footer changeset summary under 120 chars Narrative: The FN-7560 changeset summary line exceeded the 120-char changeset linter limit; trimmed wording while preserving the user-facing meaning. - Shortened the `summary` field in .changeset/fn-7560-mobile-terminal-footer.md to fit within the 120-character limit enforced by pnpm check:changesets Files changed: .changeset/fn-7560-mobile-terminal-footer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fusion-Task-Id: FN-7572 Fusion-Task-Lineage: 96e2b047-0c47-4717-b870-6df8d90bbd92 Co-authored-by: Fusion (runfusion.ai) --- .changeset/fn-7560-mobile-terminal-footer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fn-7560-mobile-terminal-footer.md b/.changeset/fn-7560-mobile-terminal-footer.md index 94b0877e65..6ae6140ab1 100644 --- a/.changeset/fn-7560-mobile-terminal-footer.md +++ b/.changeset/fn-7560-mobile-terminal-footer.md @@ -2,6 +2,6 @@ "@runfusion/fusion": patch --- -summary: Move the mobile terminal controls into a bottom footer so they no longer crowd the header, and keep the shortcut key bar horizontally scrollable. +summary: Move mobile terminal controls into a bottom footer so they no longer crowd the header, with a scrollable shortcut bar. category: fix dev: On the ≤768px terminal, the `.terminal-actions` cluster now renders in a `terminal-footer-actions` bar (with `min-width:0; overflow-x:auto`) instead of the header; desktop/floating/pinned-below keep the FN-7502 header layout. Preserves the FN-7550 shortcut-panel scroll fix.