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 c7490d2e48 - Show all commits
@@ -79,7 +79,9 @@ watch(selected, (newValue, oldValue) => {
<div class="option-check-mark-wrapper">
<Icon class="option-check-mark" name="check-mark" size="1em" />
</div>
{{ t(option.i18n) }}
<div class="input-label">
{{ t(option.i18n) }}
</div>
</label>
</li>
</ul>