From 68f86692f4b2057b0c55968f88853fbd029e1f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Fri, 5 Jul 2024 12:07:05 +0200 Subject: [PATCH] refactor: extract sidebar to component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I realised that I must not show the sidebar everywhere. So to not move code around I extracted it into its own component. This one is not matching the design (because of the links etc.) but is a step in the direction. Signed-off-by: André Jaenisch --- src/routes/+layout.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 68f018a..a161053 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -4,6 +4,7 @@ SPDX-FileCopyrightText: 2024 André Jaenisch SPDX-License-Identifier: AGPL-3.0-or-later --> +