mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Add: Experimental collections add/remove & db #151
This commit is contained in:
parent
3d35b7dc3d
commit
bf0893d759
27 changed files with 784 additions and 62 deletions
18
client/store/globals.js
Normal file
18
client/store/globals.js
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
export const state = () => ({
|
||||
showUserCollectionsModal: false
|
||||
})
|
||||
|
||||
export const getters = {
|
||||
|
||||
}
|
||||
|
||||
export const actions = {
|
||||
|
||||
}
|
||||
|
||||
export const mutations = {
|
||||
setShowUserCollectionsModal(state, val) {
|
||||
state.showUserCollectionsModal = val
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue