Update:New library icons and picker using icon font

This commit is contained in:
advplyr 2022-10-18 12:09:36 -05:00
parent 6b8d71c0b0
commit b16e69ee86
7 changed files with 69 additions and 52 deletions

View file

@ -28,7 +28,8 @@ export const state = () => ({
text: 'YYYY-MM-DD',
value: 'yyyy-MM-dd'
}
]
],
libraryIcons: ['database', 'audiobookshelf', 'books-1', 'books-2', 'book-1', 'microphone-1', 'microphone-3', 'radio', 'podcast', 'rss', 'headphones', 'music', 'file-picture', 'rocket', 'power', 'star', 'heart']
})
export const getters = {