From d41a6d8944ea0c8b970d0ca0f95efdfd9bc845bd Mon Sep 17 00:00:00 2001 From: zipg Date: Fri, 17 Jul 2026 16:06:35 +0800 Subject: [PATCH] fix(connection): clear warnings after metadata recovery --- .../connection/ConnectionErrorIndicator.vue | 15 +- apps/desktop/src/i18n/locales/en.ts | 1 + apps/desktop/src/i18n/locales/es.ts | 1 + apps/desktop/src/i18n/locales/it.ts | 1 + apps/desktop/src/i18n/locales/ja.ts | 1 + apps/desktop/src/i18n/locales/pt-BR.ts | 1 + apps/desktop/src/i18n/locales/zh-CN.ts | 1 + apps/desktop/src/i18n/locales/zh-TW.ts | 1 + .../connectionStore.metadataLoading.spec.ts | 181 ++++++++++++++++++ apps/desktop/src/stores/connectionStore.ts | 32 +++- 10 files changed, 226 insertions(+), 9 deletions(-) diff --git a/apps/desktop/src/components/connection/ConnectionErrorIndicator.vue b/apps/desktop/src/components/connection/ConnectionErrorIndicator.vue index 4dc825e89..03876178c 100644 --- a/apps/desktop/src/components/connection/ConnectionErrorIndicator.vue +++ b/apps/desktop/src/components/connection/ConnectionErrorIndicator.vue @@ -1,7 +1,7 @@