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 151947b09c - Show all commits
@@ -48,7 +48,7 @@ const props = defineProps({
},
path: {
required: true
},
}
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Please remove this unnecessary comma.

Please remove this unnecessary comma.
});
const store = useSettingsStore();
3