From 39cff59f502352f6805af7fe1e2e88bb7058f614 Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Sun, 14 Jun 2026 00:33:25 +0000 Subject: [PATCH] fix(mobile-chat): remove sending gate from attach button + multi-send banner-clear coverage (follow-up to #2762) - MobileChat attach button no longer disables on 'sending', matching the send-button multi-send fix (core#2726 / CR2 #2762). It still gates on 'reachable' and 'uploading'. - Added regression tests: - attach button stays enabled and selectable during an in-flight send; - the 'agent may be unreachable' banner clears when a follow-up send starts. Co-Authored-By: Claude --- canvas/src/components/mobile/MobileChat.tsx | 11 +++- .../mobile/__tests__/MobileChat.test.tsx | 66 ++++++++++++++++++- 2 files changed, 73 insertions(+), 4 deletions(-) diff --git a/canvas/src/components/mobile/MobileChat.tsx b/canvas/src/components/mobile/MobileChat.tsx index df5f064fb..55b6d3ab9 100644 --- a/canvas/src/components/mobile/MobileChat.tsx +++ b/canvas/src/components/mobile/MobileChat.tsx @@ -767,7 +767,12 @@ export function MobileChat({