Skip to content

Add bulk selection and actions to admin user table#70

Draft
Copilot wants to merge 3 commits into
masterfrom
copilot/add-multiple-players-selection
Draft

Add bulk selection and actions to admin user table#70
Copilot wants to merge 3 commits into
masterfrom
copilot/add-multiple-players-selection

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 23, 2026

Admin panel lacked ability to perform actions on multiple users simultaneously, requiring one-by-one operations for delete/approve/reject.

Changes

Frontend

  • Individual and select-all checkboxes with indeterminate state support
  • Bulk actions bar showing selection count and action dropdown (Approve/Reject/Delete)
  • Row highlighting for selected items

Backend

  • Three new endpoints: POST /api/user/bulk/{delete,approve,reject}
  • Batch RCON commands for whitelist sync (Java/Bedrock editions)
  • User existence validation before operations

API Contracts

// Request body for all bulk operations
{ userIds: number[] }

// Response
{ message: string, count: number }

Screenshot

Bulk selection UI

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • checkpoint.prisma.io
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/convitelist/convitelist/backend/node_modules/prisma/build/child {"product":"prisma","version":"5.22.0","cli_install_type":"local","information":"","local_timestamp":"2026-01-23T13:13:20Z","project_hash":"fb64e43d","cli_path":"/home/REDACTED/work/convitelist/convitelist/backend/node_modules/prisma/build/index.js","cli_pa (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Admin Panel - Ability to select multiple players at once to delete or approve</issue_title>
<issue_description>DKtjh
</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
convitelist Ready Ready Preview, Comment Jan 23, 2026 1:19pm

Co-authored-by: maxonary <62939182+maxonary@users.noreply.github.com>
…idation

Co-authored-by: maxonary <62939182+maxonary@users.noreply.github.com>
Copilot AI changed the title [WIP] Add ability to select multiple players in admin panel Add bulk selection and actions to admin user table Jan 23, 2026
Copilot AI requested a review from maxonary January 23, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Admin Panel - Ability to select multiple players at once to delete or approve

2 participants