Add Tailwind and DaisyUI
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
<td>
|
||||
<form id="update_feed_{{feed.id}}" hx-put="/feed/{{feed.id}}" hx-target="#feed_{{feed.id}}" hx-swap="outerHTML"
|
||||
hx-indicator="update_feed_{{feed.id}}_indicator" style="padding: 0; background: unset">
|
||||
<button type="reset"
|
||||
<button class="btn" type="reset"
|
||||
hx-get="/feed/{{feed.id}}"
|
||||
hx-target="#feed_{{feed.id}}"
|
||||
hx-swap="outerHTML">
|
||||
Cancel
|
||||
</button>
|
||||
<button type="submit">
|
||||
<button class="btn" type="submit">
|
||||
Confirm
|
||||
<img id="update_feed_{{feed.id}}_indicator" class="htmx-indicator" src="/assets/oval.svg"
|
||||
style="height: 1rem; margin-left: 2px" alt="...">
|
||||
|
||||
Reference in New Issue
Block a user