Have got soft and hard deleting
This commit is contained in:
parent
aef3bb6a1e
commit
3ea5823ca0
27 changed files with 588 additions and 55 deletions
8
views/_common/toast.html
Normal file
8
views/_common/toast.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div class="toast position-fixed bottom-0 end-0" role="alert" aria-live="assertive" aria-atomic="true"
|
||||
data-controller="toast" data-action="weiroToast@window->toast#showToast">
|
||||
<div class="toast-header">
|
||||
<strong class="me-auto" data-toast-target="title">Title</strong>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="toast-body" data-toast-target="body">Body</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue