From e04597d8a12ada77ce6f5c6727ae51fd35c9c94a Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 23 Oct 2025 00:03:30 +0200 Subject: [PATCH] refactor(dav): migrate `ExampleContentDownloadButton` to Typescript and script-setup Signed-off-by: Ferdinand Thiessen --- apps/dav/src/components/AvailabilityForm.vue | 70 +++++++++---------- .../ExampleContentDownloadButton.vue | 34 ++++----- 2 files changed, 47 insertions(+), 57 deletions(-) diff --git a/apps/dav/src/components/AvailabilityForm.vue b/apps/dav/src/components/AvailabilityForm.vue index 3f0fed084c1..2536643ae43 100644 --- a/apps/dav/src/components/AvailabilityForm.vue +++ b/apps/dav/src/components/AvailabilityForm.vue @@ -2,46 +2,11 @@ - SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors - SPDX-License-Identifier: AGPL-3.0-or-later --> - + +