re ans-post
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2024-01-30 00:33:14 +10:00
parent 38842ec947
commit d21e5e0bf6

View File

@ -6,7 +6,11 @@
<div class="row"> <div class="row">
<a class="btn-floating halfway-fab waves-effect waves-light red" href="#post-{{ target_post_id }}"><i class="material-icons">>>{{ target_post_id }}</i></a> <a class="btn-floating halfway-fab waves-effect waves-light red" href="#post-{{ target_post_id }}"><i class="material-icons">>>{{ target_post_id }}</i></a>
</div> </div>
<form hx-encoding='multipart/form-data' _='on htmx:xhr:progress(loaded, total) set #progress.value to (loaded/total)*100'> <form
hx-encoding='multipart/form-data'
_='on htmx:xhr:progress(loaded, total) set #progress.value to (loaded/total)*100'
hx-on::after-request="this.reset()"
>
<div class="row"> <div class="row">
<div class="input-field col s6"> <div class="input-field col s6">
<input id="send_this_text" name="send_this_text" type="text" > <input id="send_this_text" name="send_this_text" type="text" >