refactor: use vuetify form controls

This commit is contained in:
2026-05-07 19:38:51 -04:00
parent 6ac05e1a10
commit 4aaa1a7f90
21 changed files with 724 additions and 774 deletions

View File

@@ -164,13 +164,12 @@
</div>
<div class="form-grid">
<label class="field">
<span>{{ t('channels.fields.name') }}</span>
<input
v-model="form.name"
type="text"
/>
</label>
<v-text-field
v-model="form.name"
:label="t('channels.fields.name')"
variant="outlined"
hide-details
/>
</div>
<div class="panel-actions">