Nice things
This commit is contained in:
parent
facade014a
commit
da7d58b548
11 changed files with 768 additions and 51 deletions
|
|
@ -86,10 +86,12 @@
|
|||
</div>
|
||||
|
||||
<!-- Empty State -->
|
||||
<div id="emptyState" class="text-center py-5 d-none">
|
||||
<i class="bi bi-person-x" style="font-size: 4rem; color: #d1d5db;"></i>
|
||||
<h4 class="mt-3 text-muted">No users found</h4>
|
||||
<p class="text-muted">Try adjusting your search or browse all users</p>
|
||||
<div id="emptyState" class="empty-state empty-state-users d-none">
|
||||
<div class="empty-state-icon">
|
||||
<i class="bi bi-person-x"></i>
|
||||
</div>
|
||||
<h4 class="empty-state-title">No Users Found</h4>
|
||||
<p class="empty-state-message">Try adjusting your search or browse all users in the community</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue