d6301f5bdc
AdminUsersScreen body was 65 lines vs the 60 cap because both dialogs were rendered inline. Pulled them into a single PendingDialogs helper that takes the two nullable selections + the clear/confirm callbacks. AdminUsersScreen is back to ~45 lines and PendingDialogs is ~30. File function count is still 8 (Screen + UserList + UserRow + ToggleRow + PendingDialogs + ResetPasswordDialog + DeleteConfirmDialog + LoadingCentered), under the 11 cap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>