From 7c0a45abe5a3efcfb975479225251fe56d9190bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 12 Apr 2026 19:39:55 +0200 Subject: [PATCH] Hide computing route text on mobile to prevent layout reflow Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/planner/app/components/SessionView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/planner/app/components/SessionView.tsx b/apps/planner/app/components/SessionView.tsx index 312316f..0d51754 100644 --- a/apps/planner/app/components/SessionView.tsx +++ b/apps/planner/app/components/SessionView.tsx @@ -262,7 +262,7 @@ export function SessionView({ sessionId, callbackUrl, callbackToken, returnUrl, )} {computing && ( - {t("computingRoute")} + {t("computingRoute")} )} {yjs.connected ? t("connected") : t("connecting")} ยท {sessionId.slice(0, 8)}