connect favorites data to favorites page

+ detach isSmall and isMedium classes from the v-scroll-page class
+ customize the TopTracks component to be usable with the favorite tracks page
+ add queue methods to play tracks from favorites page
+ handle playing from artist top tracks in parent component
This commit is contained in:
geoffrey45
2022-12-28 14:49:02 +03:00
committed by Mungai Njoroge
parent 62fb70d26c
commit 905fff04b4
16 changed files with 254 additions and 204 deletions
+4
View File
@@ -121,6 +121,10 @@ export interface fromArtist {
artistname: string;
}
export interface fromFav {
type: FromOptions.favorite;
}
export interface subPath {
name: string;
path: string;