* fix: Fetch Playlists Differently
Fixes an issue where the playlist library or other items were returned in the library tab, instead of the expected playlist items
* rework user playlists query key
* remove unneeded imports
* self pr
* self PR, establish proper gating around playlist queries
* update JSDoc
* update handling on playlist deletion
* fix build
* fix: respect reduced animations system settings
lockfiles, rollback eslint
* adding reduced motion config to discover screen
* deduplicate logic for the card rows on the home and discover screen
* respect ReduceMotion at the system level for home and discover animated rows
* rolling back renimated since that ain't working with reduced animations
* Update deps
* bump react-native-screens
* bump react navigation native stack
* bump react-native-turbo-image to fix an issue where some images weren't loading in
Removes item separators between items
Reduce some unnecessary hook usage
Introduces a completely rewritten player scrubber - with better gesture handling for Android, smoother animations, and generally more responsive control. Adds some animations for when the track skips or the user skips to the beginning
* stop buffering if a skip has been requested
* clean up eventing in player provider
fixes#833
* please refresh homescreen more often
* clean up context provider a bit
* smol optimizations
deduplicate player logic for previous and skip
* update CONTRIBUTING documentation
* add react-freeze to prevent unfocused screens from rerendering
* freeze similar until the albums have loaded
* remove unneeded hooks in a variety of played
* display a spinner when loading albums by an artist
* make add to playlist a bit faster and lazier
* move player hooks from provider folder since they aren't dependent on a context provider
* add ability to refresh an artist's page
* add ability to refresh albums too
* make adding a track to a playlist faster
* set query client data when a track is added to a playlist
* do the same trick for removing and reordering tracks from a playlist
* hide miniplayer if the big player is focused for reduced overhead
* fix some styling in the miniplayer
UI element layout changes for the album screen
Playlist screen refresh
React Navigation upgrades
Rafactor Instant Mix navigation prop structure so it can be more easily used elsewhere
* Theme color enhancements, dependency upgrades, album screen refresh
Updates the Tamagui color palate with a new color for danger, a warning color, and an updated secondary color - inspired by the logo
Updates color usages
upgrade to react native screens, tamagui
de-memoization and de-callback since we're on the compiler now
A redesign of how albums look - with a new layout, new buttons, and better styling