jeffvli
3122a1595d
Fix dynamicBackground height calculation
- No longer extends vertically into the PlayerBar
3 years ago
jeffvli
ef07d7b259
Update player play/pause styling
3 years ago
jeffvli
18fb512e7b
Set mocked settings to separate file
3 years ago
jeffvli
15cf9de9c2
Fix player break in fade when nav to NowPlaying
- Add better handling to pause/play when the current index changes
- Add better audio handling when switching songs
3 years ago
jeffvli
fd2fc9e9db
Add arbitrary check when increment/decrement
This check will automatically reset the player1 ref's currentTime value
back to 0 so that the bar doesn't temporarily lag at it's previous value
3 years ago
jeffvli
c032460651
Fix failing tests with electron-settings in redux
Tests were failing due to being unable to find the settings file while
running tests.
3 years ago
jeffvli
b8c8cbbc0b
change login check from getUsers -> getScanStatus
3 years ago
jeffvli
2e78f5f136
Add actions to add and remove context menu buttons
3 years ago
jeffvli
40cf38a714
Fix column to use lowercase data
NowPlayingView, ListView, and PlaylistView now properly sort by
lowercase, or if a non-string, by that datatype instead
3 years ago
jeffvli
174d8ce029
decrease list click delay from 300 -> 100
Since we removed the floating selection bar, it makes sense to no longer have a long delay on click. Decreasing the single-click interval increases the responsiveness of the list, while still allowing double clicks to function as normal.
3 years ago
jeffvli
b0c101604f
add experimental dynamic background
3 years ago
jeffvli
637dd24eb7
add entire current song to redux state
Previously, only a few of the current song metadata items were easily accessed via the playQueue state.
3 years ago
jeffvli
6dc472286a
change cache image size from 300px -> 500px
3 years ago
jeffvli
1f01c6d2fb
update playerbar styling
- icon colors
- icon sizes
3 years ago
jeffvli
2f64bfc4d0
update slider styling
- hover, drag color
3 years ago
jeffvli
544585063b
rename songList settings
- songList -> musicList for consistency with api
- fix miniList settings
- fix font settings
3 years ago
jeffvli
1eb80a4281
update card styling
- remove border radius
3 years ago
jeffvli
ce74feca69
add context menu star functionality
- resize buttons
- revert back to default api for star/playlist due to 200 responses
- add sleep util function
3 years ago
jeffvli
a9f26247f5
remove srcIsSet check due to player breaking
3 years ago
jeffvli
874d364a6a
update tooltip styling
- set default transparent to remove sidebar tooltips
- increase delay for playerbar control tooltips
3 years ago
jeffvli
f16fdda0d5
update listType for list view
- make naming consistent for star/unstar
3 years ago
jeffvli
87bb21820e
update contextmenu
- move to root app
- styling changes
3 years ago
jeffvli
f53f310387
update playlist endpoints
3 years ago
jeffvli
9af6e15bef
remove selection bar
3 years ago
jeffvli
4f8be81669
update toast
- allow any message
- add title case for title
- customize styling
3 years ago
jeffvli
63012f4035
add initial context menu
fix default click
- remove preventDefault() from root container
3 years ago
jeffvli
05d9ed63cb
bump node-sass to latest
- dependency for macos/linux
3 years ago
jeffvli
cf9b8a0c8c
update playlist save, add playlist delete
- split logic between saving small/large playlists
- add axios retry
3 years ago
jeffvli
d20f2e3c5f
change window minWidth from 800 -> 640
3 years ago
jeffvli
6f3919b738
fix table sort logic
3 years ago
jeffvli
533564dd33
add src set check
3 years ago
jeffvli
e513cdd381
add toasts
3 years ago
jeffvli
cb9dc19d83
add playlist drag/drop, save, undo
3 years ago
jeffvli
443e423ff7
fix player1 when moving to new page while fading
3 years ago
jeffvli
829b001e48
update mock state
3 years ago
jeffvli
bcf43754ee
player fixes
3 years ago
jeffvli
ea4b708d8f
move player src to redux, fix gapless
3 years ago
jeffvli
98007565ec
fix index when on player2
3 years ago
jeffvli
022251d663
change nowplaying row to use uniqueId
3 years ago
jeffvli
969f0f9b3b
remove play/pause spin
3 years ago
jeffvli
695a5953a3
update play/pause timeout, method for pause
3 years ago
jeffvli
5c219dd3a6
add timeout for initial playback
3 years ago
jeffvli
5ca59f971a
split sort logic between nowPlaying and other list
3 years ago
jeffvli
7601626f38
fix dev renderer
3 years ago
jeffvli
a9ffc16137
fix sort range select
3 years ago
jeffvli
2b18acf463
add timeout to track change
3 years ago
jeffvli
a4dbb55af5
clean up sort
3 years ago
jeffvli
3574baef71
add initial list sort
3 years ago
jeffvli
fa64f1aef9
add additional comments, clean up drag code
3 years ago
jeffvli
1e328aa472
change autoscroll position from 1 -> 2 rows
3 years ago