Update:Move library stats page to SideRail #3134

This commit is contained in:
advplyr
2024-07-13 15:26:07 -05:00
parent 43b7ccd61a
commit eabfa90121
7 changed files with 199 additions and 181 deletions
+1 -2
View File
@@ -52,7 +52,6 @@ export default {
else if (pageName === 'notifications') return this.$strings.HeaderNotifications
else if (pageName === 'sessions') return this.$strings.HeaderListeningSessions
else if (pageName === 'stats') return this.$strings.HeaderYourStats
else if (pageName === 'library-stats') return this.$strings.HeaderLibraryStats
else if (pageName === 'users') return this.$strings.HeaderUsers
else if (pageName === 'item-metadata-utils') return this.$strings.HeaderItemMetadataUtils
else if (pageName === 'rss-feeds') return this.$strings.HeaderRSSFeeds
@@ -94,4 +93,4 @@ export default {
max-width: 100%;
}
}
</style>
</style>