mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
This commit is contained in:
parent
13307bc7f4
commit
e7b31a716c
19 changed files with 63 additions and 51 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<div class="wa-stack">
|
||||
|
||||
<wa-callout variant="brand" appearance="outlined">
|
||||
<wa-icon slot="icon" name="circle-info"></wa-icon>
|
||||
<livewire:app.icon slot="icon" name="circle-info" />
|
||||
<span>Changes are automatically saved.</span>
|
||||
</wa-callout>
|
||||
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
{{-- Tags --}}
|
||||
<div class="wa-cluster wa-heading-m">
|
||||
<wa-icon fixed-width name="tags"></wa-icon>
|
||||
<livewire:app.icon fixed-width name="tags" />
|
||||
<span>Tags</span>
|
||||
</div>
|
||||
|
||||
|
|
@ -53,11 +53,11 @@
|
|||
|
||||
<div class="wa-split">
|
||||
<wa-button href="{{ url("posts/$post->id") }}" appearance="outlined" variant="neutral" size="small" wire:navigate.hover>
|
||||
<wa-icon slot="prefix" name="arrow-left"></wa-icon>
|
||||
<livewire:app.icon slot="prefix" name="arrow-left" />
|
||||
<span>Exit</span>
|
||||
</wa-button>
|
||||
<wa-button appearance="outlined" variant="danger" size="small" wire:click="$js.openDialog">
|
||||
<wa-icon slot="prefix" name="trash"></wa-icon>
|
||||
<livewire:app.icon slot="prefix" name="trash" />
|
||||
<span>Delete post</span>
|
||||
</wa-button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue