Commit Graph

188 Commits

Author SHA1 Message Date
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 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 881adc0f88 add new folder, playlist and queue icons 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 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 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 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 fa8be2cde4 feat: add heart icon on left now playing card 2022-09-20 00:16:26 +03:00
geoffrey45 194a615b2d feat: show search icon in header instead of input
+ fix: persistent updating text on update playlist modal
+ move router routes to a separate file
    + lazy import route components
+ remove loading: lazy from songcard
+ remove unused imports on navigation component
2022-09-18 10:07:58 +03:00
geoffrey45 5130f85300 feat: check screen size to enable or disable settings
+ redesign (again!) the playlist cards
2022-09-17 14:24:05 +03:00
geoffrey45 fca59751c4 fix extend to screen width css 2022-09-17 13:05:00 +03:00
geoffrey45 8305df17ba add extend width setting
- has error: is inverted
2022-09-15 17:45:00 +03:00
geoffrey45 65cd2213fa show existing image on update playlist modal
+ some modal cleanup
2022-09-15 17:09:20 +03:00
geoffrey45 94eb198e47 major redesign and refactor
+ centralized urls
+ reduce max app width
+ bump up header height to 23rem
2022-09-15 12:36:30 +03:00
geoffrey45 69b8b17e84 remove folder banner 2022-09-12 21:37:44 +03:00
geoffrey45 47fc7fd705 UI improvements 2022-09-11 14:58:47 +03:00
geoffrey45 96019a4c81 use reactive breakpoints to conditionally render right sidebar
+ use reactive content div width to remove big img on album page header
2022-09-10 22:53:44 +03:00
geoffrey45 32b309b6ee implement reactive breakpoints
+ fix breaking queue page when there's no data
2022-09-10 20:15:20 +03:00
Mungai Njoroge 5770a66d67 Implement fuzzy page search using fuse.js (#86) 2022-09-10 10:46:45 -04:00
geoffrey45 befdf383b6 smoothen button icon interactions 2022-09-06 21:19:35 +03:00
geoffrey45 6e46750270 rewrite queue page to use songlist
+ add nav components to queue page
+ revert tooltip to undo handling updates - I can't find
a viable solution to the updates problem
2022-09-06 18:53:26 +03:00
geoffrey45 90514c8080 handle tooltip text updates 2022-09-06 13:02:56 +03:00
geoffrey45 de1c232973 fix tooltip being shown when parent is unmounted 2022-09-04 16:07:05 +03:00
geoffrey45 b7c158a785 rewrite search tabbing 2022-09-04 15:30:23 +03:00
geoffrey45 24bfa73ab6 use directive to add tooltip
+ change grid size for search page
+
2022-09-04 12:48:56 +03:00
geoffrey45 ed8de1ecda show plain background if playlist has no banner image 2022-09-02 17:26:22 +03:00
geoffrey45 c20bbd795c remove background colors
-
try to imitate Google's design of things
it makes UI look declattered
-
2022-09-02 16:05:11 +03:00
geoffrey45 ca211b6dcf add queue page 2022-08-28 15:37:46 +03:00
geoffrey45 2c5afdf2c4 show use_alt_np as disabled if dependent setting is disabled
+ add getters to settings store
+ add use sidebar setting
2022-08-28 02:14:37 +03:00
geoffrey45 b019fa22c4 remove content div margin bottom if alt_np is not shown 2022-08-27 22:17:24 +03:00
geoffrey45 d3d7d1f139 use img in playlist card
+ use $black background on right sidebar
2022-08-27 10:00:42 +03:00