New "about" section on PreferencesPage, add new exercise descriptions/steps

This commit is contained in:
2024-11-01 03:56:38 +01:00
parent 98e2a3c3db
commit 159b4434df
10 changed files with 209 additions and 75 deletions

View File

@@ -1,6 +1,7 @@
<script setup lang="ts">
import pageSetup from './pageSetup.vue';
import systemSetup from './systemSetup.vue';
import aboutSection from './aboutSection.vue';
</script>
<template>
@@ -16,5 +17,11 @@ import systemSetup from './systemSetup.vue';
<system-setup />
</v-col>
</v-row>
<v-row>
<v-col>
<about-section />
</v-col>
</v-row>
</v-container>
</template>