From 2c65b8fd2b20c62b4e69174f86e336be5ce9c9f7 Mon Sep 17 00:00:00 2001 From: Greg Lorenzen Date: Mon, 8 Jul 2024 16:36:37 +0000 Subject: [PATCH] Replace material-icons class with material-symbols class in components --- client/components/app/Appbar.vue | 14 +++++----- client/components/app/BookShelfRow.vue | 4 +-- client/components/app/BookShelfToolbar.vue | 4 +-- client/components/app/ConfigSideNav.vue | 2 +- .../components/app/MediaPlayerContainer.vue | 6 ++--- client/components/app/SideRail.vue | 14 +++++----- client/components/cards/AuthorCard.vue | 4 +-- .../components/cards/ItemTaskRunningCard.vue | 2 +- client/components/cards/ItemUploadCard.vue | 4 +-- client/components/cards/LazyBookCard.vue | 14 +++++----- .../components/cards/LazyCollectionCard.vue | 4 +-- client/components/cards/LazyPlaylistCard.vue | 2 +- client/components/cards/LazySeriesCard.vue | 2 +- client/components/cards/NarratorCard.vue | 2 +- .../components/cards/NarratorSearchCard.vue | 2 +- client/components/cards/TagSearchCard.vue | 2 +- client/components/controls/FilterSelect.vue | 4 +-- client/components/controls/GlobalSearch.vue | 4 +-- .../controls/LibraryFilterSelect.vue | 10 +++---- .../components/controls/LibrarySortSelect.vue | 4 +-- client/components/controls/SortSelect.vue | 4 +-- client/components/controls/VolumeControl.vue | 2 +- client/components/covers/PreviewCover.vue | 2 +- .../components/modals/AudioFileDataModal.vue | 2 +- .../modals/BatchQuickMatchModel.vue | 4 +-- client/components/modals/BookmarksModal.vue | 2 +- .../modals/EditSeriesInputInnerModal.vue | 2 +- client/components/modals/Modal.vue | 2 +- client/components/modals/SleepTimerModal.vue | 4 +-- client/components/modals/UploadImageModal.vue | 2 +- .../components/modals/authors/EditModal.vue | 2 +- .../modals/bookmarks/BookmarkItem.vue | 8 +++--- .../modals/collections/CollectionItem.vue | 4 +-- .../modals/collections/EditModal.vue | 2 +- client/components/modals/item/EditModal.vue | 4 +-- client/components/modals/item/tabs/Cover.vue | 6 ++--- .../components/modals/item/tabs/Episodes.vue | 2 +- client/components/modals/item/tabs/Match.vue | 2 +- .../components/modals/item/tabs/Schedule.vue | 4 +-- client/components/modals/item/tabs/Tools.vue | 4 +-- .../modals/libraries/EditLibrary.vue | 6 ++--- .../modals/libraries/LazyFolderChooser.vue | 10 +++---- .../libraries/LibraryScannerSettings.vue | 4 +-- .../modals/libraries/LibrarySettings.vue | 10 +++---- .../components/modals/player/QueueItemRow.vue | 4 +-- .../modals/playlists/UserPlaylistItem.vue | 4 +-- .../components/modals/podcast/EditEpisode.vue | 4 +-- .../components/modals/podcast/EpisodeFeed.vue | 2 +- .../modals/rssfeed/OpenCloseModal.vue | 2 +- .../modals/rssfeed/ViewFeedModal.vue | 2 +- .../player/PlayerPlaybackControls.vue | 12 ++++----- client/components/player/PlayerUi.vue | 14 +++++----- client/components/readers/ComicReader.vue | 10 +++---- client/components/readers/EpubReader.vue | 4 +-- client/components/readers/PdfReader.vue | 4 +-- client/components/readers/Reader.vue | 8 +++--- client/components/stats/PreviewIcons.vue | 6 ++--- .../components/stats/YearInReviewBanner.vue | 27 ++++++++----------- client/components/tables/BackupsTable.vue | 6 ++--- client/components/tables/ChaptersTable.vue | 2 +- .../tables/CustomMetadataProviderTable.vue | 2 +- client/components/tables/EbookFilesTable.vue | 4 +-- .../components/tables/EbookFilesTableRow.vue | 2 +- .../components/tables/LibraryFilesTable.vue | 2 +- client/components/tables/TracksTable.vue | 2 +- .../components/tables/UploadedFilesTable.vue | 2 +- client/components/tables/UsersTable.vue | 4 +-- .../tables/collection/BookTableRow.vue | 4 +-- .../components/tables/library/LibraryItem.vue | 4 +-- .../tables/playlist/ItemTableRow.vue | 4 +-- .../tables/podcast/LazyEpisodeRow.vue | 2 +- client/components/ui/Checkbox.vue | 2 +- client/components/ui/ContextMenuDropdown.vue | 2 +- client/components/ui/Dropdown.vue | 2 +- client/components/ui/IconBtn.vue | 2 +- client/components/ui/InputDropdown.vue | 2 +- client/components/ui/MultiSelect.vue | 6 ++--- client/components/ui/MultiSelectDropdown.vue | 4 +-- .../components/ui/MultiSelectQueryInput.vue | 8 +++--- client/components/ui/QueryInput.vue | 2 +- client/components/ui/TextInput.vue | 6 ++--- client/components/widgets/Alert.vue | 2 +- .../widgets/AlreadyInLibraryIndicator.vue | 2 +- client/components/widgets/CoverSizeWidget.vue | 4 +-- .../widgets/CronExpressionBuilder.vue | 4 +-- client/components/widgets/ItemSlider.vue | 4 +-- .../components/widgets/NotificationWidget.vue | 2 +- .../widgets/PodcastTypeIndicator.vue | 4 +-- client/pages/account.vue | 2 +- client/pages/audiobook/_id/chapters.vue | 20 +++++++------- client/pages/audiobook/_id/edit.vue | 8 +++--- client/pages/audiobook/_id/manage.vue | 18 ++++++------- client/pages/author/_id.vue | 4 +-- client/pages/batch/index.vue | 2 +- client/pages/collection/_id.vue | 4 +-- client/pages/config.vue | 2 +- client/pages/config/authentication.vue | 4 +-- client/pages/config/backups.vue | 16 +++++------ client/pages/config/email.vue | 6 ++--- client/pages/config/index.vue | 20 +++++++------- .../custom-metadata-providers.vue | 4 +-- .../config/item-metadata-utils/genres.vue | 2 +- .../config/item-metadata-utils/index.vue | 6 ++--- .../pages/config/item-metadata-utils/tags.vue | 2 +- client/pages/config/libraries.vue | 2 +- client/pages/config/log.vue | 2 +- client/pages/config/notifications.vue | 6 ++--- client/pages/config/rss-feeds.vue | 4 +-- client/pages/config/sessions.vue | 10 +++---- client/pages/config/stats.vue | 4 +-- client/pages/config/users/_id/index.vue | 4 +-- client/pages/config/users/_id/sessions.vue | 2 +- client/pages/config/users/index.vue | 2 +- client/pages/item/_id/index.vue | 18 ++++++------- .../pages/library/_library/podcast/latest.vue | 6 ++--- client/pages/playlist/_id.vue | 2 +- client/pages/upload/index.vue | 2 +- 117 files changed, 289 insertions(+), 294 deletions(-) diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index c281f821..c0b27323 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -16,7 +16,7 @@
- cast + cast
@@ -26,19 +26,19 @@ - upload + upload - settings + settings @@ -47,7 +47,7 @@ {{ username }} - person + person
@@ -55,7 +55,7 @@

