Closed johnnyshankman closed 2 weeks ago
Does not pass QA. Scrolling to the currently playing song causes the UX to snap back to some other spot (i'm sure there's a pattern to what it snaps to but I'm not aware of what it is yet) when clicking on the album art, song name, or artist name.
In the dev app i tested that hiding and deleting worked so hm... interesting edge.
Passes QA now, optimizations meant that i need to swap between -1 and the override scrollToIndex slower because the useEffect happens more quickly now.
This PR
Reduces complexity in Main.
Fixes #38