jeffvli
63b1e3a51b
Change genreList to sort by songCount by default
3 years ago
jeffvli
1d384cf170
Move list drag styling to className
- Using the individual cells caused breaks between columns
3 years ago
jeffvli
139e16bb63
Add background to placeholder
3 years ago
jeffvli
4b7a972cdc
Change searchQuery filter from id to uniqueId
Using id instead of uniqueId meant that only a single entry would show
up in the list despite there being duplicates
3 years ago
jeffvli
774f763342
Change flexGrow of created/modified from 1 -> 2
3 years ago
jeffvli
b63cc28e4f
Change wording for add to queue toast
3 years ago
jeffvli
a230f605f1
Remove invalid songs from getRandomSongs
3 years ago
jeffvli
7f0ffc6ce7
Remove console.log on player error
- Does not add any relevant information on the error
- Starts spamming the console if a corrupted song is in the player src
3 years ago
jeffvli
1d23669212
Prevent caching of undefined/invalid
3 years ago
jeffvli
b7038c75d4
Move list-view favorite handler outside component
3 years ago
jeffvli
b48e9e182f
Add button to play random songs
3 years ago
jeffvli
e91bfd09c7
Change tooltip queue -> mini to prevent overflow
3 years ago
jeffvli
d864b2ac6a
Update default settings
- Resizable -> flexGrow columns
- Grid card size 150 -> 175
- Volume 0.5 -> 0.3
- misc list row/font sizes
3 years ago
jeffvli
817f382832
Add config for resizable vs flexGrow columns
3 years ago
jeffvli
8f2ede75ef
Update gapless disclaimer
3 years ago
jeffvli
409c9d910e
Add logo to login page
3 years ago
jeffvli
c2d9301db9
Add updated asset icons
3 years ago
jeffvli
d21301c5d4
Change secret
3 years ago
jeffvli
8c57338a70
Add id to genre request to fix playing row check
3 years ago
jeffvli
684f697bbc
Fix null artist biography breaking spacing
3 years ago
jeffvli
73dfbc912b
Remove zIndex from mini view to allow context menu
3 years ago
jeffvli
ff28edf572
Fix player number when volume fade is disabled
3 years ago
jeffvli
9de13e780a
Fix publish action
- Change branch name from master -> main
- Remove apple signing
3 years ago
jeffvli
899d8b033d
Disable folder sidebar option
3 years ago
jeffvli
fbe5a3212b
Add clear artist cache, add success toasts
3 years ago
jeffvli
2be50e2229
Fix height and fontSize setting for song table
3 years ago
jeffvli
ab42dfd799
Add panel to table search
3 years ago
jeffvli
2d2bf391a3
Add refetch for search on favorite
3 years ago
jeffvli
4c34a52cd4
Swap recent and newest album requests
3 years ago
jeffvli
0532a0317c
Move cacheImage, cachePath outside of card
- Optimize performance
3 years ago
jeffvli
56fcafa501
Remove console logs
3 years ago
jeffvli
803861cc48
Add additional validation for data
3 years ago
jeffvli
52d231d3ee
Add search results page
3 years ago
jeffvli
427faf1178
Remove external horizontal scroll menu dependency
3 years ago
jeffvli
e808ff0e91
Fix grid card size styling
3 years ago
jeffvli
901fd6f501
Add new placeholder icon
3 years ago
jeffvli
d116853e6b
Add esc to clear search
3 years ago
jeffvli
d79a065f4b
Change keyCode to key
3 years ago
jeffvli
dd0543dac5
Add query params for tab nav
3 years ago
jeffvli
50db436f8e
Decrease volume slider delay from 200 -> 100
3 years ago
jeffvli
314b3c29ff
Add flexGrow columns, and missing metadata fields
3 years ago
jeffvli
13db48003d
Remove divider between play and add
3 years ago
jeffvli
8002f4da35
Change default light theme colors
3 years ago
jeffvli
3c669ceb0b
Decrease sidebar font size
3 years ago
jeffvli
9d2e294cb2
Add additional error checks to playlist save
Change clearPlaylist to include empty songId
- Needed for navidrome to empty the playlist
3 years ago
jeffvli
81c5c49158
Fix undefined context menu row type, add tooltips
3 years ago
jeffvli
96b781e3ff
Add 'play' context menu action
3 years ago
jeffvli
b3f738507a
Change max row height from 100 -> 250
3 years ago
jeffvli
a9ba2a2d2b
Change selected row to use class instead of prop
- Fix rsuite table bug causing border gaps on certain scroll positions
3 years ago
jeffvli
518fb4c9f0
Add genre list page
-
- Add genre sort to getAllAlbums api
- Add genres to sortType picker
- Add router query param for sortType on album list
- Remove deprecated LibraryView page
3 years ago