Replace all material-icons with material-symbols

This commit is contained in:
Nicholas Wallace 2025-03-30 23:26:14 -07:00
parent 6e0f67b19c
commit 8cf757c080
62 changed files with 218 additions and 217 deletions

View file

@ -62,7 +62,7 @@ export default {
items.push({
to: '/bookshelf/add-podcast',
routeName: 'bookshelf-add-podcast',
iconPack: 'material-icons',
iconPack: 'material-symbols',
icon: 'podcasts',
iconClass: 'text-xl',
text: this.$strings.ButtonAdd
@ -97,7 +97,7 @@ export default {
{
to: '/bookshelf/collections',
routeName: 'bookshelf-collections',
iconPack: 'material-icons-outlined',
iconPack: 'material-symbols',
icon: 'collections_bookmark',
iconClass: 'text-xl',
text: this.$strings.ButtonCollections
@ -117,7 +117,7 @@ export default {
items.push({
to: '/bookshelf/playlists',
routeName: 'bookshelf-playlists',
iconPack: 'material-icons',
iconPack: 'material-symbols',
icon: 'queue_music',
text: this.$strings.ButtonPlaylists
})
@ -149,4 +149,4 @@ export default {
#bookshelf-navbar a {
font-size: 0.9rem;
}
</style>
</style>