Skip to content

Commit

Permalink
add contacts loading indicator
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
ZendaInnocent committed Nov 5, 2023
1 parent 6767151 commit 69ec800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pim/contacts/templates/contacts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ <h3>{% trans 'Contacts' %}</h3>
</button>
</div>
<hr>
<div class="spinner-border text-primary htmx-indicator" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<ul class="list-group" id="contacts" hx-get="{% url 'contacts:contact-list' %}" hx-trigger="load">
</ul>
</div>
Expand Down

0 comments on commit 69ec800

Please sign in to comment.