From 6a70c0cee4f3b921f8c17b219e2cf272f471ce45 Mon Sep 17 00:00:00 2001 From: Aran Roig Date: Sat, 18 Jul 2026 19:19:23 +0200 Subject: [PATCH] Test --- template/app/assets/css/global.css | 2 +- template/app/components/PageTree.vue | 5 ++- template/app/components/TreeNode.vue | 57 ++++++++++++++++++++-------- 3 files changed, 47 insertions(+), 17 deletions(-) diff --git a/template/app/assets/css/global.css b/template/app/assets/css/global.css index 8baf1c3..bfa424d 100644 --- a/template/app/assets/css/global.css +++ b/template/app/assets/css/global.css @@ -2,7 +2,7 @@ :root { --bg-body: #f4f1ee; --bg-elevated: #faf8f5; - --bg-sidebar: #f4f1ee; + --bg-sidebar: #d1cfcd; --text-primary: #1e1a2e; --text-heading: #0f0c1a; --text-secondary: #3d3457; diff --git a/template/app/components/PageTree.vue b/template/app/components/PageTree.vue index 9d82a2c..5dc98ff 100644 --- a/template/app/components/PageTree.vue +++ b/template/app/components/PageTree.vue @@ -14,8 +14,11 @@ const { data: pages } = await useAsyncData('nav', () => \ No newline at end of file diff --git a/template/app/components/TreeNode.vue b/template/app/components/TreeNode.vue index 7ba119f..802ab1b 100644 --- a/template/app/components/TreeNode.vue +++ b/template/app/components/TreeNode.vue @@ -51,7 +51,7 @@ function visibleChildren(node) {