Browse Source

fix: broke the search indicator for invoices at some point while vibing the upload overlay and now it is fixed again

document-upload-removal-layout-update
nic 10 months ago
parent
commit
35f2f2f853
  1. 5
      templates/partials/invoice_search.html

5
templates/partials/invoice_search.html

@ -6,9 +6,10 @@
<input class="card-input" type="text" name="search" placeholder="Enter invoice number or id" hx-get="/invoices"
hx-trigger="keyup changed delay:500ms" hx-target="#invoice-search-results" hx-indicator="#loading-indicator" />
<div id="loading-indicator" class="htmx-indicator">
<span>Searching...</span>
<div id="loading-indicator" class="htmx-indicator"
style="display: flex; align-items: center; gap: 10px; margin-top: 10px;">
<div class="loading-indicator"></div>
<span>Searching...</span>
</div>
</div>
<br />

Loading…
Cancel
Save