Admin users page: filter by username
CI / Test (pull_request) Successful in 33s
Release Drafter / Update release notes draft (pull_request) Successful in 2s

Allow admins to filter the user list/index by username (partial matches
allowed)
This commit is contained in:
2026-08-10 10:36:05 -06:00
parent 9c143bc8d6
commit d58c995230
3 changed files with 36 additions and 1 deletions
+5
View File
@@ -30,6 +30,11 @@
<% end %>
</section>
<section>
<%= render partial: "admin/username_search_form",
locals: { path: admin_users_path } %>
</section>
<section>
<table class="divided mb-8">
<thead>