873 Commits

Author SHA1 Message Date
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
881adc0f88 add new folder, playlist and queue icons 2023-01-13 18:13:49 +03:00
geoffrey45
e9848b9073 reduce folderItem color brightness
+ do the same for playlist card
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
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
6adf5df4c6 fix playing tracks on album 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
264406aef4 make playlists list page scrollable 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
52cec1d906 fix: side borders being shown when screen width is smaller than 1720 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
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
6769af2a50 redesign bottom bar 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
d5bf60f93d restyle global search input
~ remove switch button, add click listeners to svg
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
1c3998aa25 feat: check if text is ellipsised before attaching tooltip 2023-01-13 18:13:49 +03:00
geoffrey45
eb8c4e5628 stabilize track components 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
geoffrey45
8fe99a9b44 replace DomRect = null with new DomRect() in vTooltip 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
097c2b4a83 use virtual scroll layout on playlist page
+ fix playlist and album page header width
2023-01-13 18:13:49 +03:00
geoffrey45
f2aee70a8a use virtual scroll page on folder page 2023-01-13 18:13:49 +03:00
geoffrey45
d4f54a21b4 clean components 2023-01-13 18:13:49 +03:00
geoffrey45
74ea700d93 use virtual scroll page layout in album page 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
76a77823c8 try virtualList on QueueView 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
fa8be2cde4 feat: add heart icon on left now playing card 2022-09-20 00:16:26 +03:00
geoffrey45
86dfbeb3ba feat: add a cranky scroll to current in queue method
+ fix: media notification image url
2022-09-19 01:00:16 +03:00
geoffrey45
7f717ca701 fix: indexing issue on queue virtual list 2022-09-19 00:03:55 +03:00