18 Commits

Author SHA1 Message Date
geoffrey45
688e7d8282 refactor the "SEE ALL" button into a component 2023-01-13 18:13:49 +03:00
geoffrey45
782bae52e5 fix play from album (agaiiiiin!) 2023-01-13 18:13:49 +03:00
geoffrey45
4d08ebedb6 fix artist and album page is_favorite reactivity
+ remove nav components for playlist and album page
2023-01-13 18:13:49 +03:00
geoffrey45
905fff04b4 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
2023-01-13 18:13:49 +03:00
geoffrey45
d250928573 handle favoriting in album page
+ fix fetching artist albums
+ create favoriteHandler composable
2023-01-13 18:13:49 +03:00
geoffrey45
a0cf95024c implement favoriting artists 2023-01-13 18:13:49 +03:00
geoffrey45
f7a054d569 add "add to favorite" buttons to artist and album page headers
+ fix album page play buttton
2023-01-13 18:13:49 +03:00
geoffrey45
4476a8ebe0 add "go to artist" and "go to album artist" context options
+ refactor api endpoints to point to / for production
2023-01-13 18:13:49 +03:00
geoffrey45
7f0fe88c43 implement artist tracks page 2023-01-13 18:13:49 +03:00
geoffrey45
7f344b51db move the Routes enum to router/routes.ts
+ fix context menu not being normalized
+ fix nav bar padding-right on no sidebar
2023-01-13 18:13:49 +03:00
geoffrey45
97db706186 redesign toast notifications 2023-01-13 18:13:49 +03:00
geoffrey45
cc8a8171b8 implement playing tracks from artist page 2023-01-13 18:13:49 +03:00
geoffrey45
0b24974a63 fix slow folder page
~ stabilize props: move isCurrent check to inside SongItem component
2023-01-13 18:13:49 +03:00
geoffrey45
90dd1a1fe8 add functionality to play button on artist page 2023-01-13 18:13:49 +03:00
geoffrey45
26ab972a8d fix fuzzy search: FuseTrackOptions
+ reduce width required to hide sidebar automatically
+ move ArtistAlbumsFetcher.vue to components folder
+ escape ALT button in keyboard shortcuts
+ use elem.dispatchEvent to toggle page search
2023-01-13 18:13:49 +03:00
geoffrey45
e54fea2d4d make albums on artist page reactive
+ show artist name on artist album component on album page
+ attach artist page link to artist card
+ use small artist page on album header
+ use album color on genre banner on album page
2023-01-13 18:13:49 +03:00
geoffrey45
075765088f build artist page
+ connect artist page to backend
~ bugs introduced as there are hashing changes in the backend

[will fix later]
2023-01-13 18:13:49 +03:00
geoffrey45
da852e72f3 setup artist page boilerplate code 2023-01-13 18:13:49 +03:00