{{ $getString('MessageItemsSelected', [numMediaItemsSelected]) }}

- play_arrow + play_arrow {{ $strings.ButtonPlay }} @@ -76,7 +76,7 @@ - close + close
diff --git a/client/components/app/BookShelfRow.vue b/client/components/app/BookShelfRow.vue index f24f8dca..d6cc37ef 100644 --- a/client/components/app/BookShelfRow.vue +++ b/client/components/app/BookShelfRow.vue @@ -44,10 +44,10 @@
diff --git a/client/components/app/BookShelfToolbar.vue b/client/components/app/BookShelfToolbar.vue index 9064c914..3d03dc98 100644 --- a/client/components/app/BookShelfToolbar.vue +++ b/client/components/app/BookShelfToolbar.vue @@ -24,11 +24,11 @@

{{ $strings.ButtonPlaylists }}

- queue_music + queue_music

{{ $strings.ButtonCollections }}

- collections_bookmark + collections_bookmark

{{ $strings.ButtonAuthors }}

diff --git a/client/components/app/ConfigSideNav.vue b/client/components/app/ConfigSideNav.vue index c2db0725..b4835255 100644 --- a/client/components/app/ConfigSideNav.vue +++ b/client/components/app/ConfigSideNav.vue @@ -2,7 +2,7 @@
- arrow_back + arrow_back
diff --git a/client/components/app/MediaPlayerContainer.vue b/client/components/app/MediaPlayerContainer.vue index 36e3b63e..3c99a6da 100644 --- a/client/components/app/MediaPlayerContainer.vue +++ b/client/components/app/MediaPlayerContainer.vue @@ -13,7 +13,7 @@
- person + person
{{ podcastAuthor }}
{{ musicArtists }}
@@ -23,13 +23,13 @@
- schedule + schedule

{{ totalDurationPretty }}

- +
- format_list_bulleted + format_list_bulleted

{{ $strings.ButtonLatest }}

@@ -43,7 +43,7 @@
- collections_bookmark + collections_bookmark

{{ $strings.ButtonCollections }}

@@ -51,7 +51,7 @@
- queue_music + queue_music

{{ $strings.ButtonPlaylists }}

@@ -72,7 +72,7 @@
- record_voice_over + record_voice_over

{{ $strings.LabelNarrators }}

@@ -88,7 +88,7 @@
- album + album

Albums

@@ -96,7 +96,7 @@
- file_download + file_download

{{ $strings.ButtonDownloadQueue }}

@@ -104,7 +104,7 @@
- warning + warning

{{ $strings.ButtonIssues }}

diff --git a/client/components/cards/AuthorCard.vue b/client/components/cards/AuthorCard.vue index 7bbbb830..dde3e2f6 100644 --- a/client/components/cards/AuthorCard.vue +++ b/client/components/cards/AuthorCard.vue @@ -15,12 +15,12 @@
- search + search
- edit + edit
diff --git a/client/components/cards/ItemTaskRunningCard.vue b/client/components/cards/ItemTaskRunningCard.vue index d284c505..14972df9 100644 --- a/client/components/cards/ItemTaskRunningCard.vue +++ b/client/components/cards/ItemTaskRunningCard.vue @@ -1,7 +1,7 @@ diff --git a/client/components/controls/SortSelect.vue b/client/components/controls/SortSelect.vue index 6ce5292f..bd16dd87 100644 --- a/client/components/controls/SortSelect.vue +++ b/client/components/controls/SortSelect.vue @@ -3,7 +3,7 @@ @@ -14,7 +14,7 @@ {{ item.text }}
- {{ descending ? 'expand_more' : 'expand_less' }} + {{ descending ? 'expand_more' : 'expand_less' }} diff --git a/client/components/controls/VolumeControl.vue b/client/components/controls/VolumeControl.vue index f9734f6f..220cccaa 100644 --- a/client/components/controls/VolumeControl.vue +++ b/client/components/controls/VolumeControl.vue @@ -1,7 +1,7 @@ diff --git a/client/components/modals/collections/EditModal.vue b/client/components/modals/collections/EditModal.vue index 0ad9fd4c..e5b3e305 100644 --- a/client/components/modals/collections/EditModal.vue +++ b/client/components/modals/collections/EditModal.vue @@ -28,7 +28,7 @@ diff --git a/client/components/ui/MultiSelect.vue b/client/components/ui/MultiSelect.vue index 337f501f..c46f6957 100644 --- a/client/components/ui/MultiSelect.vue +++ b/client/components/ui/MultiSelect.vue @@ -6,8 +6,8 @@
- edit - close + edit + close
{{ item }}
@@ -22,7 +22,7 @@ {{ item }}
- checkmark + checkmark diff --git a/client/components/ui/MultiSelectDropdown.vue b/client/components/ui/MultiSelectDropdown.vue index 7a3c7f00..8c579589 100644 --- a/client/components/ui/MultiSelectDropdown.vue +++ b/client/components/ui/MultiSelectDropdown.vue @@ -5,7 +5,7 @@
- close + close
{{ item.text }}
@@ -18,7 +18,7 @@

{{ item.text }}

- checkmark + checkmark
diff --git a/client/components/ui/MultiSelectQueryInput.vue b/client/components/ui/MultiSelectQueryInput.vue index 6e9c0f10..b60d2a07 100644 --- a/client/components/ui/MultiSelectQueryInput.vue +++ b/client/components/ui/MultiSelectQueryInput.vue @@ -6,13 +6,13 @@
- edit - close + edit + close
{{ item[textKey] }}
- add + add
@@ -25,7 +25,7 @@ {{ item.name }}
- checkmark + checkmark diff --git a/client/components/ui/QueryInput.vue b/client/components/ui/QueryInput.vue index 5a9b0f63..6e61629e 100644 --- a/client/components/ui/QueryInput.vue +++ b/client/components/ui/QueryInput.vue @@ -15,7 +15,7 @@ {{ item.name }} - checkmark + checkmark diff --git a/client/components/ui/TextInput.vue b/client/components/ui/TextInput.vue index 04bdfab9..d7524b12 100644 --- a/client/components/ui/TextInput.vue +++ b/client/components/ui/TextInput.vue @@ -20,13 +20,13 @@ @blur="blurred" />
- close + close
- {{ !showPassword ? 'visibility' : 'visibility_off' }} + {{ !showPassword ? 'visibility' : 'visibility_off' }}
- {{ !hasCopied ? 'content_copy' : 'done' }} + {{ !hasCopied ? 'content_copy' : 'done' }}
diff --git a/client/components/widgets/Alert.vue b/client/components/widgets/Alert.vue index 17f3b66c..501d2a23 100644 --- a/client/components/widgets/Alert.vue +++ b/client/components/widgets/Alert.vue @@ -1,7 +1,7 @@
- event + event

{{ $strings.LabelNextScheduledRun }}: {{ nextRun }}

diff --git a/client/components/widgets/ItemSlider.vue b/client/components/widgets/ItemSlider.vue index b2aa2b28..15051fb1 100644 --- a/client/components/widgets/ItemSlider.vue +++ b/client/components/widgets/ItemSlider.vue @@ -4,10 +4,10 @@
diff --git a/client/components/widgets/NotificationWidget.vue b/client/components/widgets/NotificationWidget.vue index fd883151..57bf0257 100644 --- a/client/components/widgets/NotificationWidget.vue +++ b/client/components/widgets/NotificationWidget.vue @@ -6,7 +6,7 @@ - notifications + notifications
diff --git a/client/components/widgets/PodcastTypeIndicator.vue b/client/components/widgets/PodcastTypeIndicator.vue index d914d283..9ead8610 100644 --- a/client/components/widgets/PodcastTypeIndicator.vue +++ b/client/components/widgets/PodcastTypeIndicator.vue @@ -2,12 +2,12 @@
diff --git a/client/pages/account.vue b/client/pages/account.vue index f531a34d..86be607c 100644 --- a/client/pages/account.vue +++ b/client/pages/account.vue @@ -33,7 +33,7 @@
- logout{{ $strings.ButtonLogout }} + logout{{ $strings.ButtonLogout }}
diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue index a403478b..79017017 100644 --- a/client/pages/audiobook/_id/chapters.vue +++ b/client/pages/audiobook/_id/chapters.vue @@ -5,7 +5,7 @@

{{ title }}

@@ -71,27 +71,27 @@
@@ -106,7 +106,7 @@
{{ $strings.ButtonSetChaptersFromTracks }} - info + info
@@ -123,7 +123,7 @@

{{ $secondsToTimestamp(Math.round(track.duration), false, true) }}

@@ -189,7 +189,7 @@
{{ $strings.ButtonMapChapterTitles }} - info + info
{{ $strings.ButtonApplyChapters }} diff --git a/client/pages/audiobook/_id/edit.vue b/client/pages/audiobook/_id/edit.vue index 69e96bf8..bba27951 100644 --- a/client/pages/audiobook/_id/edit.vue +++ b/client/pages/audiobook/_id/edit.vue @@ -12,21 +12,21 @@
{{ $strings.LabelNew }}
{{ $strings.LabelCurrent }} - {{ currentSort === 'current' ? 'expand_more' : 'unfold_more' }} + {{ currentSort === 'current' ? 'expand_more' : 'unfold_more' }}
{{ $strings.LabelTrackFromFilename }} - {{ currentSort === 'track-filename' ? 'expand_more' : 'unfold_more' }} + {{ currentSort === 'track-filename' ? 'expand_more' : 'unfold_more' }}
{{ $strings.LabelTrackFromMetadata }} - {{ currentSort === 'metadata' ? 'expand_more' : 'unfold_more' }} + {{ currentSort === 'metadata' ? 'expand_more' : 'unfold_more' }}
{{ $strings.LabelDiscFromFilename }}
{{ $strings.LabelDiscFromMetadata }}
{{ $strings.LabelFilename }} - {{ currentSort === 'filename' ? 'expand_more' : 'unfold_more' }} + {{ currentSort === 'filename' ? 'expand_more' : 'unfold_more' }}
{{ $strings.LabelSize }}
diff --git a/client/pages/audiobook/_id/manage.vue b/client/pages/audiobook/_id/manage.vue index 8863fd5b..ddf868e6 100644 --- a/client/pages/audiobook/_id/manage.vue +++ b/client/pages/audiobook/_id/manage.vue @@ -77,7 +77,7 @@
@@ -104,36 +104,36 @@
- star + star

Metadata will be embedded in the audio tracks inside your audiobook folder.

- star + star

Finished M4B will be put into your audiobook folder at .../{{ libraryItemRelPath }}/.

- star + star

A backup of your original audio files will be stored in /metadata/cache/items/{{ libraryItemId }}/. Make sure to periodically purge items cache.

- star + star

Chapters are not embedded in multi-track audiobooks.

- star + star

Encoding can take up to 30 minutes.

- star + star

If you have the watcher disabled you will need to re-scan this audiobook afterwards.

- star + star

Once the task is started you can navigate away from this page.

@@ -159,7 +159,7 @@
- check_circle + check_circle
diff --git a/client/pages/author/_id.vue b/client/pages/author/_id.vue index d5e4a8ea..4630c822 100644 --- a/client/pages/author/_id.vue +++ b/client/pages/author/_id.vue @@ -12,14 +12,14 @@

{{ author.name }}

{{ $strings.LabelDescription }}

{{ author.description }}

diff --git a/client/pages/batch/index.vue b/client/pages/batch/index.vue index e1687f0f..c73edd40 100644 --- a/client/pages/batch/index.vue +++ b/client/pages/batch/index.vue @@ -2,7 +2,7 @@
- {{ openMapOptions ? 'expand_less' : 'expand_more' }} + {{ openMapOptions ? 'expand_less' : 'expand_more' }}

{{ $strings.HeaderMapDetails }}

diff --git a/client/pages/collection/_id.vue b/client/pages/collection/_id.vue index 8964b6c4..7f214c44 100644 --- a/client/pages/collection/_id.vue +++ b/client/pages/collection/_id.vue @@ -15,7 +15,7 @@
- play_arrow + play_arrow {{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }} @@ -25,7 +25,7 @@ diff --git a/client/pages/config.vue b/client/pages/config.vue index fdbd7150..957cef52 100644 --- a/client/pages/config.vue +++ b/client/pages/config.vue @@ -3,7 +3,7 @@
- arrow_forward + arrow_forward

{{ currentPage }}

diff --git a/client/pages/config/authentication.vue b/client/pages/config/authentication.vue index fa96ba25..50fa50a4 100644 --- a/client/pages/config/authentication.vue +++ b/client/pages/config/authentication.vue @@ -25,7 +25,7 @@

{{ $strings.HeaderOpenIDConnectAuthentication }}

- help_outline + help_outline
@@ -38,7 +38,7 @@
- auto_fix_high + auto_fix_high Auto-populate
diff --git a/client/pages/config/backups.vue b/client/pages/config/backups.vue index 7b64cbb2..f7845119 100644 --- a/client/pages/config/backups.vue +++ b/client/pages/config/backups.vue @@ -3,14 +3,14 @@
- folder + folder {{ $strings.LabelBackupLocation }}:

{{ backupLocation }}

@@ -27,24 +27,24 @@
-

{{ $strings.LabelBackupsEnableAutomaticBackups }} info_outlined

+

{{ $strings.LabelBackupsEnableAutomaticBackups }} info

- schedule + schedule
{{ $strings.HeaderSchedule }}:
{{ scheduleDescription }}
- event + event
{{ $strings.LabelNextBackupDate }}:
@@ -56,7 +56,7 @@ -

{{ $strings.LabelBackupsNumberToKeep }} info_outlined

+

{{ $strings.LabelBackupsNumberToKeep }} info

@@ -64,7 +64,7 @@ -

{{ $strings.LabelBackupsMaxBackupSize }} info_outlined

+

{{ $strings.LabelBackupsMaxBackupSize }} info

diff --git a/client/pages/config/email.vue b/client/pages/config/email.vue index ef864fbc..3637e312 100644 --- a/client/pages/config/email.vue +++ b/client/pages/config/email.vue @@ -4,7 +4,7 @@ @@ -27,7 +27,7 @@
{{ $strings.LabelEmailSettingsSecure }} - info_outlined + info
@@ -39,7 +39,7 @@
{{ $strings.LabelEmailSettingsRejectUnauthorized }} - info_outlined + info
diff --git a/client/pages/config/index.vue b/client/pages/config/index.vue index afdb7297..1accc743 100644 --- a/client/pages/config/index.vue +++ b/client/pages/config/index.vue @@ -11,7 +11,7 @@

{{ $strings.LabelSettingsStoreCoversWithItem }} - info_outlined + info

@@ -21,7 +21,7 @@

{{ $strings.LabelSettingsStoreMetadataWithItem }} - info_outlined + info

@@ -31,7 +31,7 @@

{{ $strings.LabelSettingsSortingIgnorePrefixes }} - info_outlined + info

@@ -56,7 +56,7 @@

{{ $strings.LabelSettingsParseSubtitles }} - info_outlined + info

@@ -66,7 +66,7 @@

{{ $strings.LabelSettingsFindCovers }} - info_outlined + info

@@ -80,7 +80,7 @@

{{ $strings.LabelSettingsPreferMatchedMetadata }} - info_outlined + info

@@ -90,7 +90,7 @@

{{ $strings.LabelSettingsEnableWatcher }} - info_outlined + info

@@ -106,7 +106,7 @@

{{ $strings.LabelSettingsHomePageBookshelfView }} - info_outlined + info

@@ -116,7 +116,7 @@

{{ $strings.LabelSettingsLibraryBookshelfView }} - info_outlined + info

@@ -146,7 +146,7 @@

{{ $strings.LabelSettingsExperimentalFeatures }} - info_outlined + info

diff --git a/client/pages/config/item-metadata-utils/custom-metadata-providers.vue b/client/pages/config/item-metadata-utils/custom-metadata-providers.vue index 2780d79d..3e13de10 100644 --- a/client/pages/config/item-metadata-utils/custom-metadata-providers.vue +++ b/client/pages/config/item-metadata-utils/custom-metadata-providers.vue @@ -3,13 +3,13 @@