mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
Add tag & tag group creation
This commit is contained in:
parent
f64afa649a
commit
f2950ec7eb
15 changed files with 330 additions and 22 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<span>Changes are automatically saved.</span>
|
||||
</wa-callout>
|
||||
|
||||
<form wire:submit class="wa-stack">
|
||||
<form wire:submit class="wa-stack wa-gap-xl">
|
||||
<wa-select wire:model.live="rating" label="Rating" value="{{ $post->rating }}" wire:loading.attr="disabled" @error('rating') hint="{{ $message }}" @enderror>
|
||||
<wa-option value="safe">Safe</wa-option>
|
||||
<wa-option value="suggestive">Suggestive</wa-option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue