From 0b77bbd8a6fd46ea1f012e15a2f061ba946d60b6 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Wed, 17 Jun 2026 11:23:12 +0200 Subject: [PATCH] [Nextcloud] build deck in flake Changes from a cloud filehost to a local build, should also be more maintainable --- .../0001-Patch-cards-to-be-draggable.patch | 25 +++++++++++++++++++ machines/nextcloud/configuration.nix | 25 ++++++++++++++----- 2 files changed, 44 insertions(+), 6 deletions(-) create mode 100644 machines/nextcloud/0001-Patch-cards-to-be-draggable.patch diff --git a/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch b/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch new file mode 100644 index 0000000..d8059a6 --- /dev/null +++ b/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch @@ -0,0 +1,25 @@ +From 0d4b14e8eb62b0f0ed01f45bbaa7c2721245f7d6 Mon Sep 17 00:00:00 2001 +From: ahtlon +Date: Thu, 9 Oct 2025 12:22:08 +0200 +Subject: [PATCH] Patch cards to be draggable + +--- + src/components/cards/CardItem.vue | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/components/cards/CardItem.vue b/src/components/cards/CardItem.vue +index 7539ac53e..aaf9f2fe0 100644 +--- a/src/components/cards/CardItem.vue ++++ b/src/components/cards/CardItem.vue +@@ -20,7 +20,7 @@ + +
+

+- {{ displayTitle }} ++ {{ displayTitle }} +

+