jeffvli
6618eab66f
Fix missing mpris increment on player1 ( #263 )
3 years ago
jeffvli
fca274a9aa
Clean up font declarations
3 years ago
jeffvli
5ea237221a
Remove google fonts, add local font faces
3 years ago
jeffvli
dbe7901385
Add local font files
3 years ago
jeffvli
87f0be11e0
Replace url when using legacy artist page ( #271 )
3 years ago
jeffvli
5af66e7ab9
Revert "Nav to artist albums page if legacy setting enabled ( #271 )"
This reverts commit 9eb251d298
.
3 years ago
jeffvli
9eb251d298
Nav to artist albums page if legacy setting enabled ( #271 )
3 years ago
jeffvli
45f3ed4bf6
Disable layout action bar when logged out ( #267 )
3 years ago
jeffvli
f17a7701ab
Add tableData to list double click handler ( #279 )
This fixes the play order for all sorted song list views
3 years ago
jeffvli
cc5f5d2438
Swap seek/skip button order
3 years ago
jeffvli
ca7629d748
Replace volume slider with new component
3 years ago
jeffvli
378f423488
Adjust slider styling
3 years ago
jeffvli
ec62245661
Enable "stop" button when paused ( #273 )
3 years ago
jeffvli
84accf61e4
Remove manualSeek implementation
Previous slider did not have callbacks for when drag is completed
3 years ago
jeffvli
ef2b56362f
Normalize seek slider behavior
- Update current time on drag/drop
- Memoize formatted times
3 years ago
jeffvli
ded1ffee55
Extend slider props
- Add toolTipType (str 'text' | 'time')
- Add hasToolTip (boolean)
3 years ago
jeffvli
202fed044d
Add custom slider component
3 years ago
jeffvli
a02855ba71
Add react-slider package
3 years ago
jeffvli
3d83d1e3d9
Change scrobble setting default true
3 years ago
Kendall Garner
466ff43205
Fix hot reload on windows
3 years ago
jeffvli
fa8b3552fd
Add invalid entry filtering at song dispatch
3 years ago
Kendall Garner
2e8f021ddf
Fix MacOS compilation, remove last vulnerable package
- typescript has been held to v < 4.6 to make @types/verror (dmg license < dmg builder < electron builder)
- remove extract-text-webpack-plugin: unused?
- in Login.tsx, make defaultChecked for legacyAuth actually a boolean
3 years ago
Kendall Garner
93daa7be0f
Fix dependencies and simpler animation
- Make react/react-dom/test-renderer use the same major version
- Upgrade @types/node to 14.18.0. This was necessary mainly for typing. Update the test versions as well
- Strip out react-animate-css, just use basic css animation fadeIn/fadeOut
- Made linter happy now
3 years ago
Kendall Garner
1cd1fe9739
Make workflow test node version stable
3 years ago
Kendall Garner
3934a8f3a7
Upgrade depencencies, node version
3 years ago
jeffvli
2fac8281e0
Add "Play Random" button to player bar
3 years ago
jeffvli
aac06b4a90
Remove custom tooltip delay on playerbar buttons
3 years ago
jeffvli
edb0ade0b1
Rename "Auto playlist" to "Play Random"
3 years ago
Gelaechter
2d2b938a48
Make volume scaling logarithmic
3 years ago
zackslash
ceea806781
MacOS exit to tray ( #268 )
* respect MacOS menu quit
* exit to tray default for MacOS
* fix lint issues
3 years ago
zackslash
0a8f06d939
Default titlebar for macos ( #269 )
* default titlebar for macos
* fix lint issue
3 years ago
jeffvli
d897ef4fcc
Update for 0.14.0
3 years ago
jeffvli
ff6b512340
Adjust genre list context menu play ( #239 )
- Increase request size from 100 -> 500
- Use totalSongs count to determine when to stop (navidrome)
3 years ago
jeffvli
ece19fb4e1
Add new translation strings / remove incorrect
3 years ago
jeffvli
743152b54a
Remove unused packages
- react-visibility-sensor
Readd chartjs
3 years ago
jeffvli
6cd2766970
Change music type play behavior for cards ( #236 )
- Play the song instead of the full album
3 years ago
jeffvli
f20a03052b
Add arm64 build ( #238 )
3 years ago
jeffvli
a6d9fa525a
Add arch to build artifactName
- Adjust build targets
3 years ago
jeffvli
9d73401376
Remove unused console.log
3 years ago
jeffvli
53cfdcb946
Add stop button to player controls ( #225 )
3 years ago
jeffvli
6cf2be8914
Recheck player pos when using prev-track ( #249 )
3 years ago
jeffvli
69324c9c6c
Send notification on automatic song change
3 years ago
jeffvli
9474e9f173
Fix AppUserModelId for electron main process
3 years ago
jeffvli
631c5efae7
Add config for system notifications
3 years ago
jeffvli
a2ea8096ad
Add ".view" to subsonic API urls
3 years ago
Hirusha Adikari
23e0c39ac8
manually translated sinhala translation ( #254 )
3 years ago
jeffvli
cd8cd60736
Add zoom factor using hotkeys
- Ctrl + Shift + =
- Ctrl + Shift + -
3 years ago
jeffvli
b511a07844
Set music folder for context menu requests
3 years ago
jeffvli
4bf0dbf90b
Add context menu play for genre list
3 years ago
jeffvli
7d7d0ead13
Add getSongsByGenre for jellyfin API
3 years ago