diff --git a/.changeset/fn-7552-mobile-authentication-global-prefix.md b/.changeset/fn-7552-mobile-authentication-global-prefix.md new file mode 100644 index 0000000000..a36edea9cb --- /dev/null +++ b/.changeset/fn-7552-mobile-authentication-global-prefix.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Show the "Global" prefix on the Authentication entry in the mobile Settings picker. +category: fix +dev: resolveSettingsSectionOptionLabel now derives the Global-group prefix for storage-less (scope: undefined) sections in SettingsModal.tsx (FN-7552). diff --git a/packages/dashboard/app/components/SettingsModal.tsx b/packages/dashboard/app/components/SettingsModal.tsx index 015456df3c..5f34e5167a 100644 --- a/packages/dashboard/app/components/SettingsModal.tsx +++ b/packages/dashboard/app/components/SettingsModal.tsx @@ -292,6 +292,38 @@ function resolveFirstSelectableSettingsSection(sections: SettingsSection[], fall return sections.find((section) => !section.isGroupHeader)?.id ?? fallback; } +/* +FNXC:SettingsNavigation 2026-07-04-00:00: +The mobile Settings section picker (`