jeffvli
7d7d0ead13
Add getSongsByGenre for jellyfin API
3 years ago
jeffvli
226db88b34
Update getSongsByGenre for subsonic API
3 years ago
jeffvli
c20cd5cf01
Fix clearing the playqueue from contextmenu ( #248 )
3 years ago
ami-sc
9c9b2938a8
Add Spanish translation
3 years ago
jeffvli
439c3fb16b
Fix order of entries when playing by folder ( #240 )
3 years ago
jeffvli
85f3c22804
Remove windows cover thumbnail ( #242 )
3 years ago
jeffvli
ccde70b6f3
Add new screenshots & demo instructions
3 years ago
jeffvli
2e65bc1024
Update for 0.13.1
3 years ago
jeffvli
2b3e36f2cd
Add multiple releases to the update notice
3 years ago
jeffvli
66ca03f746
Fix default settings not creating ( #237 )
This happened due to adding the config reducer to the main process. Since it tries to set up the initial state, the current implementation was failing since it wasn't trying to use the mock settings.
3 years ago
jeffvli
e3e7883881
Update windows publish to add deps
Get msvs version
Set msvs_version 2019
3 years ago
jeffvli
f55706eee6
Update for 0.13.0
3 years ago
jeffvli
2dfb951cbe
Add new translation strings
3 years ago
jeffvli
13c3d5b560
Add setAppUserModelId for Windows
3 years ago
jeffvli
60a46ae0f9
Only allow left click for mouse drag select
This change is due to Linux's right click interaction with the list breaking the current selection
3 years ago
jeffvli
2fb86935ec
Check player status before sending mpris interval
3 years ago
jeffvli
809e8ab1c7
Add undefined check when decrementing song ( #230 )
3 years ago
jeffvli
2e30ca6424
Adjust button positions
3 years ago
jeffvli
0f7575f10e
Adjust sidebar playlist styling
3 years ago
jeffvli
251e4ba721
Add playlist as option for start page ( #226 )
3 years ago
jeffvli
58d567622e
Fix sidebar config persistence
3 years ago
jeffvli
880e6ae6e1
Improve tray functionality ( #225 )
- Add playback buttons
- Move configs to redux state
3 years ago
jeffvli
943101a1d2
Add useRating hook, refactor components
3 years ago
jeffvli
8853a74d32
Fix artist favorite status return (jellyfin)
3 years ago
jeffvli
3633e4a62c
Add useFavorite hook, refactor components
3 years ago
jeffvli
5bf4267d00
Rename playhandler hook, refactor components
3 years ago
jeffvli
39afae746d
Add undefined check for artist
3 years ago
Dickson
52fa23a812
Add labels for screen readers to various regions of the UI
3 years ago
Dickson
3a35d29c25
Make various buttons across the UI accessible for screen reader users
There are 2 types of buttons:
1. Buttons with purely iconic labels
2. Buttons that have a label that displays on hover
The tooltip component from rsuite doesn't implement the aria tooltip
pattern,
hence I added labels to the triggering control instead as a workaround
3 years ago
jeffvli
1efd60ac5b
Add better check for next search page
3 years ago
jeffvli
f27ad265f5
Redo searchbar styling, add playback buttons
3 years ago
jeffvli
09b869284c
Add "Play" type
3 years ago
jeffvli
ee8dcba5e5
Remove "Entry" type in favor of Song
3 years ago
jeffvli
f267757e3f
Add usePlayHandler hook
3 years ago
jeffvli
85bd3d391c
Fix table button font
3 years ago
jeffvli
e9475a9c65
Change playerbar display from albumArtist to artist ( #218 )
3 years ago
jeffvli
f4d79e14ba
Fix table click handlers
3 years ago
jeffvli
7967c760ab
Fix bitrate return type on Jellyfin ( #220 )
3 years ago
jeffvli
2474dc5aaa
Add undefined check when incrementing song ( #230 )
3 years ago
jeffvli
0044bf0b85
Enforce configured font on popups/tooltips
- Move setting from misc -> config state
3 years ago
jeffvli
5b04fecc83
Fix table button font prop
3 years ago
jeffvli
28f86fa2d0
Fix sidebar item hide prop
3 years ago
jeffvli
38dbbc814b
Fix scrobble condition based on setting
3 years ago
jeffvli
f2ed0e7d5e
Reset player volume when resetting song ( #228 )
3 years ago
jeffvli
d897629db2
Update search page UI
3 years ago
jeffvli
5b55588b06
Add queryclient to test
3 years ago
jeffvli
c8a1f4bfca
Remove user-select from checkbox
3 years ago
jeffvli
3ab15260d6
Decrease brightness for disabled buttons
3 years ago
jeffvli
dbda522c6f
Refactor search API
- Improve support for pagination
3 years ago
jeffvli
2e4373f465
Update search bar UI
3 years ago