Uh oh!
There was an error while loading. Please reload this page.
feat(admin): show recently impersonated users in admin panel - #5750
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview
Refactors the user table into shared Reviewed by Cursor Bugbot for commit 24803be. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThis PR adds recently impersonated users to the admin user-management panel. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (3): Last reviewed commit: "fix(admin): exact server-side email filt..." | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TheodoreSpeaks
commented
Jul 17, 2026
@greptile review |
TheodoreSpeaks
commented
Jul 17, 2026
@cursor review |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit a636c3d. Configure here.
TheodoreSpeaks
commented
Jul 17, 2026
@greptile review |
TheodoreSpeaks
commented
Jul 17, 2026
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 24803be. Configure here.
Summary
useAdminUsersByEmailsquery (exact email match), so role/ban status is always current and all row actions work on themrecent-impersonationskey inclearUserDataso impersonation switches/sign-outs don't wipe it--border-secondarytoken to--border; tighten Name/Role/Status/Actions column widths so Email doesn't truncateType of Change
Testing
Tested manually. Lint, type-check, and
check:api-validation:strictpass.Checklist