Web Interface for Tags #104244

Merged
Sybren A. Stüvel merged 30 commits from Evelinealy/flamenco:tag-interface into main 2023-09-04 13:06:10 +02:00
Showing only changes of commit f307cbedf6 - Show all commits

View File

@ -19,7 +19,13 @@
placeholder="New Tag Name"
class="create-tag-input"
/>
<button id="submit-button" type="submit">Create Tag</button>
<button
id="submit-button"
type="submit"
:disabled="newTagName.trim() === ''"
>
Create Tag
</button>
</div>
</form>

There shouldn't be any need to import this CSS file here. Which problem is this solving?

There shouldn't be any need to import this CSS file here. Which problem is this solving?
</div>