mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
Add move to the item page
This commit is contained in:
parent
37626b8d60
commit
4cfafeb174
2 changed files with 8 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ POST /api/items/:id/move
|
|||
| `client/components/modals/item/MoveToLibraryModal.vue` | **NEW** - Modal component |
|
||||
| `client/store/globals.js` | State: `showMoveToLibraryModal`, Mutation: `setShowMoveToLibraryModal` |
|
||||
| `client/components/cards/LazyBookCard.vue` | Menu item `openMoveToLibraryModal` in `moreMenuItems` |
|
||||
| `client/pages/item/_id/index.vue` | Added "Move to library" to context menu |
|
||||
| `client/layouts/default.vue` | Added `<modals-item-move-to-library-modal />` |
|
||||
| `client/strings/en-us.json` | Localization strings |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue