mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
## Summary In this pull request we're adding a user selector dropdown to the templates page that allows an admin to select a user. The selected user will be used in the `author:<username>` filter to filter the templates list by a template author. Closes: https://github.com/coder/coder/issues/19547 ### Changes Admin View - Can view all users <img width="1622" height="489" alt="Screenshot 2025-08-26 at 5 24 07 PM" src="https://github.com/user-attachments/assets/f2ace51e-5834-4bed-bd4f-14c6800816f0" /> Admin View - Using the user filter https://github.com/user-attachments/assets/b4570cca-6dff-45c1-89ab-844f126bdc0f User view - Cannot view all users <img width="1617" height="455" alt="Screenshot 2025-08-26 at 5 25 38 PM" src="https://github.com/user-attachments/assets/f8680acb-d463-4a22-826e-053f0e7dbe21" /> ### Testing - Added storybook test for viewing the templates page with a user dropdown