[PR #737] [MERGED] feat: add multi-select batch operations for admin account management #731

Closed
opened 2026-02-26 21:32:44 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feature/email


📝 Commits (1)

  • a7189cd feat: 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

  • Add multi-select functionality with native Naive UI selection column
  • Implement batch operations: delete, clear inbox, clear sent items
  • Create reusable executeBatchOperation function to eliminate code duplication
  • Add error recovery mechanism: failed items remain selected for retry
  • Add progress modal with real-time percentage display
  • Support smart skip logic: skip addresses with no mails/sent items
  • Add i18n support for English and Chinese
  • Update CHANGELOG.md with new features

🤖 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 executeBatchOperation function 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 📝

Relevant files
Enhancement
Account.vue
Add multi-select and batch operations in admin UI               

frontend/src/views/admin/Account.vue

  • Added multi-select functionality with a selection column in the data
    table.
  • Implemented batch operations for deleting accounts, clearing inboxes,
    and clearing sent items.
  • Introduced a reusable executeBatchOperation function to handle batch
    processing.
  • Added progress modal for real-time operation updates and error
    handling.
  • Updated UI with new buttons and modal for multi-action operations.
  • +172/-5 
    Documentation
    CHANGELOG.md
    Update CHANGELOG for multi-select batch operations             

    CHANGELOG.md

  • Documented the addition of multi-select batch operations in the admin
    account management page.
  • Included details about new features like batch delete and clearing
    inbox/sent items.
  • +2/-0     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.

  • 🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

    ## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/737 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 10/4/2025 **Status:** ✅ Merged **Merged:** 10/4/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/email` --- ### 📝 Commits (1) - [`a7189cd`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/a7189cd66d873f17e8f5af5cbcddb0967e06a398) feat: add multi-select batch operations for admin account management ### 📊 Changes **2 files changed** (+174 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `frontend/src/views/admin/Account.vue` (+172 -5) </details> ### 📄 Description ### **User description** #723 - Add multi-select functionality with native Naive UI selection column - Implement batch operations: delete, clear inbox, clear sent items - Create reusable executeBatchOperation function to eliminate code duplication - Add error recovery mechanism: failed items remain selected for retry - Add progress modal with real-time percentage display - Support smart skip logic: skip addresses with no mails/sent items - Add i18n support for English and Chinese - Update CHANGELOG.md with new features 🤖 Generated with [Claude Code](https://claude.com/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 `executeBatchOperation` function 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** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>Account.vue</strong><dd><code>Add multi-select and batch operations in admin UI</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> frontend/src/views/admin/Account.vue <li>Added multi-select functionality with a selection column in the data <br>table.<br> <li> Implemented batch operations for deleting accounts, clearing inboxes, <br>and clearing sent items.<br> <li> Introduced a reusable <code>executeBatchOperation</code> function to handle batch <br>processing.<br> <li> Added progress modal for real-time operation updates and error <br>handling.<br> <li> Updated UI with new buttons and modal for multi-action operations. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/737/files#diff-1ac8a75932c8a510449efbe046700149bce141b9a325b770922eeaa3486a3d66">+172/-5</a>&nbsp; </td> </tr> </table></td></tr><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Update CHANGELOG for multi-select batch operations</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG.md <li>Documented the addition of multi-select batch operations in the admin <br>account management page.<br> <li> Included details about new features like batch delete and clearing <br>inbox/sent items. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/737/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+2/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:32:44 +03:00
    Sign in to join this conversation.
    No milestone
    No project
    No assignees
    1 participant
    Notifications
    Due date
    The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

    No due date set.

    Dependencies

    No dependencies set.

    Reference
    starred/cloudflare_temp_email#731
    No description provided.