media proxy done + misc changes

This commit is contained in:
Henry Jameson 2025-12-03 20:16:33 +02:00
commit 311e9d255d
4 changed files with 13 additions and 9 deletions

View file

@ -23,6 +23,7 @@
class="input string-input"
:class="{ disabled: shouldBeDisabled }"
:disabled="shouldBeDisabled"
:placeholder="backendDescriptionSuggestions"
:value="realDraftMode ? draft : state"
@change="update"
>