Alexander Welsing
4918b412b2
Album radio ( #1759 )
...
* added album radio feature
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-26 20:33:00 -08:00
jeffvli
9950e51d45
remove lazy loading from context menu initialization
2026-02-13 15:01:18 -08:00
jeffvli
022b83ab32
fix playlist add returning zero results on modal menu ( #1695 )
2026-02-11 00:35:22 -08:00
jeffvli
50c3dbc0a0
set first item of track radio to the triggering item
2026-02-02 21:18:29 -08:00
jeffvli
72ab1dc8a0
add download context menu action for browser
2026-01-31 00:41:48 -08:00
jeffvli
dbfb547af9
remove favorite/rating handlers from PlayerContext to prevent rerenders from consumers
2026-01-21 01:57:47 -08:00
Kendall Garner
cf428a14a3
fix left control and context menu image display for queue items of different server
2026-01-18 08:35:19 -08:00
jeffvli
ef5daad1dd
add more dynamic imports to optimize bundle
2026-01-17 07:32:16 -08:00
Kendall Garner
2fdc214c21
remove download icon from non-electron contexts
2026-01-07 21:56:53 -08:00
jeffvli
a66c67e86d
optimize settings store
2026-01-03 01:01:54 -08:00
jeffvli
e696c0c636
add context menu item to show song in file manager ( #1397 )
2026-01-02 01:32:51 -08:00
Leonardo Salgueiro
df0d4b7032
feat: adding setting to show/hide user ratings ( #1426 )
...
* adding show/hide user ratings setting
2025-12-28 01:04:50 -08:00
jeffvli
856400048b
fix image on context menu preview
2025-12-27 14:25:57 -08:00
farfromrefuge
a322717e0e
feat: add artist radio and track radio (in context menu) ( #1437 )
...
* Add API support for artist radio and track radio features
* Add translation strings and settings UI for artist radio count
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2025-12-23 20:46:19 -08:00
jeffvli
8464ed439e
use success notification instead of warn on 0 playlist entries added ( #1393 )
2025-12-15 21:15:20 -08:00
jeffvli
752b191ad7
optimize playlist edit modal ( #1234 )
...
- remove user list fetch if not admin
- move to context modal to allow dynamic content
2025-12-14 04:43:48 -08:00
jeffvli
20aa65f16a
restrict playlist actions by permission
2025-12-07 18:28:17 -08:00
jeffvli
2f2dbbde3e
fix play / add to playlist from playlist ctx menu
2025-12-07 16:48:47 -08:00
jeffvli
d8b190c2b7
add skip to duplicates to playlist ctx menu - persist value
2025-12-07 12:39:28 -08:00
Kendall Garner
766756f64a
add to playlist context menu for playlist songs
2025-12-06 17:55:12 -08:00
jeffvli
0a7029f7bc
add support for full playlist re-order ( #1327 )
2025-12-06 17:41:13 -08:00
Kendall Garner
126b5ed67d
notify when song added to playlist by context menu
2025-12-06 17:11:01 -08:00
jeffvli
20830cb979
fix playlist song list context menu showing remove item
2025-12-03 22:25:41 -08:00
jeffvli
cb2581252b
remove _custom query usage for playlists
2025-12-03 18:31:42 -08:00
jeffvli
917bf91583
add folder browsing support ( #315 )
2025-12-03 14:55:16 -08:00
jeffvli
7701ea0a8c
support multiple items in item details modal
2025-12-02 17:23:18 -08:00
jeffvli
196289edb3
handle rating in context menu
2025-11-29 22:22:57 -08:00
jeffvli
de3c7de7e5
update get info modal design
2025-11-29 20:31:21 -08:00
jeffvli
cba7cbfdfa
add edit playlist to context menu
2025-11-29 20:18:55 -08:00
jeffvli
108ba53be2
lint all files
2025-11-29 19:33:42 -08:00
jeffvli
9b17d3513a
handle context menu on playlist songs
2025-11-29 19:33:40 -08:00
jeffvli
06d0c715af
reimplement smart playlists
2025-11-29 19:33:40 -08:00
jeffvli
4fc036f4ea
add context menu selection preview
2025-11-29 19:33:40 -08:00
jeffvli
1763f666b5
add more shuffle play modes
2025-11-29 19:33:38 -08:00
jeffvli
c763824803
add basic mobile responsive layout
2025-11-29 19:33:35 -08:00
jeffvli
142a6d6512
add default playaction to play context menu click
2025-11-29 19:33:33 -08:00
jeffvli
2f6ef7906f
handle song selection in context menu play action
2025-11-29 19:33:32 -08:00
jeffvli
4ba7306855
migrate contextModal props
2025-11-29 19:32:26 -08:00
jeffvli
b5eadb64a1
various cleanup
2025-11-29 19:32:25 -08:00
jeffvli
8eb90ebf06
add new context menu implementation
2025-11-29 19:32:24 -08:00
jeffvli
550ba4f768
temporarily remove old player implementations to prevent broken app
2025-11-29 19:30:46 -08:00
jeffvli
c7a473d864
refactor api controller to internalize server fetch
2025-11-02 21:56:35 -08:00
jeffvli
b685ec370a
remove barrel files in renderer
2025-11-02 01:39:01 -07:00
jeffvli
8115963264
upgrade and refactor for react-query v5
2025-11-02 01:38:47 -07:00
Kendall Garner
1a176fd118
Refactor add to playlist modal ( #1236 )
...
* Refactor add to playlist modal
* redesign base modal component, add ModalButton component
* improve visibility of filled button focus
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2025-11-01 21:57:12 -07:00
Kendall Garner
c448352ec8
fix linter error
2025-09-26 17:30:20 -07:00
Kendall Garner
1d46cd5ff9
client-side only sort for all playlists ( #1125 )
...
* initial client-side only sort for all playlists
* allow reordering jellyfin (assume it works properly) and navidrome
* on playlist page, add to queue by sort order
2025-09-17 21:06:30 -07:00
jeffvli
ab8c3ad0ec
handle initial rating for multiple items in context menu
2025-09-10 20:32:34 -07:00
Kendall Garner
dc03a432fe
add initial rating when a single item is provided in context menu
2025-09-10 20:20:56 -07:00
Kendall Garner
751ad55d02
remove all node selectors in useClickOutside
2025-09-10 17:49:13 -07:00