Remove Artist Coin Tracks feature from explore#14071
Merged
dylanjeffers merged 3 commits intomainfrom Apr 8, 2026
Merged
Conversation
Co-authored-by: Ray Jacobson <raymondjacobson@users.noreply.github.com>
…d' into claude/remove-fan-club-exclusives-PYgVp
Delete the ArtistCoinTracksSection (web), FeaturedArtistCoinTracks (mobile), and useFeaturedArtistCoinTracks hook that were left behind after the section was removed from the explore page. Also removes the featuredArtistCoinTracks field from useExploreContent, the artistCoinExclusives message, and the corresponding API export. https://claude.ai/code/session_01KBKEm4FZFntgm93SCSoKJK
|
Contributor
🌐 Web preview readyPreview URL: https://audius-web-preview-pr-14071.audius.workers.dev Unique preview for this PR (deployed from this branch). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR removes the Artist Coin Tracks (Fan Club Exclusives) feature from the explore page across web and mobile platforms. The feature included dedicated sections for displaying featured artist coin tracks and has been completely deprecated.
Key Changes
Removed components:
useFeaturedArtistCoinTrackshook from common APIFeaturedArtistCoinTrackscomponent from mobile explore screenArtistCoinTracksSectioncomponent from web desktop explore pageUpdated explore content:
featuredArtistCoinTracksfield fromuseExploreContenthook and its response typeuseFeaturedArtistCoinTracksexport from common API indexUpdated UI:
ArtistCoinTracksSectionfrom web desktop SearchExplorePageFeaturedArtistCoinTracksfrom mobile ExploreContentArtistCoinTracksSectionfrom web mobile SearchExplorePageartistCoinExclusivesmessage from explore messagesReordered sections:
Implementation Details
The removal is clean with no orphaned references. All related UI components, API hooks, and message strings have been removed consistently across both web and mobile platforms.
https://claude.ai/code/session_01KBKEm4FZFntgm93SCSoKJK