feat: support batch auth files upload, download and delete#64
Conversation
There was a problem hiding this comment.
Pull request overview
Adds batch operations for auth files in the Web UI and server API, including multi-file upload (with .zip extraction), multi-select batch deletion, and batch download as a ZIP.
Changes:
- UI: enable multi-select account list with “select all”, batch delete, and batch download actions.
- UI: support multi-file upload including
.ziparchives (extract JSON entries and upload each). - Server: add batch delete and batch download endpoints; add
archiverandjszipdependencies; update i18n strings.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| ui/locales/zh.json | Adds zh translations for batch actions and zip upload results. |
| ui/locales/en.json | Adds en translations for batch actions and zip upload results. |
| ui/app/pages/StatusPage.vue | Implements multi-select, batch delete/download UI, and zip/multi-file upload handling. |
| src/routes/StatusRoutes.js | Adds batch delete and batch download (ZIP) API endpoints. |
| package.json | Adds archiver (server ZIP creation) and jszip (client ZIP extraction). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…sRoutes and localization files
…usPage and localization files
…ip extraction in StatusPage and StatusRoutes
…nd delete operations
3e85a87 to
d9a587e
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.