From b216c10a28a3361fa5a9ea2822835a77cea3ed43 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Tue, 15 Sep 2026 21:04:13 +0200 Subject: [PATCH 1/3] chore(connections): use nextcloud-vue's built-in connection formatters Drops LaunchPad's local connectionStatus and connectionSettingsLabel copy and the formatters prop that passed it to CnAppRoot. The spec now builds the registry the way CnAppRoot does and asks it for a switched-off connection. --- src/App.vue | 17 +--- .../__tests__/connectionRegistry.spec.js | 81 +++++-------------- src/services/connectionRegistry.js | 67 ++------------- 3 files changed, 33 insertions(+), 132 deletions(-) diff --git a/src/App.vue b/src/App.vue index 69b0a842..b3e55e9b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,16 +18,13 @@ :registry="registry" :pageTypes="pageTypes" :customComponents="customComponents" - :formatters="formatters" :permissions="permissions" appId="launchpad" />