mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-26 11:11:43 +00:00
Add consolidate feature
This commit is contained in:
parent
56eca37304
commit
96707200b8
8 changed files with 294 additions and 13 deletions
|
|
@ -88,11 +88,11 @@ I have implemented the "Merge Books" feature, which allows users to combine mult
|
|||
- **`server/routers/ApiRouter.js`**: Added `POST /api/items/batch/merge` route.
|
||||
|
||||
### Frontend
|
||||
|
||||
- **`client/components/app/Appbar.vue`**: Added "Merge" option to the multi-select context menu.
|
||||
- Enabled only when multiple books are selected.
|
||||
- Shows a confirmation dialog before proceeding.
|
||||
- **`client/strings/en-us.json`**: Added localization strings for the new feature.
|
||||
- **`client/components/app/Appbar.vue`**: Added "Merge" option to the multi-select context menu.
|
||||
- Enabled only when multiple books are selected.
|
||||
- Shows a confirmation dialog before proceeding.
|
||||
- Automatically navigates to the merged book upon success.
|
||||
- **`client/strings/en-us.json`**: Added localization strings for the new feature.
|
||||
|
||||
## Verification
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue