geoffrey45
1d03b21caf
rewrite tracks page of the search view
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
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
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
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
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
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
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
fff2c53801
fix scrolling in artist search page
2023-01-13 18:13:49 +03:00
geoffrey45
6d8a9f880b
refactor interfaces and references
2023-01-13 18:13:49 +03:00
geoffrey45
4a49d48011
show albums from artist at the bottom of album page
...
+ add a testing genres strip in album page
+ misc refactors
2023-01-13 18:13:49 +03:00
geoffrey45
da852e72f3
setup artist page boilerplate code
2023-01-13 18:13:49 +03:00
geoffrey45
f3c4f0310a
update interfaces to use the updated property names
...
+ misc changes related to moving to sqlite
2023-01-13 18:13:49 +03:00
geoffrey45
bbe7984e4e
normalize context menu using @popperjs
...
+ normalize context children too
+ add setting to toggle context children via click or hover
+ add a select setting component
+ remove dead teleport code from sidebar tabs wrapper
+ general clean up
2023-01-13 18:13:49 +03:00
geoffrey45
4e0837a627
use @vueuse/useClickOutside to hide context menu
2023-01-13 18:13:49 +03:00
geoffrey45
a496d68439
fix removing tracks from queue
2023-01-13 18:13:49 +03:00
geoffrey45
bb66ba70b3
make hotkeys bigger
2023-01-13 18:13:49 +03:00
geoffrey45
ed7f26c12b
add bottom padding to v-scroll-page class instead of individual pages
...
+ Rewrite queue page with @Akryum/vue-virtual-scroller
2023-01-13 18:13:49 +03:00
geoffrey45
858e59f81c
rewrite sidebar queue using @Akryum/vue-virtual-scroller
2023-01-13 18:13:49 +03:00
geoffrey45
f0df274b31
fix indices on album page
...
+ fix playing on album page
+ fix songItem responsiveness on all virtual scroll pages
2023-01-13 18:13:49 +03:00
geoffrey45
9cde9d0aa4
rewrite album view using @Akryum/vue-virtual-scroller
2023-01-13 18:13:49 +03:00
geoffrey45
b3b7da701b
rewrite folder view using @Akryum/vue-virtual-scroller
2023-01-13 18:13:49 +03:00
geoffrey45
1fa7ec4c43
rewrite playlist page with @Akryum/vue-virtual-scroller
2023-01-13 18:13:49 +03:00
geoffrey45
ffecfac8c7
fix playing tracks from search page
2023-01-13 18:13:49 +03:00
geoffrey45
977d9282cb
feat: separate discs in album page
...
+ remove tooltip markup
+ refactor css classnames
2023-01-13 18:13:49 +03:00
geoffrey45
8e258eaf24
rebuild search route with custom pages for tracks, album, and artists
2023-01-13 18:13:49 +03:00
geoffrey45
264406aef4
make playlists list page scrollable
2023-01-13 18:13:49 +03:00
geoffrey45
6fb9c0fc4a
fix scrollbars being hidden when sidebar is disabled on firefox
...
+ rename components, to follow vue style guides
2023-01-13 18:13:49 +03:00
geoffrey45
460695fd87
try an experimental search page redesign
2023-01-13 18:13:49 +03:00
geoffrey45
20151afcf5
fix app grid layout issues
...
+ fully move now playing to bottom bar
+ add hover state to playlist card
+ handle playing tracks from queue page
2023-01-13 18:13:49 +03:00
geoffrey45
0dbc45e20b
modify spacing in grids
2023-01-13 18:13:49 +03:00
geoffrey45
d95b5c6910
handle page resize: to resize track component columns
...
+ revert banner-height from 23rem to 18rem
+ change font to Google Sans
2023-01-13 18:13:49 +03:00
geoffrey45
9cbaa7ecff
fix empty space on virtual scroll layout when the header has no content on folder page
2023-01-13 18:13:49 +03:00