improvement(admin): move user row actions into an overflow menu with confirm modals - #6384
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryMedium Risk Overview Ban and promote/demote now require Inline error banners for ban/role/reset are trimmed where errors are shown in modals or toasts; unban/impersonate errors still use the section error line. Reviewed by Cursor Bugbot for commit 731f1d7. Configure here. |
Greptile SummaryThe PR consolidates less-frequent user administration operations into an overflow menu while retaining impersonation inline.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| apps/sim/app/workspace/[workspaceId]/settings/components/admin/admin.tsx | Reworks administrative row actions and confirmation flows; the previously reported feedback issues are fixed, invalid, accepted, or unrelated to PR-introduced behavior. |
Reviews (9): Last reviewed commit: "improvement(admin): align the role confi..." | Re-trigger Greptile
|
@cursor review |
|
@cursor review |
|
@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 c8ce9d7. Configure here.
|
@cursor review |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
1 issue from previous review remains unresolved.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit f7c1ffc. Configure here.
f7c1ffc to
e429457
Compare
|
@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 e429457. Configure here.
e429457 to
731f1d7
Compare
|
@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 731f1d7. Configure here.

Summary
...overflow menu (RowActionsMenu, same as Secrets/API keys) so the actions column stops wrapping to two linesChipConfirmModal(destructive) with the optional reason as aChipModalField, replacing the ad-hoc inline two-step rowType of Change
Testing
Tested manually
Checklist