Commit Graph
48 Commits
Author SHA1 Message Date
Drew Weymouth edea337e7f add context menu to tracklist 2023-02-08 16:49:01 -08:00
Drew Weymouth 6963a5de8e add selection to tracklist 2023-02-08 16:49:01 -08:00
Drew Weymouth 5af7b582f5 make bottom panel a little shorter 2023-02-07 18:43:11 -08:00
Drew Weymouth cbfcb0cffc play button in album grid expands on mouseover 2023-02-07 17:14:58 -08:00
Drew Weymouth 9fd6508af0 make artist image displayable in pop-up 2023-02-07 09:31:49 -08:00
Drew Weymouth 58153327e6 fix seek bar changing size with num. digits in track time 2023-02-05 16:56:11 -08:00
Drew Weymouth a6a4444524 albums and genre pages: save/reload search context 2023-02-05 16:38:49 -08:00
Drew Weymouth 56715c5598 add cover art to playlist page 2023-02-05 10:44:12 -08:00
Drew Weymouth 3b3dc780af align numeric list columns to the right 2023-02-03 18:44:00 -08:00
Drew Weymouth 23e6cca7ef add similar artists links to artist page 2023-02-01 20:54:44 -08:00
Drew Weymouth f39140f6ef smaller batch sizes to make search results appear faster 2023-01-28 09:19:42 -08:00
Drew Weymouth fe86cfda47 batch-add albums to infinite scroll grid to slightly improve smoothness 2023-01-28 09:04:17 -08:00
Drew Weymouth 240f37a882 auto-number playlist track list in sequential order 2023-01-26 09:39:13 -08:00
Drew Weymouth c9bd3b5079 clicking album thumbnail on album page shows full size cover popup 2023-01-22 13:21:25 -08:00
Drew Weymouth 96f0748767 add Favorites page and toggle favorite button to album page 2023-01-21 17:31:52 -08:00
Drew Weymouth 373925dc53 make hyperlinks keyboard navigable with space bar 2023-01-19 19:11:10 -08:00
Drew Weymouth 9f42bd6607 bug fix: hide hyperlinks in NowPlayingCard when there is nothing to display 2023-01-18 19:28:39 -08:00
Drew Weymouth c2228c4f42 fix bug with play button not being hidden when albumcard is reused for new album 2023-01-18 19:21:00 -08:00
Drew Weymouth 348d2b0861 add play button to center of album cover in album grid 2023-01-18 18:49:12 -08:00
Drew Weymouth ad4ebfab36 add list header 2023-01-15 12:32:31 -08:00
Drew Weymouth 9ba66b3a70 tweaks to artists list 2023-01-15 11:39:46 -08:00
Drew Weymouth 760bab1ee3 more work on artist list page 2023-01-14 16:52:13 -08:00
Drew Weymouth ab72d0dbdd beginning work toward adding artists and genres pages 2023-01-14 15:26:07 -08:00
Drew Weymouth b47bf6d000 fix clickable area around volume icon 2023-01-11 18:59:53 -08:00
Drew Weymouth 79476c4c67 Merge pull request #25 from dweymouth/develop
Reduce memory and CPU use
2023-01-10 18:58:43 -08:00
Drew Weymouth 1088ab5db2 add click-to-mute to volume control icon 2023-01-10 18:15:23 -08:00
Drew Weymouth df76cbb7b0 remove debug prints 2023-01-09 21:14:03 -08:00
Drew Weymouth 78862f6bf0 save only page state in history and reconstruct page UI 2023-01-09 20:24:15 -08:00
Drew Weymouth bec7608ec4 increase album fetching batch size for infinite scroll 2023-01-07 20:40:09 -08:00
Drew Weymouth 584a160809 add cache warming for album covers to album iterators 2023-01-07 16:24:18 -08:00
Drew Weymouth 3074034e44 move search bar to within albums page (right hand side) 2023-01-06 15:29:49 -08:00
Drew Weymouth 7b3aca6027 refactoring package organization 2023-01-04 17:33:44 -08:00
Drew Weymouth 9ac497e25b album page now highlights currently playing track (with bold/italic font for now) 2023-01-04 17:11:15 -08:00
Drew Weymouth 395f8953e3 fix hyperlink truncating at fixed width 2023-01-04 11:39:20 -08:00
Drew Weymouth a9c854b86b add cover and details to album page 2023-01-03 18:01:19 -08:00
Drew Weymouth 4912e6d180 make artist/album in now playing card navigable 2023-01-03 16:59:16 -08:00
Drew Weymouth f2268ca6f8 minor formatting 2023-01-03 16:43:53 -08:00
Drew Weymouth 44536b8bef adding thick separator to navigation bar and bottom panel 2023-01-03 15:57:35 -08:00
Drew Weymouth e15f3fc2dd minor alignment adjustment 2023-01-02 19:29:32 -08:00
Drew Weymouth 632df5c1b2 add album page showing track listing 2023-01-02 18:05:13 -08:00
Drew Weymouth e309a5ad7f adding tracklist widget and columns layout 2023-01-02 18:03:16 -08:00
Drew Weymouth 97458fa743 show album year on artist page instead of artist name 2023-01-01 10:12:58 -08:00
Drew Weymouth 0ff1b6bafd add artist discography page 2022-12-31 21:13:24 -08:00
Drew Weymouth 87b4762ae1 add custom hyperlink 2022-12-31 16:30:38 -08:00
Drew Weymouth 4f0b2c24c8 add volume slider 2022-12-29 14:40:10 -08:00
Drew Weymouth 105adf4e08 Add sort order selector to albums page 2022-12-28 17:48:52 -08:00
Drew Weymouth ae5b7111bc move search entry to its own file 2022-12-28 10:20:14 -08:00
Drew Weymouth cefb25133e refactor UI for better separation 2022-12-24 16:47:00 -08:00