From 8ca6bec94326329ecc896015b1ed3e516e1d4000 Mon Sep 17 00:00:00 2001 From: Djeex Date: Wed, 2 Sep 2026 23:34:13 +0200 Subject: [PATCH] Fix FileTree guide-line alignment and folder icon connections --- app/components/content/FileTreeNode.vue | 48 ++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/app/components/content/FileTreeNode.vue b/app/components/content/FileTreeNode.vue index d7f149c..9f5bcf7 100644 --- a/app/components/content/FileTreeNode.vue +++ b/app/components/content/FileTreeNode.vue @@ -7,9 +7,11 @@ const props = withDefaults(defineProps<{ entry: FileTreeEntry root?: boolean parentPath?: string + isLast?: boolean }>(), { root: false, parentPath: '', + isLast: false, }) // Splits a trailing " # comment" off a raw label (space-prefixed, like a @@ -73,14 +75,46 @@ const icon = computed(() => {