Commit Graph

32 Commits

Author SHA1 Message Date
Mungai Njoroge 5770a66d67 Implement fuzzy page search using fuse.js (#86) 2022-09-10 10:46:45 -04:00
geoffrey45 d830412035 reset album page bottom padding if scrollTop == 0 2022-07-06 17:38:33 +03:00
geoffrey45 30020423d1 add a click to expand area 2022-07-06 17:38:33 +03:00
geoffrey45 77a5d2b7c2 send processing album colors to a background thread
- use white color as default album page play button color
- return 404 if album is None on get_album_bio()
2022-07-06 17:38:33 +03:00
geoffrey45 f919ce35df try new bottom components 2022-07-06 17:38:33 +03:00
geoffrey45 6cf9a58d6d 🔷 add PlayingFrom component to right sidebar
🔷 move upNext card into separate component
🔷 a lot of refactors
2022-04-03 21:47:57 +03:00
geoffrey45 42df577c1b [server] fix watchdog 2022-04-03 09:38:52 +03:00
geoffrey45 dbb27734fe major refactors
- add album page store
- show loaders in beforeEnter guards
- show bitrate on now playing card
- etc
2022-04-03 01:03:32 +03:00
geoffrey45 30140cc739 move now playing card to left sidebar
- remove title card in featured artists
2022-03-18 19:59:33 +03:00
geoffrey45 38df211882 more refactoring 2022-02-23 21:48:57 +03:00
geoffrey45 5e48496ccb minor color refactors 2022-02-22 09:58:09 +03:00
geoffrey45 92c2443c7c minor refactors 2022-02-19 22:12:10 +03:00
geoffrey45 a6bb5059b0 add new album header 2022-02-19 18:43:17 +03:00
geoffrey45 5446b1fe4b prevent type coercion
- remove unused imports
- minor refactors and cleanups
2022-02-16 15:06:29 +03:00
geoffrey45 73dec9189e fix albumView using watch function
- other minor changes to almost all files
2022-02-02 21:45:23 +03:00
geoffrey45 7689f13fdc break down search component into smaler components 2022-01-23 10:27:39 +03:00
geoffrey45 7945c04a06 create re-usable components 2022-01-22 12:04:33 +03:00
geoffrey45 1d1e697fd2 major refactors
- remove jpgs
- add new album header
- remove duplicate components
- display album bio on client
- add a route loader module
- change color scheme
- other minor changes
2022-01-18 20:51:22 +03:00
geoffrey45 2ee8d27bf0 server: add get album bio from last fm function
- co-written by Github Copilot
2022-01-17 12:32:27 +03:00
geoffrey45 a720891c20 add featured artists in albumview 2022-01-15 18:18:55 +03:00
geoffrey45 3f52bb74d8 use promise to scroll to current in queue box 2021-12-27 20:08:16 +03:00
geoffrey45 7d0f38755b add albums from the same artist to album view 2021-12-12 02:49:42 +03:00
geoffrey45 e970324314 add songs and featured artists to album view 2021-12-12 00:52:39 +03:00
geoffrey45 24741640ea minor refactoring 2021-12-11 13:55:12 +03:00
geoffrey45 a7474d65e9 reduce featured artists height 2021-12-11 10:03:23 +03:00
geoffrey45 3beab7b0a1 somethings I don't remember 2021-12-10 22:53:27 +03:00
geoffrey45 aed2c74975 add album explorer 2021-12-10 18:34:34 +03:00
geoffrey45 0fa55eeeae minor refactors 2021-12-10 16:59:28 +03:00
geoffrey45 43c1f70380 implement wheel scroll on featured artists.
add next-prev buttons too
2021-12-10 16:10:06 +03:00
geoffrey45 a96b76748f add options button to playlist view 2021-12-10 07:52:06 +03:00
geoffrey45 1e15a0c51d add horizontal scroll to featured artists 2021-12-08 18:06:25 +03:00
geoffrey45 e1e0df44c4 add featured artists in playlist view 2021-12-08 16:39:26 +03:00