jeffvli
|
d195d0540f
|
Change input picker color from main -> text
|
3 years ago |
jeffvli
|
c8e7f559db
|
Add macOS style titlebar (#23)
- Add macOS titlebar icons
- Add config in miscSlice
- Fix title line height
|
3 years ago |
jeffvli
|
9f13377f24
|
Add undefined check for scrobble
|
3 years ago |
jeffvli
|
8e18ff696a
|
Change order of play next/later for consistency
|
3 years ago |
jeffvli
|
3a718f79fd
|
Fix tooltip wording from last -> later
|
3 years ago |
jeffvli
|
b1e2532985
|
Add scroll buttons to horizontal menu
|
3 years ago |
jeffvli
|
757305dc8f
|
Fix section title styling on search view
|
3 years ago |
jeffvli
|
3107bdfb8f
|
Normalize and add tooltips
- Card title and subtitle
- Artist and album on list
- Art on playerbar
|
3 years ago |
jeffvli
|
bc573c0d23
|
Adjust tooltip styling to theme
|
3 years ago |
jeffvli
|
85f301f6a9
|
Remove red from disconnect button
|
3 years ago |
jeffvli
|
b1307993ab
|
Add version check in config page
|
3 years ago |
jeffvli
|
c618e59a56
|
Add indicator for starred albums/artists in grid
|
3 years ago |
jeffvli
|
ea72dd9ac2
|
Refactor player functions using useCallback
- Previously was using local state with useEffect to update
|
3 years ago |
jeffvli
|
ace388b3b4
|
Make scrobbling configurable, clean up logic (#17)
|
3 years ago |
jeffvli
|
c44a305341
|
Move play button to bottom
|
3 years ago |
jeffvli
|
42e8b7d569
|
Add play next buttons on all pages
- Decrease button sizes to account for added button: lg -> md
- Use dynamic button sizing on card depending on card size
|
3 years ago |
jeffvli
|
dcd2ee1cc1
|
Adjust subtitle width to accomodate page buttons
- Playlist page now has additional button
|
3 years ago |
jeffvli
|
7a167acbf2
|
Add redux logic to append tracks next
|
3 years ago |
jeffvli
|
851906382b
|
Add toolbar button for append next
|
3 years ago |
jeffvli
|
c9e1464bbf
|
Add 'play next' to context menu
|
3 years ago |
jeffvli
|
c4bf305948
|
Add scrobbling feature to player
|
3 years ago |
jeffvli
|
48413898f1
|
Fix to-cache check
- Wrong bool value for undefined id check causing no songs/image caching
|
3 years ago |
jeffvli
|
ff5c1bcedd
|
Fix badges
|
3 years ago |
jeffvli
|
51b457c3b9
|
Add initial changelog
|
3 years ago |
Jeff
|
b3acf5d7a7
|
Update issue templates
|
3 years ago |
jeffvli
|
6dd01ce57b
|
Add usage & faq notice
|
3 years ago |
jeffvli
|
888d07bdf9
|
Fix .ico resolution
- 512px -> 256px to reduce blurriness on exe
|
3 years ago |
jeffvli
|
1c0d007d66
|
Fix row favorite on search page
|
3 years ago |
jeffvli
|
2923ef2de9
|
Change to local update when editing playlist
|
3 years ago |
jeffvli
|
5f44616f5a
|
Add disclaimer to save button
|
3 years ago |
jeffvli
|
2bf76553d3
|
Fix error toast on playlist save
|
3 years ago |
Jeff
|
e6fd58c00d
|
Create codeql-analysis.yml
|
3 years ago |
jeffvli
|
1435d3f0de
|
Add README contents and project description
|
3 years ago |
jeffvli
|
9f5b26de52
|
Fix non-dnd index click, empty columns, rate
- Move handleRating outside of table component
- Change rate component size
|
3 years ago |
jeffvli
|
b6e79e6f9a
|
Change styling for bitRate and size columns
|
3 years ago |
jeffvli
|
ccc0b956c5
|
Fix artist card link
|
3 years ago |
jeffvli
|
62289a3e5f
|
Fix genre flexGrow size from 2 -> 1
|
3 years ago |
jeffvli
|
a9bcabf5d7
|
Change styling of play/add buttons for random song
|
3 years ago |
jeffvli
|
dee822b838
|
Improve multi-star performance for nowPlaying view
- Send the ids as an array instead of in a loop
|
3 years ago |
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 |