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
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
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
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
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
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
39fd43aff0
fix clicking twice outside context menu to hide
2023-01-13 18:13:49 +03:00
geoffrey45
823b52fc04
fix page search input being focusable when hidden
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
a496d68439
fix removing tracks from queue
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
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
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
278439eee8
use div scroll method to scroll to current song in queue
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
446536f2d8
use v-auto-animate small parts of the UI
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
62b9aa7a3e
Redesign page search input area
...
+ redefine global search input colors
+ redesign settings page
+ move settings text to a strings module
+ add title and description to now playing settings
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
56749ddfd9
add initial bottom bar
...
+ use a hacky grid to position bottom bar for chrome compatibility
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
a9f8cc63ea
replace popperjs tooltip with html title attribute
...
~ to reduce the amount of javascript at the cost of ugly tooltips
2023-01-13 18:13:49 +03:00
geoffrey45
61750f7126
fix ArtistName component width calculation in vTooltip
...
+ add tracklist breakpoints to virtual scroll page layout
2023-01-13 18:13:49 +03:00
geoffrey45
eb8c4e5628
stabilize track components
2023-01-13 18:13:49 +03:00
geoffrey45
09453fc419
remove test header from queue page
2023-01-13 18:13:49 +03:00
geoffrey45
45d91f0382
try to fix scrollbar differences
...
+ add hover states to albumcard and artist card
2023-01-13 18:13:49 +03:00
geoffrey45
703ea71514
extract virtual scroller page into a layout
2023-01-13 18:13:49 +03:00
geoffrey45
e03ed66f44
fix: use innerText as tooltip text instead of bindings
...
-
this fixes the updates problem
-
2022-09-21 01:32:28 +03:00
geoffrey45
021cdb4ec5
feat: use @vueuse/useVirtualList on sidebar queue
2022-09-18 23:42:21 +03:00
geoffrey45
1ae48a1a43
add heart icon for favoriting on songitem
2022-09-18 22:45:35 +03:00