refactor: extract sidebar to component
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 <andre.jaenisch@posteo.de>
This commit is contained in:
parent
fff02c459b
commit
68f86692f4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ SPDX-FileCopyrightText: 2024 André Jaenisch
|
|||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
|
||||
<script>
|
||||
import { locale } from 'svelte-i18n';
|
||||
import { computePosition, autoUpdate, offset, shift, flip, arrow } from '@floating-ui/dom';
|
||||
|
|
Loading…
Add table
Reference in a new issue