Add base settings page #74

Merged
jakob.scheid merged 43 commits from feature/base-settings-page into main 2026-05-23 13:16:37 +02:00
Showing only changes of commit 76815c6a93 - Show all commits
@@ -1,4 +1,6 @@
<script setup>
import LeftSidebarLayout from '@/layouts/LeftSidebarLayout.vue';
import { useI18n } from 'vue-i18n';
const { t } = useI18n();
@@ -9,5 +11,9 @@ const { t } = useI18n();
<h1>
{{ t('preferences.settings') }}
</h1>
<LeftSidebarLayout>
<template #sidebar>
</template>
</LeftSidebarLayout>
</div>
</template>