629 Commits

Author SHA1 Message Date
geoffrey45
4d4a276ed8 add license file 2023-01-13 18:13:49 +03:00
geoffrey45
3b8c72cdf2 update "alice" references to "swing" 2023-01-13 18:13:49 +03:00
geoffrey45
22da349948 add repeat functionality
+ add "play next" context menu svg icon
+ handle focusing current track in sidebar queue on component mounted
2023-01-13 18:13:49 +03:00
geoffrey45
f8f3f7317e add favorite button to TrackItem component
+ show playing folder name in queue page
+ add no_emit prop to heartSvg component
2023-01-13 18:13:49 +03:00
geoffrey45
d56db5e6c1 add delete playlist modal 2023-01-13 18:13:49 +03:00
geoffrey45
bd38c0e7a2 redesign sidebar search load more buttons to match search page 2023-01-13 18:13:49 +03:00
geoffrey45
532d0efabe fix scrolling issue in sidebar search components 2023-01-13 18:13:49 +03:00
geoffrey45
6095c9fa8f fix: bottom bar fav button bug
~ bug caused by toggling and untoggling the fav state
2023-01-13 18:13:49 +03:00
geoffrey45
0f0f0e0762 fix: scrollbar excess padding on firefox for .content-page 2023-01-13 18:13:49 +03:00
geoffrey45
3e4a8dd7dc + implement fav heart button in bottom bar
+ handle favoriting a song that's already in queue from another source
2023-01-13 18:13:49 +03:00
geoffrey45
6d84283efd add a default action to a setting: for text click 2023-01-13 18:13:49 +03:00
geoffrey45
c1fb05e2a0 fix layout shift caused by scrollbar
+ append search query to url (to support reload)
+ fix right sidebar search tabs bug
+ redesign the load more button on the search page
2023-01-13 18:13:49 +03:00
geoffrey45
68f990aada search tracks page scroll to top on search
+ add composable to wait for scroll
2023-01-13 18:13:49 +03:00
geoffrey45
3d37cd59b3 feat: auto load more search track results 2023-01-13 18:13:49 +03:00
geoffrey45
1d03b21caf rewrite tracks page of the search view 2023-01-13 18:13:49 +03:00
geoffrey45
a8dc816d0b refactor simple nav componnents
+ add nav for favorite artists
2023-01-13 18:13:49 +03:00
geoffrey45
688e7d8282 refactor the "SEE ALL" button into a component 2023-01-13 18:13:49 +03:00
geoffrey45
070dc92733 join all favorites page request into one 2023-01-13 18:13:49 +03:00
geoffrey45
22d5f6e896 add all favorite tracks page 2023-01-13 18:13:49 +03:00
geoffrey45
108182ab01 extract queue songlist into a reusable component
~ getting ready to implement "see all" in favorite page
2023-01-13 18:13:49 +03:00
geoffrey45
b95603c51e fix scrollbar bug in chrome
+ change build outdir to alice-core/client folder
2023-01-13 18:13:49 +03:00
geoffrey45
0b1ac6c02f setup config to dynamically load base api url based
on the app running mode
2023-01-13 18:13:49 +03:00
geoffrey45
31312d1754 fix heart button reactivity on songitem 2023-01-13 18:13:49 +03:00
geoffrey45
9709a62fea add favorite albums page 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
62fb70d26c fix play from album page
+ setup favorites page
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
c52390117e fix playing from album bug when there's inconsistent discs
~ eg. when there's no disc 1, but there's disc 2, or 3
2023-01-13 18:13:49 +03:00
geoffrey45
7f0fe88c43 implement artist tracks page 2023-01-13 18:13:49 +03:00
geoffrey45
58d4317ab8 move master flag into component 2023-01-13 18:13:49 +03:00
geoffrey45
c7cc687286 implement track favoriting
update img route
2023-01-13 18:13:49 +03:00
geoffrey45
35a8446f8b setup artist discography page 2023-01-13 18:13:49 +03:00
geoffrey45
fd863d188c remove remaining traces of hard coded Routes enum
+ fix play from album card
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
cb51107ffd reduce modal max-width 2023-01-13 18:13:49 +03:00
geoffrey45
97db706186 redesign toast notifications 2023-01-13 18:13:49 +03:00
geoffrey45
11951e396a set album color as img hover bg 2023-01-13 18:13:49 +03:00
geoffrey45
92172fe1c0 hide SEE ALL button when albums are few
+ remove album color from album card bg
2023-01-13 18:13:49 +03:00
geoffrey45
5ebfd4df7f implement play from album card 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
bb95011dff fix playTrackNext function in queue store 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
580dce1da9 attach artist page link to ArtistName component
+ separate fetching artist albums with fetching artist info
+ include limit when fetching artist albums
+ refactor interfaces
2023-01-13 18:13:49 +03:00