fixes to queue, where the tracks didn't take up the full with
refactor player mutations to be hooks instead of Tanstack driven for less overhead
bump version numbers
* fix issue on deleting playlists where they wouldn't actually disappear,
bump project dependencies
fix issue where song info text would overlap with the menu button
* fix maestro tests that were failing
* Refactor SwipeableRow to manage menu state with React and enhance gesture handling
* Enhance SwipeableRow to close menu on tap when open and improve zIndex handling for action overlays
* Add artwork area width management and implement SlidingTextArea for better layout handling
* Refactor Track component layout for improved alignment and spacing
* add setting for hiding runtimes on tracks
alignment on song details on a track
* Enhance tap gesture area for SwipeableRow to allow per-row controls
* Update LastUpgradeVersion to 2610 in project files and adjust SwipeableRow behavior for quick-action menus
* Refactor SwipeableRow and related components to improve quick-action menu behavior and artwork visibility during swipes
* Add test IDs for quick actions and item rows to improve testability
* Refactor quick action icons for consistency and remove outdated test files
* feat: enhance SwipeableRow with interactive tap-to-close overlay
---------
Co-authored-by: Violet Caulfield <42452695+anultravioletaurora@users.noreply.github.com>
* #672
Adjust teal accent color for light mode
bump tamagui
* make sticky headers suck less on light mode
fix teal for real this time
* tsc
* okay color for real this time
Switching the Tanstack Queryclient to use `react-native-async-storage` as the client persister
This will cause users' API response data to be refreshed, so some data may disappear on update
* hotfix for context sheet items being too close to the system navigation bar
remove nitro image
fix tap gesture overriding pan gesture in the SwipeableRow
Remove `JellifyContext` provider in favor of a persisted Zustand store
This should address issues where the user would open the app and be randomly signed out and have to sign back in