mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[PR #737] [MERGED] feat: add multi-select batch operations for admin account management #731
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#731
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/737
Author: @dreamhunter2333
Created: 10/4/2025
Status: ✅ Merged
Merged: 10/4/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
a7189cdfeat: add multi-select batch operations for admin account management📊 Changes
2 files changed (+174 additions, -5 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
frontend/src/views/admin/Account.vue(+172 -5)📄 Description
User description
#723
🤖 Generated with Claude Code
PR Type
Enhancement
Description
Add multi-select functionality for batch operations in admin account management.
Implement batch operations: delete, clear inbox, and clear sent items.
Create reusable
executeBatchOperationfunction for streamlined batch processing.Add progress modal with real-time updates and error recovery for failed operations.
Update i18n support for new features in English and Chinese.
Changes walkthrough 📝
Account.vue
Add multi-select and batch operations in admin UIfrontend/src/views/admin/Account.vue
table.
and clearing sent items.
executeBatchOperationfunction to handle batchprocessing.
handling.
CHANGELOG.md
Update CHANGELOG for multi-select batch operationsCHANGELOG.md
account management page.
inbox/sent items.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.