From 20ee17503c7de2233a8169f430463b209d550177 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Fri, 29 May 2026 13:02:30 +0200 Subject: [PATCH 1/2] make it explicit in the empty content that the assistant can be closed Signed-off-by: Julien Veyssier --- src/components/RunningEmptyContent.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/RunningEmptyContent.vue b/src/components/RunningEmptyContent.vue index 2086c0de..badef8d2 100644 --- a/src/components/RunningEmptyContent.vue +++ b/src/components/RunningEmptyContent.vue @@ -17,6 +17,11 @@
{{ formattedRuntime }}
+
+ {{ t('assistant', 'This task is running in the background.',) }} +
+ {{ t('assistant', 'You can safely close the assistant or browse other tasks.',) }} +