Skip to content

Remove Artist Coin Tracks feature from explore#14071

Merged
dylanjeffers merged 3 commits intomainfrom
claude/remove-fan-club-exclusives-PYgVp
Apr 8, 2026
Merged

Remove Artist Coin Tracks feature from explore#14071
dylanjeffers merged 3 commits intomainfrom
claude/remove-fan-club-exclusives-PYgVp

Conversation

@dylanjeffers
Copy link
Copy Markdown
Contributor

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:

    • useFeaturedArtistCoinTracks hook from common API
    • FeaturedArtistCoinTracks component from mobile explore screen
    • ArtistCoinTracksSection component from web desktop explore page
  • Updated explore content:

    • Removed featuredArtistCoinTracks field from useExploreContent hook and its response type
    • Removed useFeaturedArtistCoinTracks export from common API index
  • Updated UI:

    • Removed ArtistCoinTracksSection from web desktop SearchExplorePage
    • Removed FeaturedArtistCoinTracks from mobile ExploreContent
    • Removed ArtistCoinTracksSection from web mobile SearchExplorePage
    • Removed artistCoinExclusives message from explore messages
  • Reordered sections:

    • Reorganized section rendering order in web desktop SearchExplorePage for better content flow

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

cursoragent and others added 3 commits April 7, 2026 21:11
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
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 7, 2026

⚠️ No Changeset found

Latest commit: 0508311

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

🌐 Web preview ready

Preview URL: https://audius-web-preview-pr-14071.audius.workers.dev

Unique preview for this PR (deployed from this branch).
Workflow run

@dylanjeffers dylanjeffers merged commit d66e089 into main Apr 8, 2026
14 checks passed
@dylanjeffers dylanjeffers deleted the claude/remove-fan-club-exclusives-PYgVp branch April 8, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants