From d17e6b81ac5bcfd77e1365d37aa7715e577d3b7f Mon Sep 17 00:00:00 2001 From: staniel359 Date: Tue, 29 Mar 2022 18:32:28 +0300 Subject: [PATCH] Change Webpack aliases --- src/App.vue | 30 +++--- src/components/BaseCounters.vue | 4 +- src/components/BaseEmbed.vue | 4 +- src/components/BaseImagesSection.vue | 4 +- src/components/BaseProgress.vue | 4 +- src/components/BaseSeeker.vue | 2 +- src/components/BaseSidebarItem.vue | 5 +- src/components/BaseSourceIcon.vue | 6 +- src/components/BaseStatistics.vue | 5 +- src/components/BaseTimestamp.vue | 2 +- src/components/BaseToggle.vue | 4 +- src/components/BaseTracksSection.vue | 5 +- src/components/buttons/BaseClearButton.vue | 5 +- src/components/buttons/BaseRetryButton.vue | 2 +- src/components/buttons/BaseSaveButton.vue | 2 +- .../buttons/BaseViewChangeButtons.vue | 3 +- .../BaseViewChangeButton.vue | 2 +- .../containers/BaseAccordionContainer.vue | 4 +- .../containers/BaseDropdownContainer.vue | 8 +- .../containers/BaseHistoryInputContainer.vue | 6 +- .../BaseImageModalSliderContainer.vue | 2 +- .../containers/BasePopupContainer.vue | 2 +- .../BaseQueueDirectionButtonContainer.vue | 4 +- .../containers/BaseSimpleCardContainer.vue | 2 +- .../containers/BaseTransitionContainer.vue | 2 +- .../album/BaseAlbumLinkContainer.vue | 16 ++-- .../album/BaseAlbumSourceItemContainer.vue | 2 +- .../containers/artist/BaseArtistContainer.vue | 2 +- .../BaseArtistHorizontalCardContainer.vue | 2 +- .../artist/BaseArtistLinkContainer.vue | 9 +- .../artist/BaseArtistSourceItemContainer.vue | 2 +- .../containers/forms/BaseFormContainer.vue | 4 +- .../BaseMessageCreateFormContainer.vue | 9 +- .../BasePlaylistCreateFormContainer.vue | 9 +- .../BasePlaylistUpdateFormContainer.vue | 7 +- .../post/BasePostCreateFormContainer.vue | 9 +- .../post/BasePostUpdateFormContainer.vue | 9 +- .../BaseProfileCreateFormContainer.vue | 11 ++- .../profile/BaseProfileLoginFormContainer.vue | 9 +- .../BaseProfileUpdateFormContainer.vue | 9 +- .../links/BaseLabelLinkContainer.vue | 3 +- .../containers/links/BaseLinkContainer.vue | 2 +- .../lists/BasePaginatedListContainer.vue | 13 +-- .../modals/BaseImageModalContainer.vue | 3 +- .../containers/modals/BaseModalContainer.vue | 10 +- .../modals/BaseModalContentContainer.vue | 5 +- .../modals/album/BaseAlbumModalContainer.vue | 6 +- .../artist/BaseArtistModalContainer.vue | 4 +- ...BaseProfileLibraryCommonModalContainer.vue | 10 +- .../modals/tag/BaseTagModalContainer.vue | 4 +- .../modals/track/BaseTrackModalContainer.vue | 4 +- .../modals/video/BaseVideoModalContainer.vue | 4 +- .../containers/pages/BasePageContainer.vue | 4 +- .../pages/album/BaseAlbumPageContainer.vue | 13 +-- .../pages/artist/BaseArtistPageContainer.vue | 11 ++- .../BaseArtistPaginatedPageContainer.vue | 10 +- .../BaseConversationPageContainer.vue | 10 +- .../BaseConversationsPageContainer.vue | 10 +- .../playlist/BasePlaylistPageContainer.vue | 10 +- .../playlists/BasePlaylistsPageContainer.vue | 9 +- .../profile/BaseProfilePageContainer.vue | 21 ++-- .../BaseProfileLibraryPageContainer.vue | 12 ++- ...seProfileLibraryPaginatedPageContainer.vue | 9 +- .../BaseProfileLibraryAlbumPageContainer.vue | 9 +- ...fileLibraryAlbumPaginatedPageContainer.vue | 4 +- .../BaseProfileLibraryArtistPageContainer.vue | 9 +- ...ileLibraryArtistPaginatedPageContainer.vue | 4 +- .../BaseProfileLibraryTagPageContainer.vue | 9 +- ...rofileLibraryTagPaginatedPageContainer.vue | 7 +- .../BaseProfileLibraryTrackPageContainer.vue | 9 +- .../profiles/BaseProfilesPageContainer.vue | 9 +- .../BaseRecommendationsPageContainer.vue | 10 +- .../pages/tag/BaseTagPageContainer.vue | 9 +- .../tag/BaseTagPaginatedPageContainer.vue | 7 +- .../pages/top/BaseTopPageContainer.vue | 9 +- .../top/BaseTopPaginatedPageContainer.vue | 7 +- .../pages/track/BaseTrackPageContainer.vue | 13 +-- .../track/BaseTrackPaginatedPageContainer.vue | 4 +- .../video/BaseVideoChannelPageContainer.vue | 10 +- .../pages/video/BaseVideoPageContainer.vue | 9 +- .../BaseProfileFollowButtonContainer.vue | 4 +- .../segments/BaseSegmentContainer.vue | 4 +- .../BaseArtistPaginatedSegmentContainer.vue | 4 +- .../artist/BaseArtistSegmentContainer.vue | 4 +- .../HeaderSegment.vue | 7 +- ...eConversationPaginatedSegmentContainer.vue | 2 +- .../BaseConversationSegmentContainer.vue | 4 +- .../BasePlaylistPaginatedSegmentContainer.vue | 2 +- .../playlist/BasePlaylistSegmentContainer.vue | 4 +- ...rofileLibraryPaginatedSegmentContainer.vue | 7 +- .../BaseProfileLibrarySegmentContainer.vue | 4 +- .../HeaderSegment.vue | 7 +- ...eLibraryAlbumPaginatedSegmentContainer.vue | 4 +- ...aseProfileLibraryAlbumSegmentContainer.vue | 4 +- .../HeaderSegment.vue | 7 +- ...LibraryArtistPaginatedSegmentContainer.vue | 4 +- ...seProfileLibraryArtistSegmentContainer.vue | 4 +- .../HeaderSegment.vue | 7 +- ...ileLibraryTagPaginatedSegmentContainer.vue | 4 +- .../BaseProfileLibraryTagSegmentContainer.vue | 4 +- .../HeaderSegment.vue | 7 +- .../tag/BaseTagPaginatedSegmentContainer.vue | 4 +- .../segments/tag/BaseTagSegmentContainer.vue | 4 +- .../BaseTagSegmentContainer/HeaderSegment.vue | 7 +- .../top/BaseTopPaginatedSegmentContainer.vue | 4 +- .../segments/top/BaseTopSegmentContainer.vue | 4 +- .../BaseTopSegmentContainer/HeaderSegment.vue | 9 +- .../BaseTrackPaginatedSegmentContainer.vue | 4 +- .../track/BaseTrackSegmentContainer.vue | 4 +- .../HeaderSegment.vue | 7 +- .../video/BaseVideoSegmentContainer.vue | 4 +- .../HeaderSegment.vue | 7 +- .../tabs/BaseBookmarksTabContainer.vue | 13 ++- .../tabs/BaseSearchTabContainer.vue | 18 ++-- .../containers/tabs/BaseTabsContainer.vue | 2 +- .../BaseProfileFavoriteTabContainer.vue | 15 +-- .../BaseProfileLibraryTabContainer.vue | 17 ++-- .../containers/track/BaseTrackContainer.vue | 6 +- .../track/BaseTrackLyricsContainer.vue | 4 +- .../track/BaseTrackSearchContainer.vue | 4 +- .../track/BaseTrackSourceItemContainer.vue | 2 +- .../track/BaseTrackVariantContainer.vue | 2 +- src/components/dropdowns/BaseDropdown.vue | 5 +- src/components/dropdowns/BaseDropdownItem.vue | 4 +- .../BaseDropdownItem/ContentBlock.vue | 3 +- .../dropdowns/BaseOptionsDropdown.vue | 12 ++- .../BaseOptionsDropdown/BookmarkOption.vue | 9 +- .../BaseOptionsDropdown/FavoriteOption.vue | 9 +- .../BaseOptionsDropdown/FollowOption.vue | 2 +- .../BaseOptionsDropdown/LibraryOption.vue | 17 ++-- .../BaseOptionsDropdown/ListenedOption.vue | 8 +- .../dropdowns/BaseScopesDropdown.vue | 2 +- .../playlist/BasePlaylistImageField.vue | 6 +- .../profile/BaseProfileBirthdateField.vue | 7 +- .../profile/BaseProfileCountryField.vue | 5 +- .../fields/profile/BaseProfileGenderField.vue | 4 +- .../fields/profile/BaseProfileImageField.vue | 6 +- .../profile/BaseProfileRememberField.vue | 2 +- .../ImagesButton.vue | 4 +- .../TracksButton.vue | 4 +- .../forms/BaseFormImagesSection/ImageItem.vue | 4 +- .../forms/BaseFormTracksSection.vue | 3 +- .../BaseProfileLoginForm/FormSegment.vue | 12 +-- .../BaseProfileLoginForm/SignupSegment.vue | 2 +- .../BaseProfileSignupForm/FormSegment.vue | 11 ++- .../FormSegment/ExtraSection.vue | 10 +- .../FormSegment/MainSection.vue | 8 +- .../BaseProfileSignupForm/LoginSegment.vue | 2 +- .../forms/profile/BaseProfileUpdateForm.vue | 6 +- .../BaseProfileUpdateForm/ExtraSection.vue | 10 +- .../BaseProfileUpdateForm/MainSection.vue | 8 +- .../BaseProfileUpdateForm/SuccessMessage.vue | 2 +- src/components/inputs/BaseHistoryInput.vue | 4 +- src/components/inputs/BaseImageInput.vue | 2 +- src/components/inputs/BaseSearchInput.vue | 2 +- src/components/layout/TheAuthentication.vue | 8 +- src/components/layout/TheBrowserTabs.vue | 6 +- .../layout/TheBrowserTabs/BrowserTab.vue | 7 +- src/components/layout/TheLoaderDimmer.vue | 6 +- src/components/layout/TheView.vue | 2 +- .../layout/modals/TheSearchModal.vue | 3 +- .../modals/TheSearchModal/SearchContent.vue | 2 +- .../SearchContent/SearchInput.vue | 4 +- .../SearchContent/SearchSourceSelect.vue | 4 +- .../SearchContent/SearchTabs.vue | 7 +- .../layout/modals/TheSettingsModal.vue | 8 +- .../AppSettings/DataOptions.vue | 2 +- .../DataOptions/ClearCacheOption.vue | 2 +- .../DataOptions/ClearSearchHistoryOption.vue | 4 +- .../AppSettings/MainOptions.vue | 2 +- .../MainOptions/LanguageOption.vue | 11 ++- .../AppSettings/PlayerOptions.vue | 2 +- .../PlayerOptions/SourceOption.vue | 2 +- .../SourceOption/SourceSelect.vue | 3 +- .../SourceOption/SourceSelect/SourcesList.vue | 2 +- .../SourceSelect/SourcesList/SourceItem.vue | 6 +- .../AppSettings/QueueOptions.vue | 2 +- .../QueueOptions/AutoplayOption.vue | 6 +- .../AppSettings/ViewOptions.vue | 2 +- .../ViewOptions/DarkModeOption.vue | 6 +- .../ProfileSettings/InfoOptions.vue | 5 +- .../ServicesSettings/LastfmOptions.vue | 2 +- .../LastfmOptions/ConnectOption.vue | 8 +- .../ScrobbleNotificationsOption.vue | 6 +- .../LastfmOptions/ScrobbleOption.vue | 6 +- .../LastfmOptions/ScrobblePercentOption.vue | 13 ++- .../layout/observers/TheLocalObserver.vue | 4 +- .../layout/observers/TheMediaKeysObserver.vue | 4 +- .../layout/observers/TheOnlineObserver.vue | 2 +- .../layout/observers/ThePlayerObserver.vue | 2 +- .../observers/TheScrobblingObserver.vue | 10 +- .../layout/observers/TheStoreObserver.vue | 2 +- .../TheNavbarPanel/NavbarHistoryButton.vue | 2 +- .../TheNavbarPanel/NavbarNavigation.vue | 2 +- .../NavbarNavigation/NavigationSection.vue | 2 +- .../TheNavbarPanel/NavbarRefreshButton.vue | 2 +- .../TheNavbarPanel/NavbarSearchButton.vue | 2 +- .../layout/panels/ThePlayerPanel.vue | 12 +-- .../panels/ThePlayerPanel/AudioPanel.vue | 2 +- .../AudioPanel/AudioElement.vue | 2 +- .../ExtraControlsPanel/QueueButton.vue | 4 +- .../ExtraControlsPanel/VolumeButton.vue | 6 +- .../VolumeButton/VolumePopup.vue | 12 +-- .../MainControlsPanel/BackwardButton.vue | 2 +- .../MainControlsPanel/ForwardButton.vue | 2 +- .../MainControlsPanel/LoopButton.vue | 2 +- .../MainControlsPanel/PlayButton.vue | 2 +- .../MainControlsPanel/ShuffleButton.vue | 6 +- .../ThePlayerPanel/AudioPanel/SeekerPanel.vue | 10 +- .../ThePlayerPanel/AudioPanel/TimerPanel.vue | 2 +- .../panels/ThePlayerPanel/CloseButton.vue | 4 +- .../panels/ThePlayerPanel/PlayingPanel.vue | 3 +- .../PlayingPanel/PlayingBlock.vue | 4 +- .../PlayingPanel/PlayingBlock/ImageBlock.vue | 6 +- .../PlayingPanel/PlayingBlock/InfoBlock.vue | 21 ++-- .../VariantsPanel/VariantsLabel.vue | 2 +- .../VariantsPanel/VariantsList.vue | 11 ++- .../layout/panels/TheQueuePanel.vue | 6 +- .../panels/TheQueuePanel/HeaderSection.vue | 4 +- .../panels/TheQueuePanel/TracksSection.vue | 7 +- .../panels/TheSidebarPanel/BookmarksItem.vue | 4 +- .../TheSidebarPanel/ConversationsItem.vue | 4 +- .../panels/TheSidebarPanel/FavoritesItem.vue | 4 +- .../panels/TheSidebarPanel/FeedItem.vue | 4 +- .../panels/TheSidebarPanel/LibraryItem.vue | 4 +- .../panels/TheSidebarPanel/LogoutItem.vue | 4 +- .../panels/TheSidebarPanel/PlaylistsItem.vue | 4 +- .../panels/TheSidebarPanel/ProfileItem.vue | 11 ++- .../panels/TheSidebarPanel/RadioItem.vue | 4 +- .../TheSidebarPanel/RecommendationsItem.vue | 4 +- .../panels/TheSidebarPanel/SettingsItem.vue | 4 +- .../layout/panels/TheSidebarPanel/TopItem.vue | 4 +- .../layout/savers/TheLocalSaver.vue | 2 +- src/components/links/BaseArtistLinks.vue | 2 +- .../links/BaseArtistLinks/ArtistLink.vue | 8 +- src/components/links/BaseLink.vue | 2 +- .../lists/albums/BaseAlbumsSimpleList.vue | 5 +- .../albums/BaseAlbumsSimpleList/AlbumItem.vue | 21 ++-- .../AlbumItem/ArtistNameSection.vue | 2 +- .../lists/albums/BaseAlbumsTableList.vue | 4 +- .../albums/BaseAlbumsTableList/AlbumItem.vue | 16 ++-- .../lists/artists/BaseArtistsExtendedList.vue | 2 +- .../BaseArtistsExtendedList/ArtistItem.vue | 23 +++-- .../ArtistItem/HeaderSection.vue | 5 +- .../ArtistItem/LibraryCountersSection.vue | 5 +- .../ArtistItem/RecommendationSection.vue | 2 +- .../ProfileArtistsSection.vue | 11 ++- .../lists/artists/BaseArtistsList.vue | 8 +- .../lists/artists/BaseArtistsSimpleList.vue | 5 +- .../BaseArtistsSimpleList/ArtistItem.vue | 19 ++-- .../LibraryCountersSection/CounterBar.vue | 2 +- .../lists/artists/BaseArtistsTableList.vue | 4 +- .../BaseArtistsTableList/ArtistItem.vue | 16 ++-- .../BaseConversationsSimpleList.vue | 3 +- .../ConversationItem.vue | 5 +- .../ConversationItem/LastMessageSegment.vue | 9 +- .../ConversationItem/OtherProfileSection.vue | 5 +- .../BaseMessagesSimpleList/MessageItem.vue | 13 +-- .../playlists/BasePlaylistsSimpleList.vue | 5 +- .../BasePlaylistsSimpleList/PlaylistItem.vue | 22 +++-- .../BasePlaylistsSimpleSelectableList.vue | 5 +- .../PlaylistItem.vue | 13 +-- .../lists/posts/BasePostsSimpleList.vue | 3 +- .../posts/BasePostsSimpleList/PostItem.vue | 24 +++-- .../lists/profiles/BaseProfilesSimpleList.vue | 5 +- .../BaseProfilesSimpleList/ProfileItem.vue | 31 +++--- .../lists/tags/BaseModalTagsList.vue | 2 +- .../lists/tags/BaseModalTagsList/TagItem.vue | 4 +- src/components/lists/tags/BaseTagsList.vue | 2 +- .../lists/tags/BaseTagsList/TagItem.vue | 6 +- .../lists/tracks/BaseTracksSimpleList.vue | 7 +- .../tracks/BaseTracksSimpleList/TrackItem.vue | 5 +- .../lists/videos/BaseVideosSimpleList.vue | 5 +- .../videos/BaseVideosSimpleList/VideoItem.vue | 13 +-- .../lists/videos/BaseVideosTableList.vue | 2 +- .../videos/BaseVideosTableList/VideoItem.vue | 12 ++- src/components/messages/BaseErrorMessage.vue | 4 +- src/components/messages/BaseMessage.vue | 4 +- .../messages/BaseNoCollectionMessage.vue | 2 +- src/components/modals/BaseAddTracksModal.vue | 9 +- .../modals/BaseAddTracksModal/SearchInput.vue | 4 +- .../modals/BaseAddTracksModal/SearchList.vue | 5 +- src/components/modals/BaseDeleteModal.vue | 7 +- .../album/BaseAlbumDescriptionModal.vue | 4 +- .../modals/album/BaseAlbumImageModal.vue | 4 +- .../modals/album/BaseAlbumTagsModal.vue | 4 +- .../artist/BaseArtistDescriptionModal.vue | 4 +- .../modals/artist/BaseArtistImageModal.vue | 9 +- .../BaseArtistImageModal/MainSlider.vue | 8 +- .../BaseArtistImageModal/ThumbsSlider.vue | 8 +- .../modals/artist/BaseArtistTagsModal.vue | 4 +- .../bookmark/BaseBookmarkDeleteModal.vue | 4 +- .../favorite/BaseFavoriteDeleteModal.vue | 4 +- .../playlist/BasePlaylistCreateModal.vue | 11 ++- .../playlist/BasePlaylistDeleteModal.vue | 8 +- .../BasePlaylistLibraryImportModal.vue | 9 +- .../ImportSection.vue | 2 +- .../SaveSection.vue | 4 +- .../SaveSection/CompleteSection.vue | 4 +- .../CompleteSection/RetrySection.vue | 6 +- .../SearchInput.vue | 2 +- .../SearchList.vue | 5 +- .../BasePlaylistSearchImportModal.vue | 9 +- .../ImportSection.vue | 2 +- .../SaveSection.vue | 6 +- .../SaveSection/CompleteSection.vue | 4 +- .../CompleteSection/RetrySection.vue | 6 +- .../SearchInput.vue | 4 +- .../SearchList.vue | 5 +- .../playlist/BasePlaylistUpdateModal.vue | 11 ++- .../track/BasePlaylistTrackDeleteModal.vue | 4 +- .../modals/playlists/BasePlaylistsModal.vue | 11 ++- .../modals/post/BasePostDeleteModal.vue | 4 +- .../modals/post/BasePostUpdateModal.vue | 22 +++-- .../profile/BaseProfileMessageModal.vue | 18 ++-- .../OtherProfileSection.vue | 4 +- .../SuccessMessage.vue | 4 +- .../BaseProfileLibraryAccountImportModal.vue | 8 +- .../ConnectSection.vue | 10 +- .../ConnectSection/UserInfoSection.vue | 9 +- .../ImportSection.vue | 6 +- .../ImportSection/CompleteSection.vue | 2 +- .../CompleteSection/SuccessSection.vue | 11 ++- .../SaveSection.vue | 4 +- .../SaveSection/CompleteSection.vue | 4 +- .../CompleteSection/RetrySection.vue | 11 ++- .../library/BaseProfileLibraryDeleteModal.vue | 8 +- .../BaseProfileLibraryFolderImportModal.vue | 5 +- .../FolderSelectSection.vue | 6 +- .../ImportSection.vue | 6 +- .../ImportSection/CompleteSection.vue | 4 +- .../CompleteSection/SuccessSection.vue | 11 ++- .../SaveSection.vue | 4 +- .../SaveSection/CompleteSection.vue | 4 +- .../CompleteSection/RetrySection.vue | 11 ++- .../BaseProfileLibrarySearchImportModal.vue | 9 +- .../ImportSection.vue | 2 +- .../SaveSection/AlbumsSection.vue | 6 +- .../AlbumsSection/CompleteSection.vue | 4 +- .../CompleteSection/RetrySection.vue | 6 +- .../SaveSection/ArtistsSection.vue | 4 +- .../ArtistsSection/CompleteSection.vue | 4 +- .../CompleteSection/RetrySection.vue | 6 +- .../SaveSection/TracksSection.vue | 6 +- .../TracksSection/CompleteSection.vue | 4 +- .../CompleteSection/RetrySection.vue | 6 +- .../SearchInput/AlbumsInput.vue | 4 +- .../SearchInput/ArtistsInput.vue | 2 +- .../SearchInput/TracksInput.vue | 4 +- .../SearchScopeSelect.vue | 2 +- .../lists/AlbumsList.vue | 5 +- .../lists/ArtistsList.vue | 5 +- .../lists/TracksList.vue | 5 +- .../BaseCommonProfileAlbumsModal.vue | 5 +- .../BaseCommonProfileArtistsModal.vue | 5 +- .../BaseCommonProfileTracksModal.vue | 5 +- .../BaseRecommendationDeleteModal.vue | 4 +- .../BaseRecommendationProfileArtistsModal.vue | 12 ++- .../modals/tag/BaseTagDescriptionModal.vue | 4 +- .../track/BaseTrackDescriptionModal.vue | 4 +- .../modals/track/BaseTrackLyricsModal.vue | 2 +- .../modals/track/BaseTrackTagsModal.vue | 4 +- .../video/BaseVideoDescriptionModal.vue | 4 +- .../modals/video/BaseVideoTagsModal.vue | 4 +- .../models/album/BaseAlbumDescription.vue | 4 +- .../models/album/BaseAlbumListenersCount.vue | 4 +- .../album/BaseAlbumReleaseDateLabels.vue | 4 +- .../models/album/BaseAlbumSourceSelect.vue | 9 +- .../BaseAlbumSourceSelect/AlbumSelect.vue | 3 +- .../AlbumSelect/AlbumsList.vue | 2 +- .../AlbumSelect/AlbumsList/AlbumItem.vue | 6 +- .../BaseAlbumSourceSelect/SourceSelect.vue | 3 +- .../SourceSelect/SourcesList.vue | 2 +- .../SourceSelect/SourcesList/SourceItem.vue | 2 +- .../SourceItem/SourceItemContent.vue | 2 +- .../BaseAlbumSourceSelect/TypeSelect.vue | 3 +- .../TypeSelect/TypesList.vue | 2 +- .../TypeSelect/TypesList/TypeItem.vue | 2 +- src/components/models/album/BaseAlbumTags.vue | 5 +- .../BaseAlbumsSourceSelect/ArtistSelect.vue | 3 +- .../ArtistSelect/ArtistsList.vue | 2 +- .../ArtistSelect/ArtistsList/ArtistItem.vue | 4 +- .../BaseAlbumsSourceSelect/SourceSelect.vue | 3 +- .../SourceSelect/SourcesList.vue | 2 +- .../SourceSelect/SourcesList/SourceItem.vue | 2 +- .../SourceItem/SourceItemContent.vue | 2 +- .../BaseAlbumsSourceSelect/TypeSelect.vue | 3 +- .../TypeSelect/TypesList.vue | 2 +- .../TypeSelect/TypesList/TypeItem.vue | 2 +- .../artist/BaseArtistAlbumsSourceSelect.vue | 7 +- .../models/artist/BaseArtistDescription.vue | 4 +- .../models/artist/BaseArtistImage.vue | 6 +- .../BaseArtistImage/InteractiveImage.vue | 7 +- .../InteractiveImage/MoreLinkButton.vue | 6 +- .../artist/BaseArtistListenersCount.vue | 4 +- .../models/artist/BaseArtistSourceSelect.vue | 5 +- .../models/artist/BaseArtistTags.vue | 5 +- .../profile/BaseProfileFollowButton.vue | 4 +- .../profile/BaseProfileFollowingCount.vue | 4 +- .../models/profile/BaseProfileGenderAge.vue | 2 +- .../models/profile/BaseProfileNickname.vue | 9 +- .../library/BaseProfileLibrarySearchInput.vue | 4 +- .../library/BaseProfileLibraryStatistics.vue | 4 +- .../models/tag/BaseTagDescription.vue | 5 +- .../models/track/BaseTrackAudioIcon.vue | 2 +- .../models/track/BaseTrackContent.vue | 27 +++--- .../BaseTrackContent/TrackAlbumTitle.vue | 9 +- .../BaseTrackContent/TrackArtistName.vue | 2 +- .../BaseTrackContent/TrackListenersCount.vue | 2 +- .../track/BaseTrackContent/TrackTitle.vue | 12 ++- .../models/track/BaseTrackDescription.vue | 4 +- .../PlayButtonSection.vue | 11 ++- .../BaseTrackPlayerPanel/SourceSection.vue | 2 +- .../VisualizerSection.vue | 2 +- .../models/track/BaseTrackSourceSelect.vue | 9 +- .../BaseTrackSourceSelect/SourceSelect.vue | 3 +- .../SourceSelect/SourcesList.vue | 2 +- .../SourceSelect/SourcesList/SourceItem.vue | 2 +- .../SourceItem/SourceItemContent.vue | 2 +- .../BaseTrackSourceSelect/TrackSelect.vue | 3 +- .../TrackSelect/TracksList.vue | 2 +- .../TrackSelect/TracksList/TrackItem.vue | 6 +- src/components/models/track/BaseTrackTags.vue | 5 +- src/helpers/actions.js | 6 +- src/helpers/actions/api/album/get.js | 4 +- src/helpers/actions/api/artist/get.js | 4 +- src/helpers/actions/api/audio/get.js | 4 +- .../actions/api/bandcamp_id/album/get.js | 2 +- .../actions/api/bandcamp_id/artist/get.js | 2 +- .../actions/api/bandcamp_id/track/get.js | 2 +- .../api/bandcamp_id/track/variant/get.js | 2 +- .../actions/api/bookmarks/album/create.js | 2 +- .../actions/api/bookmarks/artist/create.js | 2 +- src/helpers/actions/api/bookmarks/get.js | 2 +- .../actions/api/bookmarks/model/delete.js | 2 +- .../actions/api/bookmarks/track/create.js | 2 +- src/helpers/actions/api/conversation/get.js | 2 +- src/helpers/actions/api/conversations/get.js | 2 +- .../actions/api/favorites/album/create.js | 2 +- .../actions/api/favorites/artist/create.js | 2 +- .../actions/api/favorites/model/delete.js | 2 +- .../actions/api/favorites/track/create.js | 2 +- src/helpers/actions/api/feed/get.js | 2 +- src/helpers/actions/api/follower/create.js | 2 +- src/helpers/actions/api/follower/delete.js | 2 +- .../actions/api/lastfm/connect/session/get.js | 4 +- .../api/lastfm/scrobbler/play/create.js | 2 +- .../api/lastfm/scrobbler/save/create.js | 2 +- src/helpers/actions/api/lastfm/user/get.js | 2 +- .../actions/api/library/album/create.js | 2 +- .../actions/api/library/artist/create.js | 2 +- .../actions/api/library/compatibility/get.js | 2 +- .../actions/api/library/model/delete.js | 2 +- .../actions/api/library/track/create.js | 2 +- .../actions/api/listened/album/create.js | 2 +- .../actions/api/listened/artist/create.js | 2 +- .../actions/api/listened/model/delete.js | 2 +- .../actions/api/listened/track/create.js | 2 +- src/helpers/actions/api/login/get.js | 8 +- src/helpers/actions/api/message/create.js | 2 +- src/helpers/actions/api/online/update.js | 2 +- src/helpers/actions/api/player/search/get.js | 6 +- src/helpers/actions/api/playlist/create.js | 4 +- src/helpers/actions/api/playlist/delete.js | 2 +- .../actions/api/playlist/track/create.js | 2 +- .../actions/api/playlist/track/delete.js | 2 +- src/helpers/actions/api/playlist/update.js | 4 +- src/helpers/actions/api/post/create.js | 2 +- src/helpers/actions/api/post/delete.js | 2 +- src/helpers/actions/api/post/update.js | 2 +- src/helpers/actions/api/profile/create.js | 6 +- src/helpers/actions/api/profile/get.js | 2 +- src/helpers/actions/api/profile/update.js | 4 +- src/helpers/actions/api/profiles/get.js | 2 +- .../actions/api/recommendation/delete.js | 2 +- src/helpers/actions/api/recommendation/get.js | 2 +- .../actions/api/recommendations/get.js | 2 +- src/helpers/actions/api/search/get.js | 2 +- src/helpers/actions/api/tag/get.js | 2 +- src/helpers/actions/api/top/get.js | 2 +- src/helpers/actions/api/track/get.js | 4 +- src/helpers/actions/layout.js | 4 +- src/helpers/actions/player/track/audio/get.js | 7 +- .../actions/player/track/audio/search.js | 10 +- src/helpers/actions/player/track/get.js | 4 +- .../actions/player/variant/audio/get.js | 8 +- src/helpers/actions/player/variant/get.js | 2 +- src/helpers/actions/plugins/local/history.js | 4 +- src/helpers/actions/plugins/semantic.js | 2 +- src/helpers/actions/queue/track/get.js | 6 +- src/helpers/data/errors.js | 2 +- src/helpers/data/plugins/router/routes.js | 96 +++++++++---------- src/helpers/data/plugins/semantic.js | 4 +- src/helpers/formatters.js | 4 +- src/helpers/formatters/navigation.js | 2 +- src/helpers/formatters/navigation/album.js | 6 +- src/helpers/formatters/navigation/artist.js | 6 +- .../formatters/navigation/conversations.js | 4 +- src/helpers/formatters/navigation/profile.js | 8 +- .../formatters/navigation/profile/library.js | 10 +- .../navigation/profile/library/album.js | 14 +-- .../navigation/profile/library/artist.js | 12 ++- .../navigation/profile/library/tag.js | 12 ++- .../navigation/profile/library/track.js | 14 +-- .../formatters/navigation/profile/playlist.js | 6 +- src/helpers/formatters/navigation/tag.js | 4 +- src/helpers/formatters/navigation/top.js | 4 +- src/helpers/formatters/navigation/track.js | 6 +- src/helpers/formatters/navigation/video.js | 6 +- .../formatters/navigation/videoChannel.js | 2 +- .../formatters/request/album/requestData.js | 2 +- .../formatters/request/track/requestData.js | 2 +- src/helpers/formatters/sources.js | 4 +- src/helpers/formatters/tabs.js | 2 +- src/helpers/formatters/tabs/album.js | 4 +- src/helpers/formatters/tabs/artist.js | 4 +- src/helpers/formatters/tabs/bookmarks.js | 4 +- src/helpers/formatters/tabs/conversations.js | 4 +- src/helpers/formatters/tabs/playlists.js | 4 +- src/helpers/formatters/tabs/profile.js | 8 +- .../formatters/tabs/profile/favorites.js | 4 +- .../formatters/tabs/profile/library.js | 4 +- .../formatters/tabs/profile/library/album.js | 4 +- .../formatters/tabs/profile/library/artist.js | 4 +- .../formatters/tabs/profile/library/tag.js | 4 +- .../formatters/tabs/profile/library/track.js | 4 +- .../formatters/tabs/profile/playlist.js | 4 +- .../formatters/tabs/profile/playlists.js | 4 +- src/helpers/formatters/tabs/profile/posts.js | 4 +- src/helpers/formatters/tabs/profiles.js | 4 +- src/helpers/formatters/tabs/radio.js | 4 +- .../formatters/tabs/recommendations.js | 4 +- src/helpers/formatters/tabs/tag.js | 4 +- src/helpers/formatters/tabs/top.js | 4 +- src/helpers/formatters/tabs/track.js | 4 +- src/helpers/formatters/tabs/video.js | 4 +- src/helpers/formatters/tabs/videoChannel.js | 4 +- src/helpers/utils.js | 2 +- src/main.js | 12 +-- src/mixins/navigationMixin.js | 2 +- src/plugins/i18n.js | 8 +- src/plugins/local.js | 2 +- src/plugins/router.js | 2 +- src/plugins/store.js | 10 +- src/views/BookmarksPage.vue | 13 +-- src/views/FeedPage.vue | 6 +- src/views/FeedPage/FeedSegment.vue | 9 +- src/views/PlaylistsPage.vue | 8 +- src/views/ProfilesPage.vue | 9 +- src/views/RadioPage.vue | 6 +- src/views/RadioPage/PlayerSegment.vue | 8 +- .../RadioPage/PlayerSegment/PlayerLabel.vue | 2 +- .../RadioPage/PlayerSegment/TrackSection.vue | 8 +- src/views/RadioPage/SearchSegment.vue | 4 +- .../SearchSegment/ArtistScopeSelect.vue | 2 +- .../SearchSegment/ArtistsSearchInput.vue | 2 +- .../RadioPage/SearchSegment/ScopeSelect.vue | 2 +- .../SearchSegment/TagScopeSelect.vue | 2 +- .../SearchSegment/TagsSearchInput.vue | 2 +- src/views/RecommendationsPage.vue | 8 +- .../RecommendationsPage/FiltersSegment.vue | 5 +- .../FiltersSegment/FilterItems/FilterItem.vue | 2 +- .../FiltersSegment/FilterScopeSelect.vue | 2 +- .../ProfileArtistsFilterBlock.vue | 2 +- .../ProfileArtistsFilterBlock/SearchInput.vue | 4 +- .../FiltersSegment/TagsFilterBlock.vue | 2 +- .../TagsFilterBlock/SearchInput.vue | 4 +- src/views/RootPage.vue | 12 ++- src/views/album/MainPage.vue | 4 +- .../album/MainPage/AlbumSourceSelect.vue | 6 +- .../MainPage/LeftColumn/HeaderSection.vue | 13 ++- .../MainPage/LeftColumn/ImageSection.vue | 7 +- .../album/MainPage/LeftColumn/SelfSection.vue | 7 +- src/views/album/MainPage/RightColumn.vue | 2 +- .../RightColumn/InfoSection/AlbumHeader.vue | 5 +- .../InfoSection/SecondarySection.vue | 11 ++- .../album/MainPage/RightColumn/TracksList.vue | 7 +- src/views/artist/AlbumsPage.vue | 5 +- src/views/artist/ImagesPage.vue | 5 +- src/views/artist/ImagesPage/ImagesList.vue | 8 +- src/views/artist/MainPage.vue | 2 +- .../MainPage/LeftColumn/ImageNameSegment.vue | 9 +- .../LeftColumn/RecommendedSegment.vue | 8 +- .../MainPage/LeftColumn/SelfSegment.vue | 7 +- .../MainPage/RightColumn/AlbumsSegment.vue | 9 +- .../MainPage/RightColumn/InfoSegment.vue | 13 +-- .../MainPage/RightColumn/SimilarSegment.vue | 9 +- .../MainPage/RightColumn/TracksSegment.vue | 9 +- src/views/artist/SimilarPage.vue | 4 +- src/views/artist/TracksPage.vue | 5 +- src/views/conversations/ConversationPage.vue | 4 +- .../ConversationPage/FormSegment.vue | 17 ++-- .../ConversationPage/MessagesSegment.vue | 4 +- .../ConversationPage/ProfileSegment.vue | 7 +- src/views/conversations/MainPage.vue | 8 +- src/views/profile/FavoritesPage.vue | 11 ++- src/views/profile/FollowersPage.vue | 8 +- src/views/profile/FollowingPage.vue | 8 +- src/views/profile/MainPage.vue | 2 +- .../FavoritesSegment/FavoritesTabsSegment.vue | 8 +- .../FavoritesSegment/HeaderSegment.vue | 9 +- src/views/profile/MainPage/InfoSegment.vue | 4 +- .../MainPage/InfoSegment/ExtraInfoSection.vue | 9 +- .../MainPage/InfoSegment/FollowSection.vue | 6 +- .../MainPage/InfoSegment/MainInfoSection.vue | 8 +- .../MainPage/InfoSegment/MessageSection.vue | 4 +- src/views/profile/MainPage/LibrarySegment.vue | 2 +- .../LibrarySegment/CompatibilitySegment.vue | 7 +- .../CompatibilityContent.vue | 2 +- .../CompatibilityContent/CommonButtons.vue | 10 +- .../MainPage/LibrarySegment/HeaderSegment.vue | 9 +- .../LibrarySegment/LibraryTabsSegment.vue | 9 +- .../LibrarySegment/StatisticsSegment.vue | 6 +- .../profile/MainPage/PlaylistsSegment.vue | 10 +- .../PlaylistsSegment/HeaderSegment.vue | 9 +- src/views/profile/MainPage/PostsSegment.vue | 2 +- .../MainPage/PostsSegment/FormSegment.vue | 17 ++-- .../MainPage/PostsSegment/HeaderSegment.vue | 9 +- .../PostsSegment/PostsListSegment.vue | 9 +- src/views/profile/PlaylistPage.vue | 4 +- .../profile/PlaylistPage/ImportSegment.vue | 5 +- .../ImportSegment/LibraryImportBlock.vue | 4 +- .../ImportSegment/SearchImportBlock.vue | 4 +- .../profile/PlaylistPage/InfoSegment.vue | 17 ++-- .../profile/PlaylistPage/TracksSegment.vue | 5 +- src/views/profile/PlaylistsPage.vue | 18 ++-- src/views/profile/PostsPage.vue | 9 +- src/views/profile/library/AlbumsPage.vue | 7 +- src/views/profile/library/ArtistsPage.vue | 6 +- src/views/profile/library/MainPage.vue | 4 +- .../library/MainPage/AlbumsSegment.vue | 7 +- .../library/MainPage/ArtistsSegment.vue | 7 +- .../library/MainPage/ImportSegment.vue | 5 +- .../ImportSegment/AccountImportBlock.vue | 4 +- .../ImportSegment/FolderImportBlock.vue | 4 +- .../ImportSegment/SearchImportBlock.vue | 4 +- .../library/MainPage/StatisticsSegment.vue | 4 +- .../profile/library/MainPage/TagsSegment.vue | 6 +- .../library/MainPage/TracksSegment.vue | 7 +- src/views/profile/library/TagsPage.vue | 4 +- src/views/profile/library/TracksPage.vue | 7 +- src/views/profile/library/album/MainPage.vue | 4 +- .../library/album/MainPage/InfoSegment.vue | 29 +++--- .../album/MainPage/StatisticsSegment.vue | 6 +- .../library/album/MainPage/TracksSegment.vue | 7 +- .../profile/library/album/TracksPage.vue | 7 +- .../profile/library/artist/AlbumsPage.vue | 7 +- src/views/profile/library/artist/MainPage.vue | 4 +- .../library/artist/MainPage/AlbumsSegment.vue | 7 +- .../library/artist/MainPage/InfoSegment.vue | 26 ++--- .../artist/MainPage/StatisticsSegment.vue | 6 +- .../library/artist/MainPage/TracksSegment.vue | 7 +- .../profile/library/artist/TracksPage.vue | 7 +- src/views/profile/library/tag/ArtistsPage.vue | 6 +- src/views/profile/library/tag/MainPage.vue | 4 +- .../library/tag/MainPage/ArtistsSegment.vue | 7 +- .../library/tag/MainPage/InfoSegment.vue | 10 +- .../tag/MainPage/StatisticsSegment.vue | 6 +- src/views/profile/library/track/MainPage.vue | 2 +- .../library/track/MainPage/InfoSegment.vue | 34 ++++--- .../track/MainPage/PlayerPanelSegment.vue | 5 +- src/views/tag/AlbumsPage.vue | 5 +- src/views/tag/ArtistsPage.vue | 4 +- src/views/tag/MainPage.vue | 2 +- src/views/tag/MainPage/AlbumsSegment.vue | 7 +- src/views/tag/MainPage/ArtistsSegment.vue | 9 +- src/views/tag/MainPage/InfoSegment.vue | 2 +- .../MainPage/InfoSegment/CountersSection.vue | 2 +- .../tag/MainPage/InfoSegment/CoverSegment.vue | 8 +- .../InfoSegment/DescriptionSection.vue | 4 +- .../MainPage/InfoSegment/HeaderSection.vue | 3 +- .../MainPage/InfoSegment/SimilarSection.vue | 6 +- src/views/tag/MainPage/TracksSegment.vue | 7 +- src/views/tag/TracksPage.vue | 5 +- src/views/top/ArtistsPage.vue | 4 +- src/views/top/MainPage.vue | 2 +- src/views/top/MainPage/ArtistsSegment.vue | 5 +- src/views/top/MainPage/TagsSegment.vue | 4 +- src/views/top/MainPage/TracksSegment.vue | 5 +- src/views/top/TagsPage.vue | 4 +- src/views/top/TracksPage.vue | 5 +- src/views/track/MainPage.vue | 4 +- .../MainPage/LeftColumn/HeaderSection.vue | 17 ++-- .../MainPage/LeftColumn/ImageSection.vue | 2 +- .../track/MainPage/LeftColumn/SelfSection.vue | 10 +- src/views/track/MainPage/RightColumn.vue | 2 +- .../MainPage/RightColumn/ExtraSection.vue | 4 +- .../RightColumn/ExtraSection/InfoSegment.vue | 11 ++- .../ExtraSection/LyricsSegment.vue | 11 ++- .../ExtraSection/LyricsSegment/LyricsData.vue | 3 +- .../LyricsSegment/LyricsSelect.vue | 5 +- .../LyricsSegment/LyricsSelect/TracksList.vue | 2 +- .../LyricsSelect/TracksList/TrackItem.vue | 6 +- .../ExtraSection/SimilarSegment.vue | 9 +- .../RightColumn/ExtraSection/VideoSegment.vue | 9 +- .../ExtraSection/VideoSegment/VideoData.vue | 7 +- .../ExtraSection/VideoSegment/VideoSelect.vue | 5 +- .../VideoSegment/VideoSelect/VideosList.vue | 2 +- .../VideoSelect/VideosList/VideoItem.vue | 4 +- .../MainPage/RightColumn/MainSection.vue | 5 +- .../RightColumn/MainSection/InfoSection.vue | 14 +-- .../track/MainPage/TrackSourceSelect.vue | 6 +- src/views/track/SimilarPage.vue | 5 +- src/views/video/MainPage.vue | 8 +- .../video/MainPage/CountersDateSection.vue | 4 +- .../video/MainPage/DescriptionSection.vue | 6 +- src/views/video/MainPage/RelatedSegment.vue | 13 ++- src/views/video/MainPage/TagsSection.vue | 5 +- src/views/video/MainPage/TitleSection.vue | 6 +- src/views/video/RelatedPage.vue | 9 +- src/views/video/channel/VideosPage.vue | 9 +- vue.config.js | 15 --- 712 files changed, 2286 insertions(+), 1915 deletions(-) diff --git a/src/App.vue b/src/App.vue index a44dee3ca..d5473683d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,19 +32,23 @@