From cc97710f9e8ef92ab1a72fbe615e3152c96d6192 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Wed, 10 Jun 2026 15:55:54 +0300 Subject: [PATCH] fix: show update overlay in mobile layout Shows the animated logo while OpenCode reloads on mobile Keeps mobile update behavior aligned with desktop and web --- packages/ui/src/apps/MobileApp.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ui/src/apps/MobileApp.tsx b/packages/ui/src/apps/MobileApp.tsx index 5e94dc67..1a2f89ca 100644 --- a/packages/ui/src/apps/MobileApp.tsx +++ b/packages/ui/src/apps/MobileApp.tsx @@ -6,6 +6,7 @@ import { McpIcon } from '@/components/icons/McpIcon'; import { McpDropdownContent } from '@/components/mcp/McpDropdown'; import { AboutSettings } from '@/components/sections/openchamber/AboutSettings'; import { OpenCodeUpdateToast } from '@/components/update/OpenCodeUpdateToast'; +import { ConfigUpdateOverlay } from '@/components/ui/ConfigUpdateOverlay'; import { ProviderLogo } from '@/components/ui/ProviderLogo'; import { ChatView } from '@/components/views/ChatView'; import { SettingsView } from '@/components/views/SettingsView'; @@ -1152,6 +1153,7 @@ export function MobileApp({ apis }: MobileAppProps) { + {isInitialized ? : null}