From fff02c459bf3e71598a79cd3b30e5155d48341e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Sun, 30 Jun 2024 16:41:31 +0200 Subject: [PATCH] feat: translate sidebar elements + drawer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This shows an overlay when selecting an element. The next part is populating the drawer with actual content. I want to get feedback in the meantime, on whether the drawer is going in the right direction (even if I need tweaking the size and transition). Signed-off-by: André Jaenisch --- src/app.html | 1 - src/routes/+layout.svelte | 1 - 2 files changed, 2 deletions(-) diff --git a/src/app.html b/src/app.html index 0a81074..9051f90 100644 --- a/src/app.html +++ b/src/app.html @@ -12,7 +12,6 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> - diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a161053..68f018a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -4,7 +4,6 @@ SPDX-FileCopyrightText: 2024 André Jaenisch SPDX-License-Identifier: AGPL-3.0-or-later --> -