Feat(settings): add renderer for settings configuration #142

Merged
jakob.scheid merged 88 commits from feature/settings-renderer into main 2026-07-28 20:14:50 +02:00
Showing only changes of commit d78beffabd - Show all commits
@@ -40,6 +40,7 @@ const props = defineProps({
</h2>
<div
v-for="setting in props.setting.content"
:key="setting"
class="setting"
>
<Switch