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 2eafa3c093 - Show all commits
2
@@ -63,7 +63,9 @@ watch(selected, (newValue, oldValue) => {
<template>
<div>
{{ t(props.setting.i18n) }}
<div class="label">
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Please add a label relationship between div.label and ul.options-list.

Please add a label relationship between `div.label` and `ul.options-list`.
{{ t(props.setting.i18n) }}
</div>
<ul class="options-list">
<li v-for="option in props.setting.options" :key="option.name">
<label class="settings-button">
jakob.scheid marked this conversation as resolved Outdated
Outdated
Review

Please add a title and aria-label attributes.

Please add a `title` and `aria-label` attributes.