Drew Weymouth
|
33f456c94d
|
Merge pull request #162 from dweymouth/feature/albumviewfilter
Add album filters (excl. genre filter for now) to album grid views
|
2023-05-12 19:32:15 -07:00 |
|
Drew Weymouth
|
35b2bcb261
|
add album filters to favorites page
|
2023-05-12 19:29:02 -07:00 |
|
Drew Weymouth
|
4730b74039
|
add album filters to genre page
|
2023-05-12 09:22:49 -07:00 |
|
Drew Weymouth
|
c97edef403
|
let Ctrl+A select all tracks on favorites page w/ track view active
|
2023-05-11 16:54:54 -07:00 |
|
Drew Weymouth
|
87ae111cb2
|
more work on album filters
|
2023-05-11 16:45:47 -07:00 |
|
Drew Weymouth
|
0a20299cf4
|
add albumfilterdialog
|
2023-05-11 08:55:11 -07:00 |
|
Drew Weymouth
|
882f951aa1
|
add AlbumFilter to backend album iterators
|
2023-05-11 08:54:18 -07:00 |
|
Drew Weymouth
|
5634dfcfc1
|
simplify SearchEntry and extract a debouncer util func
|
2023-05-10 21:05:17 -07:00 |
|
Drew Weymouth
|
2ef0282c0b
|
update module import paths
|
2023-05-07 09:53:34 -07:00 |
|
Drew Weymouth
|
2d3fb4be3a
|
Merge pull request #154 from dweymouth/feature/lighttheme
Add light theme
|
2023-05-03 17:49:42 -07:00 |
|
Drew Weymouth
|
bafcfc399a
|
Update genrepage.go
|
2023-05-03 17:47:14 -07:00 |
|
Drew Weymouth
|
750bc71ef1
|
fix last few non-themed icon references
|
2023-05-03 17:33:01 -07:00 |
|
Drew Weymouth
|
fd01e37260
|
add menu button to playlist page with add to queue, add to playlist actions
|
2023-05-02 18:09:56 -07:00 |
|
Drew Weymouth
|
76657b5c1c
|
Fix #136: add context menu to album and playlist grid views
|
2023-05-02 17:50:35 -07:00 |
|
Drew Weymouth
|
64091bb84c
|
cleanup from bad merge conflict 1: fix build errors
|
2023-05-01 17:56:13 -07:00 |
|
Drew Weymouth
|
61d8d6916a
|
move ThemedRectangle to theme package
|
2023-05-01 17:50:00 -07:00 |
|
Drew Weymouth
|
6c81db4398
|
switch to simpler way of themeing PNG icons
|
2023-05-01 17:49:59 -07:00 |
|
Drew Weymouth
|
0d8c7d3830
|
fix type casting crash
|
2023-05-01 17:45:35 -07:00 |
|
Drew Weymouth
|
cdac9ae66f
|
update rest of icons to themed
|
2023-05-01 17:42:09 -07:00 |
|
Drew Weymouth
|
94157b3a00
|
more light theme work: themed icon button, colors adj
|
2023-05-01 17:40:39 -07:00 |
|
Drew Weymouth
|
4711a2b196
|
more work on light theme colos
|
2023-05-01 17:34:25 -07:00 |
|
Drew Weymouth
|
118b19aa13
|
optimization: don't create page if it won't be navigated to
|
2023-04-30 12:16:35 -07:00 |
|
Drew Weymouth
|
053474f669
|
make track title in bottom panel link to Now Playing page
|
2023-04-30 10:17:34 -07:00 |
|
Drew Weymouth
|
ae1b767255
|
move playlist reorder options to submenu
|
2023-04-29 11:24:13 -07:00 |
|
Drew Weymouth
|
31e82ae367
|
refactor: generic SliceContains
|
2023-04-29 10:21:40 -07:00 |
|
Drew Weymouth
|
58ed3d10db
|
save playlists page view setting
|
2023-04-28 20:06:17 -07:00 |
|
Drew Weymouth
|
9b1349b0ac
|
add grid view option to playlists page
|
2023-04-28 19:28:20 -07:00 |
|
Drew Weymouth
|
753e7f9bcc
|
refactor 2: use generic model for grid view
|
2023-04-28 17:25:57 -07:00 |
|
Drew Weymouth
|
cf4540eb32
|
refactor 1: renaming
|
2023-04-28 16:50:35 -07:00 |
|
Drew Weymouth
|
56b67097b9
|
"tracks" -> "track" for single-track albums and playlists
|
2023-04-25 17:08:51 -07:00 |
|
Drew Weymouth
|
410538699c
|
fix #141: don't crash when switching artist page view if invalid artist or page not loaded
|
2023-04-23 10:37:43 -07:00 |
|
Drew Weymouth
|
1171916449
|
persist tracklist column visibility change immediately
|
2023-04-21 19:13:48 -07:00 |
|
Drew Weymouth
|
cf22503610
|
make search bar on tracks page Ctrl+F focusable; reset tracklist selection on clear
|
2023-04-20 21:27:46 -07:00 |
|
Drew Weymouth
|
78ed013466
|
make tracks page show now playing + tracklist now playing refactor
|
2023-04-20 21:07:31 -07:00 |
|
Drew Weymouth
|
6b57df78a9
|
adjust position of tracks page search bar
|
2023-04-20 19:56:29 -07:00 |
|
Drew Weymouth
|
7a04d502fe
|
add search to tracks page
|
2023-04-20 19:24:44 -07:00 |
|
Drew Weymouth
|
5e8c450d76
|
add TracksPage
|
2023-04-20 19:24:44 -07:00 |
|
Drew Weymouth
|
e61dace0dd
|
#136: add menu button to album page with options to add album to queue or playlist
|
2023-04-19 18:13:31 -07:00 |
|
Drew Weymouth
|
37e78f0c03
|
allow Ctrl+F to focus the search bar on artists, genres, playlists pages
|
2023-04-11 17:04:27 -07:00 |
|
Drew Weymouth
|
19a45b7361
|
Fix #115: add search to artists, genres, and playlists pages
|
2023-04-10 17:38:33 -07:00 |
|
Drew Weymouth
|
aee6221691
|
Fix #55: show disc number and disc count for multi-disc albums
|
2023-04-09 13:14:39 -07:00 |
|
Drew Weymouth
|
c6e655a704
|
fix #125 - search state not being properly restored
|
2023-04-08 18:49:32 -07:00 |
|
Drew Weymouth
|
7164fa15c6
|
quick minSize optimizations
|
2023-04-02 10:40:55 -07:00 |
|
Drew Weymouth
|
10fe1d9f88
|
fix regression: add back OnTapped handler to artist image
|
2023-03-27 18:04:24 -07:00 |
|
Drew Weymouth
|
0c1b293f68
|
add reorder tracks options to playlist page context menu
|
2023-03-25 11:18:22 -07:00 |
|
Drew Weymouth
|
163d195032
|
use coverArt ID instead of album ID to fetch images
|
2023-03-20 18:14:02 -07:00 |
|
Drew Weymouth
|
2380caab35
|
add caching of artist images
|
2023-03-19 11:01:20 -07:00 |
|
Drew Weymouth
|
60b7b93ee2
|
add edit/delete playlist functionality
|
2023-03-17 17:17:02 -07:00 |
|
Drew Weymouth
|
f6efe6c9c9
|
add some comments and rename *ArtistGenrePlaylist* -> *ArtistGenreList*
|
2023-03-14 10:32:19 -07:00 |
|
Drew Weymouth
|
26c6ee7ac8
|
move HSpace to util package
|
2023-03-14 10:21:22 -07:00 |
|